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

  /src/sys/arch/arm/gemini/
gemini_gmac.c 574 v = bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0);
623 uint16_t rptr = bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0);
627 KASSERT(hwq->hwq_wptr == bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0) >> 16);
668 bus_space_write_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0,
890 v = bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0);
930 bus_space_write_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0, rptr);
1055 hwq->hwq_iot = iot;
1066 bus_space_write_4(hwq->hwq_iot, ioh, qbase,
1070 v = bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0);
1079 bus_space_read_4(hwq->hwq_iot, ioh, qbase), qno)
    [all...]
gemini_gmacvar.h 151 bus_space_tag_t hwq_iot; member in struct:gmac_hwqueue

Completed in 27 milliseconds