Searched refs:get_pf2vf_offset (Results 1 – 9 of 9) sorted by relevance
93 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function136 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c3xxxiov()
93 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function136 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c62xiov()
93 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function136 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcciov()
152 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function228 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c62x()
142 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function218 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c3xxx()
164 static uint32_t get_pf2vf_offset(uint32_t i) in get_pf2vf_offset() function240 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcc()
140 pf2vf_offset = hw_data->get_pf2vf_offset(0); in __adf_iov_putmsg()148 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg()246 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl()250 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl()
125 msg = ADF_CSR_RD(pmisc_bar_addr, hw_data->get_pf2vf_offset(0)); in adf_pf2vf_bh_handler()152 ADF_CSR_WR(pmisc_bar_addr, hw_data->get_pf2vf_offset(0), msg); in adf_pf2vf_bh_handler()172 ADF_CSR_WR(pmisc_bar_addr, hw_data->get_pf2vf_offset(0), msg); in adf_pf2vf_bh_handler()
164 uint32_t (*get_pf2vf_offset)(uint32_t i); member