Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
HDbhnd_pmuvar.h86 uint32_t (*rd4)(bus_size_t reg, void *ctx); member
HDbhnd_pmu_private.h34 #define BHND_PMU_READ_4(_sc, _reg) (_sc)->io->rd4((_reg), (_sc)->io_ctx)
HDbhnd_pmu.c83 .rd4 = bhnd_pmu_read_4,
HDbhnd_pmu_subr.c153 return (io->rd4(data, io_ctx)); in bhnd_pmu_ind_read()
174 rval = io->rd4(data, io_ctx); in bhnd_pmu_ind_write()
/freebsd-13-stable/sys/mips/broadcom/
HDbcm_pmu.c49 .rd4 = bcm_pmu_read4,