Searched defs:aq_hw (Results 1 – 3 of 3) sorted by relevance
40 u32 hw_atl_glb_soft_res_get(struct aq_hw_s *aq_hw) in hw_atl_glb_soft_res_get()47 u32 hw_atl_reg_glb_mif_id_get(struct aq_hw_s *aq_hw) in hw_atl_reg_glb_mif_id_get()53 u32 hw_atl_rpb_rx_dma_drop_pkt_cnt_get(struct aq_hw_s *aq_hw) in hw_atl_rpb_rx_dma_drop_pkt_cnt_get()99 void hw_atl_itr_irq_auto_masklsw_set(struct aq_hw_s *aq_hw, in hw_atl_itr_irq_auto_masklsw_set()291 u32 hw_atl_itr_irq_statuslsw_get(struct aq_hw_s *aq_hw) in hw_atl_itr_irq_statuslsw_get()296 u32 hw_atl_itr_res_irq_get(struct aq_hw_s *aq_hw) in hw_atl_itr_res_irq_get()444 u32 hw_atl_reg_gen_irq_status_get(struct aq_hw_s *aq_hw) in hw_atl_reg_gen_irq_status_get()769 u32 hw_atl_rpf_rss_key_wr_en_get(struct aq_hw_s *aq_hw) in hw_atl_rpf_rss_key_wr_en_get()802 u32 hw_atl_rpf_rss_redir_wr_en_get(struct aq_hw_s *aq_hw) in hw_atl_rpf_rss_redir_wr_en_get()1239 u32 hw_atl_rpb_tps_tx_tc_mode_get(struct aq_hw_s *aq_hw) in hw_atl_rpb_tps_tx_tc_mode_get()[all …]
13 void aq_hw_write_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, in aq_hw_write_reg_bit()29 u32 aq_hw_read_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, u32 shift) in aq_hw_read_reg_bit()
44 #define ATL_WRITE_FLUSH(aq_hw) { (void)aq_hw_read_reg(aq_hw, 0x10); } argument