HomeSort by: relevance | last modified time | path
    Searched refs:ECREG_TBUF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun2/dev/
if_ecreg.h 58 #define ECREG_TBUF (2048)
59 #define ECREG_ABUF (ECREG_TBUF + EC_BUF_SZ)
if_ec.c 328 bus_space_write_2(sc->sc_iot, sc->sc_ioh, ECREG_TBUF, realcount);
330 ec_copyout(sc, mtod(m, uint8_t *), ECREG_TBUF + off, m->m_len);
333 ec_copyout(sc, padding, ECREG_TBUF + off, count - realcount);

Completed in 13 milliseconds