Searched refs:sram_desc (Results 1 – 3 of 3) sorted by relevance
70 static struct map_desc sram_desc[2] __initdata; variable74 struct map_desc *desc = &sram_desc[bank]; in at91_init_sram()78 desc->virtual -= sram_desc[bank - 1].length; in at91_init_sram()
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()3234 BUG_ON(priv->sram_desc.last_cb_index > 0); in ipw_load_firmware()
1197 struct fw_image_desc sram_desc; member