Home
last modified time | relevance | path

Searched defs:SET_BIT (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/mdio/
H A Dmdio-xgene.h111 #define SET_BIT(field) \ macro
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c235 #define SET_BIT 0 macro
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c115 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c114 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
/linux/drivers/usb/storage/
H A Drealtek_cr.c120 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
/linux/drivers/video/fbdev/kyro/
H A DSTG4000Reg.h31 #define SET_BIT(n) (1<<(n)) macro
/linux/drivers/i2c/busses/
H A Di2c-qup.c121 #define SET_BIT 0x1 macro