Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nsp/
HDnsp.c187 return bus_read_1(res, nsp_datar); in nsp_cr_read_1()
195 bus_write_1(res, nsp_datar, va); in nsp_cr_write_1()
594 count = bus_read_1(sc->port_res, nsp_datar);
595 count += (((u_int) bus_read_1(sc->port_res, nsp_datar)) << 8);
596 count += (((u_int) bus_read_1(sc->port_res, nsp_datar)) << 16);
607 count = bus_read_1(sc->port_res, nsp_datar);
608 count += (((u_int) bus_read_1(sc->port_res, nsp_datar)) << 8);
609 count += (((u_int) bus_read_1(sc->port_res, nsp_datar)) << 16);
HDnspreg.h67 #define nsp_datar 3 macro