Lines Matching refs:bus_space_read_2
268 if ((bus_space_read_2(iot, ioh, ELINK_STATUS) &
304 if ((bus_space_read_2(iot, ioh, ELINK_STATUS) &
368 i = bus_space_read_2(iot, ioh, ELINK_W5_TX_AVAIL_THRESH);
535 config0 = (u_int)bus_space_read_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG);
536 config1 = (u_int)bus_space_read_2(iot, ioh,
573 ep_w0_config = bus_space_read_2(iot, ioh, ELINK_W0_CONFIG_CTRL);
639 config1 = (u_int)bus_space_read_2(iot, ioh,
641 reset_options = (int)bus_space_read_2(iot, ioh, ELINK_W3_RESET_OPTIONS);
774 (void)bus_space_read_2(iot, ioh,
792 cor = bus_space_read_2(iot, ioh, 0) & ~0x30;
926 resopt = bus_space_read_2(iot, ioh,
932 config0 = (u_int)bus_space_read_2(iot, ioh,
934 config1 = (u_int)bus_space_read_2(iot, ioh,
1003 config0 = (u_int)bus_space_read_2(iot, ioh,
1005 config1 = (u_int)bus_space_read_2(iot, ioh,
1016 mctl = bus_space_read_2(iot, ioh, ELINK_W3_MAC_CONTROL);
1029 w0_addr_cfg = bus_space_read_2(iot, ioh, ELINK_W0_ADDRESS_CFG);
1081 if (bus_space_read_2(iot, ioh, ELINK_W4_MEDIA_TYPE) &
1135 if (bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_FREE_TX)) <
1238 if ((bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_RX_STATUS)) &
1241 u_int16_t status = bus_space_read_2(iot, ioh, ELINK_STATUS);
1286 fifost = bus_space_read_2(iot, ioh, ELINK_W4_FIFO_DIAG);
1331 while ((i = bus_space_read_2(iot, ioh,
1377 status = bus_space_read_2(iot, ioh, ELINK_STATUS);
1401 status = bus_space_read_2(iot, ioh, ELINK_STATUS);
1449 len = bus_space_read_2(iot, ioh, ep_w1_reg(sc, ELINK_W1_RX_STATUS));
1511 len = bus_space_read_2(iot, ioh,
1799 * returned to us by bus_space_read_2(). Hence; we read 16 times getting one
1813 data = (data << 1) | (bus_space_read_2(iot, ioh, 0) & 1);
1841 j = bus_space_read_2(iot, ioh, eecmd);
1892 return (bus_space_read_2(sc->sc_iot, sc->sc_ioh, eedata));
2022 return (bus_space_read_2(sc->sc_iot, sc->sc_ioh,
2075 mctl = bus_space_read_2(iot, ioh, ELINK_W3_MAC_CONTROL);