Searched defs:octeon_cf_data (Results 1 – 2 of 2) sorted by relevance
211 struct octeon_cf_data { struct212 unsigned long base_region_bias;213 unsigned int base_region; /* The chip select region used by CF */214 int is16bit; /* 0 - 8bit, !0 - 16bit */215 int dma_engine; /* -1 for no DMA */
21 static struct octeon_cf_data octeon_cf_data; variable