Searched refs:sram_desc (Results 1 – 3 of 3) sorted by relevance
234 struct sunxi_sram_desc *sram_desc; in sunxi_sram_claim() local251 sram_desc = to_sram_desc(sram_data); in sunxi_sram_claim()255 if (sram_desc->claimed) { in sunxi_sram_claim()276 struct sunxi_sram_desc *sram_desc; in sunxi_sram_release() local285 sram_desc = to_sram_desc(sram_data); in sunxi_sram_release()288 sram_desc->claimed = false; in sunxi_sram_release()
2788 priv->sram_desc.last_cb_index = 0; in ipw_fw_dma_abort()2816 for (index = 0; index < priv->sram_desc.last_cb_index; index++) in ipw_fw_dma_kick()2818 &priv->sram_desc.cb_list[index]); in ipw_fw_dma_kick()2903 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL) in ipw_fw_dma_add_command_block()2906 last_cb_element = priv->sram_desc.last_cb_index; in ipw_fw_dma_add_command_block()2907 cb = &priv->sram_desc.cb_list[last_cb_element]; in ipw_fw_dma_add_command_block()2908 priv->sram_desc.last_cb_index++; in ipw_fw_dma_add_command_block()2968 (int)priv->sram_desc.last_cb_index); in ipw_fw_dma_wait()2970 while (current_index < priv->sram_desc.last_cb_index) { in ipw_fw_dma_wait()3235 BUG_ON(priv->sram_desc.last_cb_index > 0); in ipw_load_firmware()
1196 struct fw_image_desc sram_desc; member