Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c145 u8 u1bPsr = read_nic_io_byte(dev, PSR); in write_nic_io_byte()
167 u8 u1bPsr = read_nic_io_byte(dev, PSR); in write_nic_io_word()
190 u8 u1bPsr = read_nic_io_byte(dev, PSR); in write_nic_io_dword()
200 u8 read_nic_io_byte(struct net_device *dev, int x) in read_nic_io_byte() function
213 u8 u1bPsr = read_nic_io_byte(dev, PSR); in read_nic_io_byte()
217 Data = read_nic_io_byte(dev, (x & 0xff)); in read_nic_io_byte()
236 u8 u1bPsr = read_nic_io_byte(dev, PSR); in read_nic_io_word()
259 u8 u1bPsr = read_nic_io_byte(dev, PSR); in read_nic_io_dword()
Drtl_core.h999 u8 read_nic_io_byte(struct net_device *dev, int x);