Searched defs:port_mask (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/media/solo6x10/
H A Dgpio.c26 unsigned int port_mask, unsigned int mode)
35 if (!((1 << port) & port_mask))
48 if (!((1 << (port + 16)) & port_mask))
25 solo_gpio_mode(struct solo_dev *solo_dev, unsigned int port_mask, unsigned int mode) argument
/drivers/ata/
H A Dpata_jmicron.c48 int port_mask = 1<< (4 * ap->port_no); local
54 if ((control & port_mask) == 0)
H A Dsata_mv.c2875 u32 port_mask, ack_irqs; local
2901 port_mask = (DONE_IRQ | ERR_IRQ) << (p * 2);
2902 if (hc_cause & port_mask)
/drivers/gpio/
H A Dgpio-ep93xx.c70 int port_mask = 1 << (line & 7); local
73 gpio_int_debounce[port] |= port_mask;
75 gpio_int_debounce[port] &= ~port_mask;
120 int port_mask = 1 << (line & 7); local
123 gpio_int_type2[port] ^= port_mask; /* switch edge direction */
127 __raw_writeb(port_mask, EP93XX_GPIO_REG(eoi_register_offset[port]));
134 int port_mask = 1 << (line & 7); local
137 gpio_int_type2[port] ^= port_mask; /* switch edge direction */
139 gpio_int_unmasked[port] &= ~port_mask;
142 __raw_writeb(port_mask, EP93XX_GPIO_RE
172 const int port_mask = 1 << (gpio & 7); local
[all...]
/drivers/net/ethernet/ti/
H A Dcpsw_ale.c90 DEFINE_ALE_FIELD(port_mask, 66, 3)
204 int port_mask)
209 if ((mask & port_mask) == 0)
211 mask &= ~port_mask;
221 int port_mask)
226 if ((BIT(port) & port_mask) == 0)
231 int cpsw_ale_flush(struct cpsw_ale *ale, int port_mask) argument
243 cpsw_ale_flush_mcast(ale, ale_entry, port_mask);
245 cpsw_ale_flush_ucast(ale, ale_entry, port_mask);
290 int cpsw_ale_add_mcast(struct cpsw_ale *ale, u8 *addr, int port_mask, argument
203 cpsw_ale_flush_mcast(struct cpsw_ale *ale, u32 *ale_entry, int port_mask) argument
220 cpsw_ale_flush_ucast(struct cpsw_ale *ale, u32 *ale_entry, int port_mask) argument
320 cpsw_ale_del_mcast(struct cpsw_ale *ale, u8 *addr, int port_mask) argument
[all...]
/drivers/staging/comedi/drivers/
H A Dni_65xx.c427 unsigned port_mask, port_data, port_read_bits; local
432 port_mask = data[0];
438 port_mask >>= bitshift;
441 port_mask <<= -bitshift;
444 port_mask &= 0xff;
446 if (port_mask) {
448 private(dev)->output_bits[port] &= ~port_mask;
450 port_data & port_mask;
/drivers/net/usb/
H A Dhso.c2925 unsigned char port_mask; local
2963 if (hso_get_mux_ports(interface, &port_mask))
2972 if (port_mask & i) {

Completed in 192 milliseconds