Searched refs:get_sram_bar_id (Results 1 – 5 of 5) sorted by relevance
118 static u32 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function225 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c62x()
113 static u32 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function215 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c3xxx()
120 static uint32_t get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function242 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_dh895xcc()
159 uint32_t (*get_sram_bar_id)(struct adf_hw_device_data *self); member
721 &pci_info->pci_bars[hw_data->get_sram_bar_id(hw_data)]; in qat_hal_init()