Searched refs:fdt_find_compatible (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_machdep.c | 74 if ((node = fdt_find_compatible(node, "simple-bus", 1)) == 0) in alpine_get_devmap_base() 93 if ((node = fdt_find_compatible(node, "simple-bus", 1)) == 0) in alpine_get_wdt_base() 97 fdt_find_compatible(node, "arm,sp805", 1)) == 0) in alpine_get_wdt_base()
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_common.h | 82 phandle_t fdt_find_compatible(phandle_t, const char *, int);
|
H A D | fdt_slicer.c | 133 child = fdt_find_compatible(node, "fixed-partitions", false); in fill_slices()
|
H A D | fdt_common.c | 221 if ((node = fdt_find_compatible(node, "simple-bus", 0)) == 0) in fdt_immr_addr() 253 fdt_find_compatible(phandle_t start, const char *compat, int strict) in fdt_find_compatible() function
|
/freebsd/sys/arm/mv/ |
H A D | mv_armv7_machdep.c | 176 if ((node = fdt_find_compatible(node, "simple-bus", 0)) == 0) in platform_mpp_init() 179 if ((node = fdt_find_compatible(node, "mrvl,mpp", 0)) == 0) in platform_mpp_init()
|
H A D | mv_common.c | 1804 if ((node = fdt_find_compatible(node, "mrvl,cesa-sram", 0)) == 0) in win_cpu_from_dt() 1966 sb = node = fdt_find_compatible(node, "simple-bus", 0); in fdt_win_setup() 1977 node = fdt_find_compatible(node, "simple-bus", 0); in fdt_win_setup() 2006 if ((sb = fdt_find_compatible(root, "simple-bus", 1)) != 0) in fdt_fixup_busfreq() 2020 if ((node = fdt_find_compatible(root, "simple-bus", 1)) != 0) { in fdt_fixup_ranges() 2043 if ((node = fdt_find_compatible(root, "mrvl,pcie", 1)) != 0) { in fdt_fixup_ranges()
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x.c | 99 ip17x_node = fdt_find_compatible(OF_finddevice("/"), in ip17x_probe()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fb.c | 471 (display = fdt_find_compatible(root, "broadcom,bcm2835-fb", 1))) { in bcmfb_configure()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_lcd.c | 992 panel_node = fdt_find_compatible(root, "ti,tilcdc,panel", 1); in am335x_lcd_attach()
|
/freebsd/sys/dev/mge/ |
H A D | if_mge.c | 784 if (fdt_find_compatible(sc->node, "mrvl,sw", 1) != 0) { in mge_attach()
|