Home
last modified time | relevance | path

Searched refs:rd4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h85 uint32_t (*rd4)(bus_size_t reg, void *ctx); member
H A Dbhnd_pmu_private.h34 #define BHND_PMU_READ_4(_sc, _reg) (_sc)->io->rd4((_reg), (_sc)->io_ctx)
H A Dbhnd_pmu.c80 .rd4 = bhnd_pmu_read_4,
H A Dbhnd_pmu_subr.c152 return (io->rd4(data, io_ctx)); in bhnd_pmu_ind_read()
173 rval = io->rd4(data, io_ctx); in bhnd_pmu_ind_write()