Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dcs89x0var.h134 #define IO_READ_1(sc, a) \ macro
200 result = (IO_READ_1(sc, off) & 0xff); in _cs_read_port()
201 result |= ((IO_READ_1(sc, off+1) & 0xff) << 8); in _cs_read_port()
Dcs89x0.c891 IO_READ_1(sc, PORT_PKTPG_PTR + 0); in cs_reset_chip()
892 IO_READ_1(sc, PORT_PKTPG_PTR + 1); in cs_reset_chip()
893 IO_READ_1(sc, PORT_PKTPG_PTR + 0); in cs_reset_chip()
894 IO_READ_1(sc, PORT_PKTPG_PTR + 1); in cs_reset_chip()