| /freebsd-12.1/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 237 OF_decode_addr(node, 0, &space, &phys); in vt_efb_init() 275 OF_decode_addr(node, info->fb_pbase, &sc->sc_memt, in vt_efb_init() 278 OF_decode_addr(node, info->fb_pbase, &space, &info->fb_pbase); in vt_efb_init()
|
| /freebsd-12.1/sys/sparc64/include/ |
| H A D | ofw_machdep.h | 42 int OF_decode_addr(phandle_t, int, int *, bus_addr_t *);
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | ofw_machdep.c | 41 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() function
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | ofw_machdep.c | 41 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() function
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | ofw_machdep.c | 40 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() function
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | ofw_machdep.c | 40 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() function
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | openfirm.h | 185 int OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *ptag,
|
| /freebsd-12.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 443 OF_decode_addr(node, 0, &space, &phys); in ofwfb_init() 505 OF_decode_addr(node, fb_phys, &sc->sc_memt, &sc->fb.fb_vbase, in ofwfb_init()
|
| /freebsd-12.1/sys/dev/uart/ |
| H A D | uart_cpu_powerpc.c | 185 error = OF_decode_addr(input, 0, &di->bas.bst, &di->bas.bsh, NULL); in uart_cpu_getdev()
|
| H A D | uart_bus_fdt.c | 242 err = OF_decode_addr(node, 0, bst, bsh, NULL); in uart_cpu_fdt_probe()
|
| H A D | uart_cpu_sparc64.c | 231 error = OF_decode_addr(input, 0, &space, &addr); in uart_cpu_getdev()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | ofw_machdep.c | 127 OF_decode_addr(phandle_t node, int bank, int *space, bus_addr_t *addr) in OF_decode_addr() function
|
| /freebsd-12.1/sys/dev/fb/ |
| H A D | creator_vt.c | 150 if (OF_decode_addr(node, FFB_DFB24, &space, &phys) != 0) in creatorfb_init()
|
| H A D | creator.c | 443 if (OF_decode_addr(output, i, &space, &addr) != 0) in creator_configure()
|
| H A D | machfb.c | 497 if (OF_decode_addr(output, 0, &space, &addr) != 0) in machfb_configure()
|
| /freebsd-12.1/sys/dev/tsec/ |
| H A D | if_tsec_fdt.c | 200 OF_decode_addr(mdio, 0, &sc->phy_bst, &sc->phy_bsh, NULL); in tsec_fdt_attach()
|
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | atkbdc.c | 241 if (OF_decode_addr(node, 0, &space, &port0) != 0) in atkbdc_configure() 245 if (OF_decode_addr(node, 1, &space, &port1) != 0) in atkbdc_configure()
|
| /freebsd-12.1/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 752 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() function
|
| H A D | ofw_syscons.c | 347 OF_decode_addr(node, fb_phys, &sc->sc_tag, &sc->sc_addr, NULL); in ofwfb_configure()
|