Searched refs:sram_desc (Results 1 – 3 of 3) sorted by relevance
227 struct sunxi_sram_desc *sram_desc; in sunxi_sram_claim() local244 sram_desc = to_sram_desc(sram_data); in sunxi_sram_claim()248 if (sram_desc->claimed) { in sunxi_sram_claim()260 sram_desc->claimed = true; in sunxi_sram_claim()270 struct sunxi_sram_desc *sram_desc; in sunxi_sram_release() local279 sram_desc = to_sram_desc(sram_data); in sunxi_sram_release()282 sram_desc->claimed = false; in sunxi_sram_release()
2742 priv->sram_desc.last_cb_index = 0; in ipw_fw_dma_abort()2770 for (index = 0; index < priv->sram_desc.last_cb_index; index++) in ipw_fw_dma_kick()2772 &priv->sram_desc.cb_list[index]); in ipw_fw_dma_kick()2857 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL) in ipw_fw_dma_add_command_block()2860 last_cb_element = priv->sram_desc.last_cb_index; in ipw_fw_dma_add_command_block()2861 cb = &priv->sram_desc.cb_list[last_cb_element]; in ipw_fw_dma_add_command_block()2862 priv->sram_desc.last_cb_index++; in ipw_fw_dma_add_command_block()2922 (int)priv->sram_desc.last_cb_index); in ipw_fw_dma_wait()2924 while (current_index < priv->sram_desc.last_cb_index) { in ipw_fw_dma_wait()3175 BUG_ON(priv->sram_desc.last_cb_index > 0); in ipw_load_firmware()
1181 struct fw_image_desc sram_desc; member