Searched refs:sram_desc (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/soc/sunxi/
H A Dsunxi_sram.c188 struct sunxi_sram_desc *sram_desc; sunxi_sram_claim() local
202 sram_desc = to_sram_desc(sram_data); sunxi_sram_claim()
206 if (sram_desc->claimed) { sunxi_sram_claim()
226 struct sunxi_sram_desc *sram_desc; sunxi_sram_release() local
235 sram_desc = to_sram_desc(sram_data); sunxi_sram_release()
238 sram_desc->claimed = false; sunxi_sram_release()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dipw2200.c2797 priv->sram_desc.last_cb_index = 0; ipw_fw_dma_abort()
2825 for (index = 0; index < priv->sram_desc.last_cb_index; index++) ipw_fw_dma_kick()
2827 &priv->sram_desc.cb_list[index]); ipw_fw_dma_kick()
2912 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL) ipw_fw_dma_add_command_block()
2915 last_cb_element = priv->sram_desc.last_cb_index; ipw_fw_dma_add_command_block()
2916 cb = &priv->sram_desc.cb_list[last_cb_element]; ipw_fw_dma_add_command_block()
2917 priv->sram_desc.last_cb_index++; ipw_fw_dma_add_command_block()
2976 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n", ipw_fw_dma_wait()
2977 (int)priv->sram_desc.last_cb_index); ipw_fw_dma_wait()
2979 while (current_index < priv->sram_desc.last_cb_index) { ipw_fw_dma_wait()
3243 BUG_ON(priv->sram_desc.last_cb_index > 0); ipw_load_firmware()
H A Dipw2200.h1196 struct fw_image_desc sram_desc; member in struct:ipw_priv

Completed in 126 milliseconds