/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | hwsleep.c | 90 (acpi_gbl_sleep_type_a << sleep_type_reg_info->bit_position); in acpi_hw_legacy_sleep() 92 (acpi_gbl_sleep_type_b << sleep_type_reg_info->bit_position); in acpi_hw_legacy_sleep() 219 sleep_type_reg_info->bit_position); in acpi_hw_legacy_wake_prep() 221 sleep_type_reg_info->bit_position); in acpi_hw_legacy_wake_prep()
|
H A D | hwxface.c | 180 >> bit_reg_info->bit_position); in ACPI_EXPORT_SYMBOL() 254 bit_reg_info->bit_position, in ACPI_EXPORT_SYMBOL() 271 bit_position, in ACPI_EXPORT_SYMBOL()
|
H A D | aclocal.h | 952 u8 bit_position; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | hwsleep.c | 90 (acpi_gbl_sleep_type_a << sleep_type_reg_info->bit_position); in acpi_hw_legacy_sleep() 92 (acpi_gbl_sleep_type_b << sleep_type_reg_info->bit_position); in acpi_hw_legacy_sleep() 219 sleep_type_reg_info->bit_position); in acpi_hw_legacy_wake_prep() 221 sleep_type_reg_info->bit_position); in acpi_hw_legacy_wake_prep()
|
H A D | hwxface.c | 180 >> bit_reg_info->bit_position); in ACPI_EXPORT_SYMBOL() 254 bit_reg_info->bit_position, in ACPI_EXPORT_SYMBOL() 271 bit_position, in ACPI_EXPORT_SYMBOL()
|
H A D | aclocal.h | 936 u8 bit_position; member
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f30.c | 213 int bit_position = button & 0x07; in rmi_f30_is_valid_button() local 219 return !(ctrl[2].regs[byte_position] & BIT(bit_position)) && in rmi_f30_is_valid_button() 220 (ctrl[3].regs[byte_position] & BIT(bit_position)); in rmi_f30_is_valid_button()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f30.c | 213 int bit_position = button & 0x07; in rmi_f30_is_valid_button() local 219 return !(ctrl[2].regs[byte_position] & BIT(bit_position)) && in rmi_f30_is_valid_button() 220 (ctrl[3].regs[byte_position] & BIT(bit_position)); in rmi_f30_is_valid_button()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 34 u32 bit_position, int time_out) in ar9003_mci_wait_for_interrupt() 39 if (!(REG_READ(ah, address) & bit_position)) { in ar9003_mci_wait_for_interrupt() 48 REG_WRITE(ah, address, bit_position); in ar9003_mci_wait_for_interrupt() 53 if (bit_position & AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) in ar9003_mci_wait_for_interrupt() 56 if (bit_position & (AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING | in ar9003_mci_wait_for_interrupt() 68 address, bit_position); in ar9003_mci_wait_for_interrupt() 33 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) ar9003_mci_wait_for_interrupt() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 34 u32 bit_position, int time_out) in ar9003_mci_wait_for_interrupt() 39 if (!(REG_READ(ah, address) & bit_position)) { in ar9003_mci_wait_for_interrupt() 48 REG_WRITE(ah, address, bit_position); in ar9003_mci_wait_for_interrupt() 53 if (bit_position & AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) in ar9003_mci_wait_for_interrupt() 56 if (bit_position & (AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING | in ar9003_mci_wait_for_interrupt() 68 address, bit_position); in ar9003_mci_wait_for_interrupt() 33 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) ar9003_mci_wait_for_interrupt() argument
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | sal.h | 462 bit_position : 1, member 481 u16 bit_position; member
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | sal.h | 462 bit_position : 1, member 481 u16 bit_position; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | stm32_fmc2_nand.c | 515 u8 bit_position = 0, b0, b1, b2; in stm32_fmc2_nfc_ham_correct() local 533 bit_position += shifting; in stm32_fmc2_nfc_ham_correct() 559 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | stm32_fmc2_nand.c | 517 u8 bit_position = 0, b0, b1, b2; in stm32_fmc2_nfc_ham_correct() local 535 bit_position += shifting; in stm32_fmc2_nfc_ham_correct() 563 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()
|
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 6781 unsigned int bit_position) in pqi_is_firmware_feature_supported() 6785 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported() 6791 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_supported() 6797 unsigned int bit_position) in pqi_is_firmware_feature_enabled() 6802 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled() 6810 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_enabled() 6815 unsigned int bit_position) in pqi_request_firmware_feature() 6819 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature() 6823 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature() 6779 pqi_is_firmware_feature_supported( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_is_firmware_feature_supported() argument 6794 pqi_is_firmware_feature_enabled( struct pqi_config_table_firmware_features *firmware_features, void __iomem *firmware_features_iomem_addr, unsigned int bit_position) pqi_is_firmware_feature_enabled() argument 6813 pqi_request_firmware_feature( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_request_firmware_feature() argument
|
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 7713 unsigned int bit_position) in pqi_is_firmware_feature_supported() 7717 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported() 7723 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_supported() 7729 unsigned int bit_position) in pqi_is_firmware_feature_enabled() 7734 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled() 7742 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_enabled() 7747 unsigned int bit_position) in pqi_request_firmware_feature() 7751 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature() 7755 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature() 7711 pqi_is_firmware_feature_supported( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_is_firmware_feature_supported() argument 7726 pqi_is_firmware_feature_enabled( struct pqi_config_table_firmware_features *firmware_features, void __iomem *firmware_features_iomem_addr, unsigned int bit_position) pqi_is_firmware_feature_enabled() argument 7745 pqi_request_firmware_feature( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) pqi_request_firmware_feature() argument
|