Searched refs:INW (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ax88180.c | 74 tmpval = INW (dev, MDIOCTRL); in ax88180_mdio_check_complete() 91 tmpval = INW (dev, MDIODP); in ax88180_mdio_read() 158 tmpval = INW (dev, MISC); in ax88180_mac_reset() 174 tmpval = INW (dev, TXBS); in ax88180_poll_tx_complete() 201 rxcurt_ptr = INW (dev, RXCURT); in ax88180_rx_handler() 202 rxbound_ptr = INW (dev, RXBOUND); in ax88180_rx_handler() 244 rxcurt_ptr = INW (dev, RXCURT); in ax88180_rx_handler() 245 rxbound_ptr = INW (dev, RXBOUND); in ax88180_rx_handler() 565 OUTW (dev, INW (dev, ISR), ISR); in ax88180_init() 580 ISR_Status = INW (dev, ISR); in ax88180_recv() [all …]
|
| H A D | eepro100.c | 235 static inline int INW (struct eth_device *dev, u_long addr) in INW() function 374 for (i = 0; INW (dev, SCBCmd) & (CU_CMD_MASK | RU_CMD_MASK); i++) { in wait_for_eepro100() 661 stat = INW (dev, SCBStatus); in eepro100_recv() 776 ((INW (dev, SCBeeprom) & EE_DATA_READ) ? 1 : 0); in read_eeprom() 853 dataval = INW(dev, SCBeeprom); in eepro100_write_eeprom()
|
| H A D | ax88180.h | 356 static inline unsigned short INW (struct eth_device *dev, unsigned long addr) in INW() function
|
| H A D | natsemi.c | 253 INW(struct eth_device *dev, u_long addr) in INW() function
|
| H A D | ns8382x.c | 274 INW(struct eth_device *dev, u_long addr) in INW() function
|