Searched refs:bit_position (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h30 Field(std::string name, unsigned bit_position) argument
31 : m_name(std::move(name)), m_start(bit_position), m_end(bit_position) {}
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_features.c35 unsigned int bit_position)
39 byte_index = bit_position / BITS_PER_BYTE;
43 bit_position);
48 (1 << (bit_position % BITS_PER_BYTE))) ? true : false;
60 unsigned int bit_position)
65 byte_index = (bit_position / BITS_PER_BYTE) +
73 (1 << (bit_position % BITS_PER_BYTE))) ? true : false;
83 unsigned int bit_position)
88 byte_index = (bit_position / BITS_PER_BYTE) +
93 (1 << (bit_position
33 pqi_is_firmware_feature_supported( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) argument
57 pqi_is_firmware_feature_enabled( struct pqi_config_table_firmware_features *firmware_features, uint8_t *firmware_features_iomem_addr, unsigned int bit_position) argument
81 pqi_request_firmware_feature( struct pqi_config_table_firmware_features *firmware_features, unsigned int bit_position) argument
[all...]
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c121 u_int32_t bit_position,
129 if (data & bit_position) {
130 OS_REG_WRITE(ah, address, bit_position);
132 if (bit_position & AR_MCI_INTERRUPT_RX_MSG_REQ_WAKE) {
135 if (bit_position & (AR_MCI_INTERRUPT_RX_MSG_SYS_SLEEPING |
156 __func__, address, bit_position);
119 ar9300_mci_wait_for_interrupt(struct ath_hal *ah, u_int32_t address, u_int32_t bit_position, int32_t time_out) argument

Completed in 107 milliseconds