Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h1004 void write_nic_io_dword(struct net_device *dev, int x, u32 y);
Drtl_core.c178 void write_nic_io_dword(struct net_device *dev, int x, u32 y) in write_nic_io_dword() function
194 write_nic_io_dword(dev, (x & 0xff), y); in write_nic_io_dword()