Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h88 void (*wr4)(bus_size_t reg, uint32_t val, void *ctx); member
H A Dbhnd_pmu_private.h36 (_sc)->io->wr4((_reg), (_val), (_sc)->io_ctx)
H A Dbhnd_pmu.c81 .wr4 = bhnd_pmu_write_4,
H A Dbhnd_pmu_subr.c151 io->wr4(addr, reg, io_ctx); in bhnd_pmu_ind_read()
170 io->wr4(addr, reg, io_ctx); in bhnd_pmu_ind_write()
179 io->wr4(data, rval, io_ctx); in bhnd_pmu_ind_write()