Searched refs:PORT_MASK (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/input/serio/
H A Dolpc_apsp.c44 #define PORT_MASK 0xff00 macro
129 writel(PORT_MASK, priv->base + SECURE_PROCESSOR_COMMAND);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h71 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
H A Dcxgb2.c247 int other_ports = adapter->open_device_map & PORT_MASK;
279 !(adapter->open_device_map & PORT_MASK)) {
922 if (adapter->open_device_map & PORT_MASK)
H A Dsge.c2025 if (adapter->open_device_map & PORT_MASK) {
/linux-master/drivers/scsi/cxlflash/
H A Dsislite.h549 #define PORT_MASK(_n) ((1 << (_n)) - 1) macro
H A Dmain.c1797 writeq_be(PORT_MASK(cfg->num_fc_ports),
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c77 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
1351 int adap_up = adapter->open_device_map & PORT_MASK;
1421 int other_ports = adapter->open_device_map & PORT_MASK;
1471 if (!(adapter->open_device_map & PORT_MASK))
2789 if (adapter->open_device_map & PORT_MASK)
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c999 #define PORT_MASK 7 macro
2361 sw->port_cfg[port].member = PORT_MASK;
2383 data |= (member & PORT_MASK);
3879 sw_cfg_port_base_vlan(hw, port, PORT_MASK);

Completed in 193 milliseconds