Lines Matching +full:shared +full:- +full:memory
31 * struct NPCM7xxFIUFlash - Per-chipselect flash controller state.
32 * @direct_access: Memory region for direct flash access.
33 * @fiu: Pointer to flash controller shared state.
41 * NPCM7xxFIUState - Device state for one Flash Interface Unit.
43 * @mmio: Memory region for register access.
45 * @active_cs: Currently active chip select, or -1 if no chip is selected.
47 * @flash: Array of @cs_count per-flash-chip state objects.
51 * Each FIU has a shared bank of registers, and controls up to four chip
52 * selects. Each chip select has a dedicated memory region which may be used to
53 * read and write the flash connected to that chip select as if it were memory.
71 #define TYPE_NPCM7XX_FIU "npcm7xx-fiu"