| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_notify.c | 18 void rtw_hal_notification(void *hal, enum phl_msg_evt_id event, u8 hw_idx) in rtw_hal_notification() argument 24 __func__, event, hw_idx); in rtw_hal_notification() 31 if (hw_idx == HW_BAND_MAX) { in rtw_hal_notification() 32 for (idx = 0; idx < hw_idx; idx++) { in rtw_hal_notification() 38 rtw_hal_bb_notification(hal_info, event, hw_idx); in rtw_hal_notification() 39 rtw_hal_mac_notification(hal_info, event, hw_idx); in rtw_hal_notification() 48 u8 hw_idx) in rtw_hal_cmd_notification() argument 53 rtw_hal_bb_cmd_notification(hal_info, hal_cmd, hw_idx); in rtw_hal_cmd_notification() 55 rtw_hal_rf_cmd_notification(hal_info, hal_cmd, hw_idx); in rtw_hal_cmd_notification() 57 rtw_hal_mac_cmd_notification(hal_info, hal_cmd, hw_idx); in rtw_hal_cmd_notification() [all …]
|
| H A D | hal_notify.h | 18 void rtw_hal_notification(void *hal, enum phl_msg_evt_id event, u8 hw_idx); 24 u8 hw_idx); 31 u8 hw_idx);
|
| H A D | hal_struct.h | 54 u16 *host_idx, u16 *hw_idx); 56 u16 *host_idx, u16 *hw_idx); 140 u16 *host_idx, u16 *hw_idx); 142 u16 *host_idx, u16 *hw_idx);
|
| H A D | hal_tx.c | 172 u16 rtw_hal_tx_res_query(void *hal, u8 dma_ch, u16 *host_idx, u16 *hw_idx) in rtw_hal_tx_res_query() argument 179 hw_idx); in rtw_hal_tx_res_query()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_notify.c | 18 void rtw_hal_notification(void *hal, enum phl_msg_evt_id event, u8 hw_idx) in rtw_hal_notification() argument 24 __func__, event, hw_idx); in rtw_hal_notification() 31 if (hw_idx == HW_BAND_MAX) { in rtw_hal_notification() 32 for (idx = 0; idx < hw_idx; idx++) { in rtw_hal_notification() 38 rtw_hal_bb_notification(hal_info, event, hw_idx); in rtw_hal_notification() 39 rtw_hal_mac_notification(hal_info, event, hw_idx); in rtw_hal_notification() 48 u8 hw_idx) in rtw_hal_cmd_notification() argument 53 rtw_hal_bb_cmd_notification(hal_info, hal_cmd, hw_idx); in rtw_hal_cmd_notification() 55 rtw_hal_rf_cmd_notification(hal_info, hal_cmd, hw_idx); in rtw_hal_cmd_notification() 57 rtw_hal_mac_cmd_notification(hal_info, hal_cmd, hw_idx); in rtw_hal_cmd_notification() [all …]
|
| H A D | hal_notify.h | 18 void rtw_hal_notification(void *hal, enum phl_msg_evt_id event, u8 hw_idx); 24 u8 hw_idx); 31 u8 hw_idx);
|
| H A D | hal_struct.h | 54 u16 *host_idx, u16 *hw_idx); 56 u16 *host_idx, u16 *hw_idx); 139 u16 *host_idx, u16 *hw_idx); 141 u16 *host_idx, u16 *hw_idx);
|
| H A D | hal_tx.c | 172 u16 rtw_hal_tx_res_query(void *hal, u8 dma_ch, u16 *host_idx, u16 *hw_idx) in rtw_hal_tx_res_query() argument 179 hw_idx); in rtw_hal_tx_res_query()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_notify.c | 20 u8 hw_idx; member 45 cmd_notify->hw_idx); in phl_notify_cmd_hdl() 47 rtw_hal_notification(phl_info->hal, cmd_notify->event, cmd_notify->hw_idx); in phl_notify_cmd_hdl() 56 u8 hw_idx) in rtw_phl_cmd_notify() argument 74 param->hw_idx = hw_idx; in rtw_phl_cmd_notify() 77 hw_idx, in rtw_phl_cmd_notify()
|
| H A D | phl_notify.h | 23 u8 hw_idx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_notify.c | 20 u8 hw_idx; member 45 cmd_notify->hw_idx); in phl_notify_cmd_hdl() 47 rtw_hal_notification(phl_info->hal, cmd_notify->event, cmd_notify->hw_idx); in phl_notify_cmd_hdl() 56 u8 hw_idx) in rtw_phl_cmd_notify() argument 74 param->hw_idx = hw_idx; in rtw_phl_cmd_notify() 77 hw_idx, in rtw_phl_cmd_notify()
|
| H A D | phl_notify.h | 23 u8 hw_idx);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | regs.h | 220 static inline void jr_outentry_get(void *outring, int hw_idx, dma_addr_t *desc, in jr_outentry_get() argument 230 *desc = outentry[hw_idx].desc; in jr_outentry_get() 231 *jrstatus = outentry[hw_idx].jrstatus; in jr_outentry_get() 238 *desc = outentry[hw_idx].desc; in jr_outentry_get() 239 *jrstatus = outentry[hw_idx].jrstatus; in jr_outentry_get() 245 static inline dma_addr_t jr_outentry_desc(void *outring, int hw_idx) in jr_outentry_desc() argument 250 jr_outentry_get(outring, hw_idx, &desc, &unused); in jr_outentry_desc() 255 static inline u32 jr_outentry_jrstatus(void *outring, int hw_idx) in jr_outentry_jrstatus() argument 260 jr_outentry_get(outring, hw_idx, &unused, &jrstatus); in jr_outentry_jrstatus() 265 static inline void jr_inpentry_set(void *inpring, int hw_idx, dma_addr_t val) in jr_inpentry_set() argument [all …]
|
| H A D | jr.c | 206 int hw_idx, sw_idx, i, head, tail; in caam_jr_dequeue() local 220 hw_idx = jrp->out_ring_read_index; in caam_jr_dequeue() 225 if (jr_outentry_desc(jrp->outring, hw_idx) == in caam_jr_dequeue() 235 hw_idx)), in caam_jr_dequeue() 247 hw_idx)); in caam_jr_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_trace.h | 171 TP_PROTO(uint32_t drm_id, enum dpu_intr_idx intr_idx, int hw_idx, 173 TP_ARGS(drm_id, intr_idx, hw_idx, irq_idx), 177 __field( int, hw_idx ) 183 __entry->hw_idx = hw_idx; 187 __entry->drm_id, __entry->intr_idx, __entry->hw_idx, 191 TP_PROTO(uint32_t drm_id, enum dpu_intr_idx intr_idx, int hw_idx, 193 TP_ARGS(drm_id, intr_idx, hw_idx, irq_idx) 196 TP_PROTO(uint32_t drm_id, enum dpu_intr_idx intr_idx, int hw_idx, 198 TP_ARGS(drm_id, intr_idx, hw_idx, irq_idx) 202 TP_PROTO(uint32_t drm_id, enum dpu_intr_idx intr_idx, int hw_idx, [all …]
|
| H A D | dpu_encoder.c | 276 DRMID(phys_enc->parent), intr_idx, irq->hw_idx, in dpu_encoder_helper_wait_for_irq() 283 DRMID(phys_enc->parent), intr_idx, irq->hw_idx, in dpu_encoder_helper_wait_for_irq() 289 DRMID(phys_enc->parent), intr_idx, irq->hw_idx, in dpu_encoder_helper_wait_for_irq() 295 irq->hw_idx, in dpu_encoder_helper_wait_for_irq() 307 irq->hw_idx, irq->irq_idx, in dpu_encoder_helper_wait_for_irq() 319 irq->hw_idx, irq->irq_idx, in dpu_encoder_helper_wait_for_irq() 326 intr_idx, irq->hw_idx, irq->irq_idx, in dpu_encoder_helper_wait_for_irq() 354 irq->intr_type, irq->hw_idx); in dpu_encoder_helper_register_irq() 375 DRMID(phys_enc->parent), intr_idx, irq->hw_idx, in dpu_encoder_helper_register_irq() 384 irq->hw_idx, irq->irq_idx); in dpu_encoder_helper_register_irq() [all …]
|
| H A D | dpu_encoder_phys_cmd.c | 148 irq->hw_idx = phys_enc->hw_ctl->idx; in _dpu_encoder_phys_cmd_setup_irq_hw_idx() 152 irq->hw_idx = phys_enc->hw_pp->idx; in _dpu_encoder_phys_cmd_setup_irq_hw_idx() 156 irq->hw_idx = phys_enc->hw_pp->idx; in _dpu_encoder_phys_cmd_setup_irq_hw_idx() 160 irq->hw_idx = phys_enc->intf_idx; in _dpu_encoder_phys_cmd_setup_irq_hw_idx() 740 irq->hw_idx = -EINVAL; in dpu_encoder_phys_cmd_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/libcxgb/ |
| H A D | libcxgb_ppm.h | 246 u32 hw_idx = (ddp_tag >> PPOD_IDX_SHIFT) & in cxgbi_ppm_ddp_tag_get_idx() local 249 return hw_idx - ppm->base_idx; in cxgbi_ppm_ddp_tag_get_idx() 252 static inline u32 cxgbi_ppm_make_ddp_tag(unsigned int hw_idx, in cxgbi_ppm_make_ddp_tag() argument 255 return (hw_idx << PPOD_IDX_SHIFT) | ((u32)color); in cxgbi_ppm_make_ddp_tag()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ingenic/ |
| H A D | cgu.c | 297 u8 i, hw_idx, idx = 0; in ingenic_clk_get_parent() local 301 hw_idx = (reg >> clk_info->mux.shift) & in ingenic_clk_get_parent() 308 for (i = 0; i < hw_idx; i++) { in ingenic_clk_get_parent() 323 u8 curr_idx, hw_idx, num_poss; in ingenic_clk_set_parent() local 333 hw_idx = curr_idx = 0; in ingenic_clk_set_parent() 335 for (; hw_idx < num_poss; hw_idx++) { in ingenic_clk_set_parent() 336 if (clk_info->parents[hw_idx] == -1) in ingenic_clk_set_parent() 354 reg |= hw_idx << clk_info->mux.shift; in ingenic_clk_set_parent()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 1942 rxbd[i].hw_idx = 0; in _phl_alloc_rxbd_pcie() 2085 rxbd->hw_idx = 0; in _phl_reset_rxbd() 2117 u16 hw_res = 0, host_idx = 0, hw_idx = 0; in _phl_sort_ring_by_hw_res() local 2140 &host_idx, &hw_idx); in _phl_sort_ring_by_hw_res() 2279 u16 hw_res = 0, host_idx = 0, hw_idx = 0; in _phl_check_rx_hw_resource() local 2286 &host_idx, &hw_idx); in _phl_check_rx_hw_resource() 2834 struct rtw_wd_page_ring *wd_ring, u16 hw_idx) in phl_handle_busy_wd() argument 2869 if (hw_idx >= target) in phl_handle_busy_wd() 2870 release_num = ((hw_idx - target) + 1) % bndy; in phl_handle_busy_wd() 2872 release_num = ((bndy - target) + (hw_idx + 1)) % bndy; in phl_handle_busy_wd() [all …]
|
| H A D | phl_trx_def_pcie.h | 77 u16 hw_idx; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.h | 114 int hw_idx = i; in enetc_rxbd() local 118 hw_idx = 2 * i; in enetc_rxbd() 120 return &(((union enetc_rx_bd *)rx_ring->bd_base)[hw_idx]); in enetc_rxbd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.c | 435 u16 *host_idx, u16 *hw_idx) in hal_get_avail_txbd_8852be() argument 453 *hw_idx = (u16)((tmp32 >> 16) & 0x0FFF); in hal_get_avail_txbd_8852be() 455 avail_txbd = hal_calc_avail_wptr(*hw_idx, *host_idx, in hal_get_avail_txbd_8852be() 460 ch_idx, *host_idx, *hw_idx, avail_txbd); in hal_get_avail_txbd_8852be() 475 u16 *host_idx, u16 *hw_idx) in hal_get_avail_rxbd_8852be() argument 492 *hw_idx = (u16)((tmp32 >> 16) & 0x0FFF); in hal_get_avail_rxbd_8852be() 494 avail_rxbd = hal_calc_avail_rptr(*host_idx, *hw_idx, in hal_get_avail_rxbd_8852be()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | branch.h | 48 u64 hw_idx; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/ |
| H A D | wl12xx.h | 96 u8 hw_idx; member
|