elink3.c | 1103 bus_size_t txreg; local in function:epstart 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, [all...] |