Searched refs:AN_DATA0 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | anreg.h | 135 #define AN_DATA0 0x36 macro 137 #define AN_BAP0 AN_DATA0
|
H A D | an.c | 1721 CSR_READ_MULTI_STREAM_2(sc, AN_DATA0, (u_int16_t *)buf, cnt); in an_read_bap() 1741 CSR_WRITE_MULTI_STREAM_2(sc, AN_DATA0, (u_int16_t *)buf, cnt); in an_write_bap() 1766 CSR_WRITE_MULTI_STREAM_2(sc, AN_DATA0, in an_mwrite_bap() 1772 CSR_WRITE_MULTI_STREAM_2(sc, AN_DATA0, mtod(m, u_int16_t *), in an_mwrite_bap()
|