Searched refs:ppc_read_ivar (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ppc/ |
H A D | ppcvar.h | 34 int ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
|
H A D | ppc_puc.c | 56 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
|
H A D | ppc_acpi.c | 65 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
|
H A D | ppc_pci.c | 54 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
|
H A D | ppc_isa.c | 63 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
|
H A D | ppc.c | 1917 ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val) in ppc_read_ivar() function
|