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

  /src/sys/dev/ic/
elinkxlvar.h 129 ELINK_STATUS); \
elink3reg.h 68 #define ELINK_STATUS 0x0e /* Read. BASE+0x0e is always status reg. */
elink3.c 268 if ((bus_space_read_2(iot, ioh, ELINK_STATUS) &
304 if ((bus_space_read_2(iot, ioh, ELINK_STATUS) &
1241 u_int16_t status = bus_space_read_2(iot, ioh, ELINK_STATUS);
1377 status = bus_space_read_2(iot, ioh, ELINK_STATUS);
1401 status = bus_space_read_2(iot, ioh, ELINK_STATUS);
elinkxl.c 1242 stat = bus_space_read_2(iot, ioh, ELINK_STATUS);
1546 if (!(bus_space_read_2((sc)->sc_iot, (sc)->sc_ioh, ELINK_STATUS)

Completed in 17 milliseconds