Searched refs:ECREG_TBUF (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/sun2/dev/ |
| D | if_ecreg.h | 58 #define ECREG_TBUF (2048) macro 59 #define ECREG_ABUF (ECREG_TBUF + EC_BUF_SZ)
|
| D | if_ec.c | 328 bus_space_write_2(sc->sc_iot, sc->sc_ioh, ECREG_TBUF, realcount); in ec_start() 330 ec_copyout(sc, mtod(m, uint8_t *), ECREG_TBUF + off, m->m_len); in ec_start() 333 ec_copyout(sc, padding, ECREG_TBUF + off, count - realcount); in ec_start()
|