Searched refs:MemoryWindowSize (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A DDAC960.c2701 unsigned int MemoryWindowSize = privdata->MemoryWindowSize; local
2769 if (MemoryWindowSize < PAGE_SIZE)
2770 MemoryWindowSize = PAGE_SIZE;
2772 ioremap_nocache(Controller->PCI_Address & PAGE_MASK, MemoryWindowSize);
7059 .MemoryWindowSize = DAC960_GEM_RegisterWindowSize,
7067 .MemoryWindowSize = DAC960_BA_RegisterWindowSize,
7074 .MemoryWindowSize = DAC960_LP_RegisterWindowSize,
7081 .MemoryWindowSize = DAC960_LA_RegisterWindowSize,
7088 .MemoryWindowSize
[all...]
H A DDAC960.h2172 unsigned int MemoryWindowSize; member in struct:DAC960_privdata

Completed in 122 milliseconds