Searched refs:wr4 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmuvar.h | 88 void (*wr4)(bus_size_t reg, uint32_t val, void *ctx); member
|
| H A D | bhnd_pmu_private.h | 36 (_sc)->io->wr4((_reg), (_val), (_sc)->io_ctx)
|
| H A D | bhnd_pmu.c | 81 .wr4 = bhnd_pmu_write_4,
|
| H A D | bhnd_pmu_subr.c | 151 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()
|