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

/freebsd-11.0-release/sys/dev/nsp/
H A Dnspreg.h67 #define nsp_datar 3 macro
H A Dnsp.c187 return bus_read_1(res, nsp_datar);
195 bus_write_1(res, nsp_datar, va);
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);

Completed in 101 milliseconds