Searched refs:hwq_qrwptr_ioh (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);
1057 &hwq->hwq_qrwptr_ioh);
1070 v = bus_space_read_4(hwq->hwq_iot, hwq->hwq_qrwptr_ioh, 0);
1076 hwq, qrwptr, hwq->hwq_qrwptr_ioh, hwq->hwq_wptr, hwq->hwq_rptr,
H A Dgemini_gmacvar.h152 bus_space_handle_t hwq_qrwptr_ioh; member in struct:gmac_hwqueue

Completed in 192 milliseconds