Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Dintiovar.h70 while (bus_space_read_1(bst,bsh,INTIO_DEV_3xx_STAT) \
73 while (!(bus_space_read_1(bst, bsh, INTIO_DEV_3xx_STAT) \
88 status = bus_space_read_1(bst, bsh, INTIO_DEV_3xx_STAT); in intio_device_readcmd()
113 *statusp = bus_space_read_1(bst, bsh, INTIO_DEV_3xx_STAT); in intio_device_readstate()
H A Dintioreg.h41 #define INTIO_DEV_3xx_STAT 3 macro