Home
last modified time | relevance | path

Searched defs:PORT_MASK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/input/serio/
H A Dolpc_apsp.c44 #define PORT_MASK 0xff00 macro
/openbmc/u-boot/drivers/net/phy/
H A Dmv88e61xx.c43 #define PORT_MASK ((1 << PORT_COUNT) - 1) macro
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h71 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsislite.h549 #define PORT_MASK(_n) ((1 << (_n)) - 1) macro
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c77 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c999 #define PORT_MASK 7 macro