Searched refs:bit_position (Results 1 – 7 of 7) sorted by relevance
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()
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()
952 u8 bit_position; member
213 int bit_position = button & 0x07; in rmi_f30_is_valid_button() local219 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()
74 [bit_position: <integer>]
534 u8 bit_position = 0, b0, b1, b2; in stm32_fmc2_nfc_ham_correct() local552 bit_position += shifting; in stm32_fmc2_nfc_ham_correct()580 dat[byte_addr] ^= (1 << bit_position); in stm32_fmc2_nfc_ham_correct()
7767 unsigned int bit_position) in pqi_is_firmware_feature_supported() argument7771 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() argument7788 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() argument7805 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature()7809 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature()