Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mdio/
Dmdio-xgene.h111 #define SET_BIT(field) \ macro
/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_nvram.c235 #define SET_BIT 0 macro
/linux-6.1.9/drivers/net/ethernet/sfc/
Dmcdi_port_common.c114 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dmcdi_port_common.c115 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
/linux-6.1.9/drivers/usb/storage/
Drealtek_cr.c120 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
/linux-6.1.9/drivers/video/fbdev/kyro/
DSTG4000Reg.h31 #define SET_BIT(n) (1<<(n)) macro
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dqat_hal.c154 #define SET_BIT(wrd, bit) ((wrd) | 1 << (bit)) macro
/linux-6.1.9/drivers/i2c/busses/
Di2c-qup.c120 #define SET_BIT 0x1 macro
/linux-6.1.9/drivers/staging/rts5208/
Drtsx_chip.h325 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro