Searched refs:get_pf2vf_offset (Results 1 – 4 of 4) sorted by relevance
94 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function161 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcciov()
165 static uint32_t get_pf2vf_offset(uint32_t i) in get_pf2vf_offset() function241 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcc()
163 pf2vf_offset = hw_data->get_pf2vf_offset(0); in __adf_iov_putmsg()171 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg()269 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl()273 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl()
151 uint32_t (*get_pf2vf_offset)(uint32_t i); member