Home | History | Annotate | Download | only in ic

Lines Matching defs:txreg

1103 	bus_size_t txreg;
1168 txreg = ep_w1_reg(sc, ELINK_W1_TX_PIO_WR_1);
1182 bus_space_write_2(iot, ioh, txreg, len);
1183 bus_space_write_2(iot, ioh, txreg, 0xffff); /* Second is meaningless */
1192 txreg, mtod(m, u_int8_t *), count);
1198 txreg, mtod(m, u_int32_t *), m->m_len >> 2);
1205 txreg, mtod(m, u_int8_t *), m->m_len);
1214 txreg, *(mtod(m, u_int8_t *)));
1220 txreg, mtod(m, u_int16_t *),
1224 bus_space_write_1(iot, ioh, txreg,
1231 bus_space_write_1(iot, ioh, txreg, 0);