Searched refs:hwq_iot (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_gmac.c574 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, io
[all...]
H A Dgemini_gmacvar.h151 bus_space_tag_t hwq_iot; member in struct:gmac_hwqueue

Completed in 292 milliseconds