Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c111 static bool PlatformIOCheckPageLegalAndGetRegMask(u32 u4bPage, u8 *pu1bPageMask) in PlatformIOCheckPageLegalAndGetRegMask() argument
117 switch (u4bPage) { in PlatformIOCheckPageLegalAndGetRegMask()
134 u32 u4bPage = x >> 8; in write_nic_io_byte() local
138 if (u4bPage == 0) { in write_nic_io_byte()
142 bIsLegalPage = PlatformIOCheckPageLegalAndGetRegMask(u4bPage, in write_nic_io_byte()
148 (u8)u4bPage)); in write_nic_io_byte()
157 u32 u4bPage = x >> 8; in write_nic_io_word() local
161 if (u4bPage == 0) { in write_nic_io_word()
164 bIsLegalPage = PlatformIOCheckPageLegalAndGetRegMask(u4bPage, in write_nic_io_word()
170 (u8)u4bPage)); in write_nic_io_word()
[all …]