Home
last modified time | relevance | path

Searched refs:bit_position (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dhwsleep.c90 (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 Dhwxface.c180 >> 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 Daclocal.h952 u8 bit_position; member
/linux/drivers/input/rmi4/
H A Drmi_f30.c213 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()
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst74 [bit_position: <integer>]
/linux/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c534 u8 bit_position = 0, b0, b1, b2; in stm32_fmc2_nfc_ham_correct() local
552 bit_position += shifting; in stm32_fmc2_nfc_ham_correct()
580 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7767 unsigned int bit_position) in pqi_is_firmware_feature_supported() argument
7771 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported()
7777 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_supported()
7783 unsigned int bit_position) in pqi_is_firmware_feature_enabled() argument
7788 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled()
7796 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_enabled()
7801 unsigned int bit_position) in pqi_request_firmware_feature() argument
7805 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature()
7809 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature()