Home
last modified time | relevance | path

Searched refs:PORT_MASK (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/input/serio/
Dolpc_apsp.c44 #define PORT_MASK 0xff00 macro
129 writel(PORT_MASK, priv->base + SECURE_PROCESSOR_COMMAND); in olpc_apsp_rx()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h81 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
Dcxgb2.c246 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()
278 !(adapter->open_device_map & PORT_MASK)) { in cxgb_close()
911 if (adapter->open_device_map & PORT_MASK) in mac_stats_task()
Dsge.c1987 if (adapter->open_device_map & PORT_MASK) { in espibug_workaround_t204()
/Linux-v5.4/drivers/scsi/cxlflash/
Dsislite.h549 #define PORT_MASK(_n) ((1 << (_n)) - 1) macro
Dmain.c1820 writeq_be(PORT_MASK(cfg->num_fc_ports), in init_global()
/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.c311 VCAP_ACT_SET(PORT_MASK, 0x0); in is2_action_set()
319 VCAP_ACT_SET(PORT_MASK, 0x0); in is2_action_set()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c77 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
1353 int adap_up = adapter->open_device_map & PORT_MASK; in offload_open()
1423 int other_ports = adapter->open_device_map & PORT_MASK; in cxgb_open()
1473 if (!(adapter->open_device_map & PORT_MASK)) in __cxgb_close()
2790 if (adapter->open_device_map & PORT_MASK) in t3_adap_check_task()
/Linux-v5.4/drivers/net/ethernet/micrel/
Dksz884x.c1067 #define PORT_MASK 7 macro
2654 sw->port_cfg[port].member = PORT_MASK; in sw_init_vlan()
2676 data |= (member & PORT_MASK); in sw_cfg_port_base_vlan()
4250 sw_cfg_port_base_vlan(hw, port, PORT_MASK); in sw_enable()