Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sun2/dev/
Dif_ecreg.h58 #define ECREG_TBUF (2048) macro
59 #define ECREG_ABUF (ECREG_TBUF + EC_BUF_SZ)
Dif_ec.c328 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()