Searched refs:rd4 (Results 1 – 4 of 4) sorted by relevance
85 uint32_t (*rd4)(bus_size_t reg, void *ctx); member
34 #define BHND_PMU_READ_4(_sc, _reg) (_sc)->io->rd4((_reg), (_sc)->io_ctx)
80 .rd4 = bhnd_pmu_read_4,
152 return (io->rd4(data, io_ctx)); in bhnd_pmu_ind_read()173 rval = io->rd4(data, io_ctx); in bhnd_pmu_ind_write()