Symbol: AQ_READ_REG
sys/dev/aq/aq_fw.c
102
int ver = AQ_READ_REG(hw, 0x18);
sys/dev/aq/aq_fw.c
108
bootExitCode = AQ_READ_REG(hw, 0x388);
sys/dev/aq/aq_fw.c
178
hw->fw_version.raw = AQ_READ_REG(hw, 0x18);
sys/dev/aq/aq_fw.c
357
if ((hw->fw_version.raw = AQ_READ_REG(hw, 0x18)) != 0)
sys/dev/aq/aq_fw1x.c
223
union fw1x_state_reg state = { .val = AQ_READ_REG(hw, AQ_HW_MPI_STATE_ADR) };
sys/dev/aq/aq_fw1x.c
226
state.val, AQ_READ_REG(hw, AQ_HW_MPI_CONTROL_ADR));
sys/dev/aq/aq_fw1x.c
266
uint32_t efuse_shadow_addr = AQ_READ_REG(hw, 0x374);
sys/dev/aq/aq_fw2x.c
210
uint64_t lo = AQ_READ_REG(hw, addr);
sys/dev/aq/aq_fw2x.c
211
uint64_t hi = AQ_READ_REG(hw, addr + 4);
sys/dev/aq/aq_fw2x.c
370
uint32_t efuse_shadow_addr = AQ_READ_REG(hw, 0x364);
sys/dev/aq/aq_hw.c
158
if (!AQ_READ_REG(hw, 0x370)) {
sys/dev/aq/aq_hw.c
172
AQ_HW_WAIT_FOR((hw->mbox_addr = AQ_READ_REG(hw, 0x360)) != 0, 400U, 20);
sys/dev/aq/aq_hw.c
633
val = AQ_READ_REG(hw, AQ_HW_PCI_REG_CONTROL_6_ADR);
sys/dev/aq/aq_hw.h
53
reg_old = AQ_READ_REG(hw, reg); \
sys/dev/aq/aq_hw.h
64
((AQ_READ_REG(a, reg) & msk) >> shift))
sys/dev/aq/aq_hw.h
66
#define AQ_HW_FLUSH() { (void)AQ_READ_REG(hw, 0x10); }
sys/dev/aq/aq_hw_llh.c
100
return AQ_READ_REG(hw, glb_daisy_chain_status1_adr);
sys/dev/aq/aq_hw_llh.c
127
return AQ_READ_REG(aq_hw, rx_dma_stat_counter7_adr);
sys/dev/aq/aq_hw_llh.c
133
return AQ_READ_REG(aq_hw, glb_mif_id_adr);
sys/dev/aq/aq_hw_llh.c
155
return AQ_READ_REG(aq_hw, rpb_rx_dma_drop_pkt_cnt_adr);
sys/dev/aq/aq_hw_llh.c
161
return AQ_READ_REG(aq_hw, stats_rx_dma_good_octet_counterlsw__adr);
sys/dev/aq/aq_hw_llh.c
167
return AQ_READ_REG(aq_hw, stats_rx_dma_good_pkt_counterlsw__adr);
sys/dev/aq/aq_hw_llh.c
173
return AQ_READ_REG(aq_hw, stats_tx_dma_good_octet_counterlsw__adr);
sys/dev/aq/aq_hw_llh.c
179
return AQ_READ_REG(aq_hw, stats_tx_dma_good_pkt_counterlsw__adr);
sys/dev/aq/aq_hw_llh.c
185
return AQ_READ_REG(aq_hw, stats_rx_dma_good_octet_countermsw__adr);
sys/dev/aq/aq_hw_llh.c
1878
return AQ_READ_REG(aq_hw, msm_reg_rd_data_adr);
sys/dev/aq/aq_hw_llh.c
1905
return AQ_READ_REG(hw,
sys/dev/aq/aq_hw_llh.c
191
return AQ_READ_REG(aq_hw, stats_rx_dma_good_pkt_countermsw__adr);
sys/dev/aq/aq_hw_llh.c
1919
return AQ_READ_REG(hw, glb_cpu_no_reset_scratchpad_adr(index));
sys/dev/aq/aq_hw_llh.c
1937
return AQ_READ_REG(hw, mif_power_gating_enable_control_adr);
sys/dev/aq/aq_hw_llh.c
1949
return AQ_READ_REG(hw, glb_general_provisioning9_adr);
sys/dev/aq/aq_hw_llh.c
1960
return AQ_READ_REG(hw, glb_nvr_provisioning2_adr);
sys/dev/aq/aq_hw_llh.c
197
return AQ_READ_REG(aq_hw, stats_tx_dma_good_octet_countermsw__adr);
sys/dev/aq/aq_hw_llh.c
1971
return AQ_READ_REG(hw, glb_nvr_interface1_adr);
sys/dev/aq/aq_hw_llh.c
1994
return AQ_READ_REG(hw, mif_mcp_up_mailbox_addr_adr);
sys/dev/aq/aq_hw_llh.c
2007
return AQ_READ_REG(hw, mif_mcp_up_mailbox_data_adr);
sys/dev/aq/aq_hw_llh.c
203
return AQ_READ_REG(aq_hw, stats_tx_dma_good_pkt_countermsw__adr);
sys/dev/aq/aq_hw_llh.c
209
return AQ_READ_REG(aq_hw, stats_rx_lo_coalesced_pkt_count0__addr);
sys/dev/aq/aq_hw_llh.c
403
return AQ_READ_REG(aq_hw, itr_isrlsw_adr);
sys/dev/aq/aq_hw_llh.c
54
return AQ_READ_REG(hw, glb_fw_image_id1_adr);
sys/dev/aq/aq_hw_llh.c
627
return AQ_READ_REG(aq_hw, gen_intr_stat_adr);
sys/dev/aq/aq_hw_llh.c
66
return AQ_READ_REG(aq_hw, glb_cpu_sem_adr(sem_index));
sys/dev/aq/aq_hw_llh.c
661
return AQ_READ_REG(aq_hw, rx_dma_desc_stat_adr(descriptor));
sys/dev/aq/aq_hw_llh.c
675
return AQ_READ_REG(aq_hw, rx_dma_desc_tail_ptr_adr(descriptor));
sys/dev/aq/aq_hw_llh.c
72
return AQ_READ_REG(hw, glb_standard_ctl1_adr);
sys/dev/aq/aq_hw_llh.c
746
return AQ_READ_REG(aq_hw, tx_dma_desc_tail_ptr_adr(descriptor));
sys/dev/aq/aq_hw_llh.c
88
return AQ_READ_REG(hw, glb_ctl2_adr);
sys/dev/aq/aq_hw_llh.c
944
return AQ_READ_REG(aq_hw, rpf_rss_key_rd_data_adr);