Searched refs:bit_position (Results 1 – 3 of 3) sorted by relevance
35 unsigned int bit_position) in pqi_is_firmware_feature_supported() argument39 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported()43 bit_position); in pqi_is_firmware_feature_supported()48 (1 << (bit_position % BITS_PER_BYTE))) ? true : false; in pqi_is_firmware_feature_supported()60 unsigned int bit_position) in pqi_is_firmware_feature_enabled() argument65 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled()73 (1 << (bit_position % BITS_PER_BYTE))) ? true : false; in pqi_is_firmware_feature_enabled()83 unsigned int bit_position) in pqi_request_firmware_feature() argument88 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature()93 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature()
30 Field(std::string name, unsigned bit_position) in Field() argument31 : m_name(std::move(name)), m_start(bit_position), m_end(bit_position) {} in Field()
121 u_int32_t bit_position, in ar9300_mci_wait_for_interrupt() argument129 if (data & bit_position) { in ar9300_mci_wait_for_interrupt()130 OS_REG_WRITE(ah, address, bit_position); in ar9300_mci_wait_for_interrupt()132 if (bit_position & AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) { in ar9300_mci_wait_for_interrupt()135 if (bit_position & (AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING | in ar9300_mci_wait_for_interrupt()156 __func__, address, bit_position); in ar9300_mci_wait_for_interrupt()