Searched refs:bit_position (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/smartpqi/ |
| HD | smartpqi_init.c | 416 unsigned int bit_position) in pqi_is_firmware_feature_supported() argument 420 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported() 426 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_supported() 432 uint8_t *firmware_features_addr, unsigned int bit_position) in pqi_is_firmware_feature_enabled() argument 437 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled() 445 (1 << (bit_position % BITS_PER_BYTE)) ? true : false; in pqi_is_firmware_feature_enabled() 451 unsigned int bit_position) in pqi_request_firmware_feature() argument 455 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature() 459 (1 << (bit_position % BITS_PER_BYTE)); in pqi_request_firmware_feature() 486 struct pqi_conf_table_firmware_features *firmware_feature_list, uint16_t bit_position) in pqisrc_is_firmware_feature_enabled() argument [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | RegisterFlags.cpp | 27 RegisterFlags::Field::Field(std::string name, unsigned bit_position) in Field() argument 28 : m_name(std::move(name)), m_start(bit_position), m_end(bit_position), in Field()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | RegisterFlags.h | 72 Field(std::string name, unsigned bit_position);
|
| /freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_mci.c | 121 u_int32_t bit_position, in ar9300_mci_wait_for_interrupt() argument 129 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()
|