Home
last modified time | relevance | path

Searched refs:u4bPage (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c110 static bool PlatformIOCheckPageLegalAndGetRegMask(u32 u4bPage, u8 *pu1bPageMask) in PlatformIOCheckPageLegalAndGetRegMask() argument
116 switch (u4bPage) { in PlatformIOCheckPageLegalAndGetRegMask()
133 u32 u4bPage = (x >> 8); in write_nic_io_byte() local
137 if (u4bPage == 0) { in write_nic_io_byte()
141 bIsLegalPage = PlatformIOCheckPageLegalAndGetRegMask(u4bPage, in write_nic_io_byte()
147 (u8)u4bPage)); in write_nic_io_byte()
156 u32 u4bPage = (x >> 8); in write_nic_io_word() local
160 if (u4bPage == 0) { in write_nic_io_word()
163 bIsLegalPage = PlatformIOCheckPageLegalAndGetRegMask(u4bPage, in write_nic_io_word()
169 (u8)u4bPage)); in write_nic_io_word()
[all …]