Home
last modified time | relevance | path

Searched refs:ppc_read_ivar (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ppc/
H A Dppcvar.h34 int ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
H A Dppc_puc.c56 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
H A Dppc_acpi.c65 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
H A Dppc_pci.c54 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
H A Dppc_isa.c63 DEVMETHOD(bus_read_ivar, ppc_read_ivar),
H A Dppc.c1917 ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val) in ppc_read_ivar() function