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.c535 u8 bit_position = 0, b0, b1, b2; in stm32_fmc2_nfc_ham_correct() local
553 bit_position += shifting; in stm32_fmc2_nfc_ham_correct()
581 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7817 unsigned int bit_position) in pqi_is_firmware_feature_supported() argument
7821 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported()
7827 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_supported()
7833 unsigned int bit_position) in pqi_is_firmware_feature_enabled() argument
7838 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled()
7846 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_enabled()
7851 unsigned int bit_position) in pqi_request_firmware_feature() argument
7855 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature()
7859 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature()