/freebsd/sys/arm64/iommu/ |
H A D | smmu_fdt.c | 104 err = ofw_bus_find_string_index(node, "interrupt-names", "eventq", in smmu_fdt_attach() 125 err = ofw_bus_find_string_index(node, "interrupt-names", "cmdq-sync", in smmu_fdt_attach() 140 err = ofw_bus_find_string_index(node, "interrupt-names", "gerror", in smmu_fdt_attach()
|
/freebsd/sys/dev/nvmem/ |
H A D | nvmem.c | 76 rv = ofw_bus_find_string_index(node, "nvmem-cell-names", name, &idx); in nvmem_get_cell_len() 137 rv = ofw_bus_find_string_index(node, "nvmem-cell-names", name, &idx); in nvmem_read_cell_by_name() 191 rv = ofw_bus_find_string_index(node, "nvmem-cell-names", name, &idx); in nvmem_write_cell_by_name()
|
/freebsd/sys/dev/pwm/ |
H A D | ofw_pwm.c | 92 rv = ofw_bus_find_string_index(node, "pwm-names", name, &idx); in pwm_get_by_ofw_name()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci_fsl_fdt.c | 324 if (OF_hasprop(node, "reg-names") && ofw_bus_find_string_index(node, in ahci_fsl_fdt_attach() 339 ret = ofw_bus_find_string_index(node, "reg-names", "sata-ecc", in ahci_fsl_fdt_attach()
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_pcie.c | 276 if ((error = ofw_bus_find_string_index(sc->node, "reg-names", "apb", in rk3568_pcie_attach() 286 if ((error = ofw_bus_find_string_index(sc->node, "reg-names", "dbi", in rk3568_pcie_attach()
|
H A D | rk_pcie.c | 1188 rv = ofw_bus_find_string_index(sc->node, "reg-names", "axi-base", &rid); in rk_pcie_attach() 1213 rv = ofw_bus_find_string_index(sc->node, "reg-names", "apb-base", &rid); in rk_pcie_attach() 1228 rv = ofw_bus_find_string_index(sc->node, "interrupt-names", in rk_pcie_attach() 1243 rv = ofw_bus_find_string_index(sc->node, "interrupt-names", in rk_pcie_attach() 1258 rv = ofw_bus_find_string_index(sc->node, "interrupt-names", in rk_pcie_attach()
|
/freebsd/sys/riscv/sifive/ |
H A D | fu740_pci_dw.c | 340 error = ofw_bus_find_string_index(node, "reg-names", "dbi", &rid); in fupci_attach() 354 error = ofw_bus_find_string_index(node, "reg-names", "mgmt", &rid); in fupci_attach()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_subr.h | 148 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
|
H A D | ofw_bus_subr.c | 971 ofw_bus_find_string_index(phandle_t node, const char *list_name, in ofw_bus_find_string_index() function
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_usbphy.c | 235 if (ofw_bus_find_string_index(node, "reg-names", "phy_ctrl", &rid) != 0) { in awusbphy_init() 287 if (ofw_bus_find_string_index(node, "reg-names", in awusbphy_init()
|
/freebsd/sys/dev/hwreset/ |
H A D | hwreset.c | 160 rv = ofw_bus_find_string_index(cnode, "reset-names", name, &idx); in hwreset_get_by_ofw_name()
|
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg_fdt.c | 87 rv = ofw_bus_find_string_index(node, "interrupt-names", "usb", &idx); in dwc_otg_irq_index()
|
/freebsd/sys/dev/mailbox/arm/ |
H A D | arm_doorbell.c | 209 error = ofw_bus_find_string_index(node, "mbox-names", name, &idx); in arm_doorbell_ofw_get()
|
/freebsd/sys/dev/pci/ |
H A D | pci_dw.c | 738 rv = ofw_bus_find_string_index(sc->node, "reg-names", "config", &rid); in pci_dw_init() 788 rv = ofw_bus_find_string_index(sc->node, "reg-names", "atu", &rid); in pci_dw_init()
|
/freebsd/sys/dev/phy/ |
H A D | phy.c | 527 rv = ofw_bus_find_string_index(cnode, "phy-names", name, &idx); in phy_get_by_ofw_name()
|
/freebsd/sys/dev/xdma/ |
H A D | xdma.c | 480 error = ofw_bus_find_string_index(node, "dma-names", prop, &idx); in xdma_ofw_get()
|
/freebsd/sys/dev/gpio/ |
H A D | ofw_gpiobus.c | 132 rv = ofw_bus_find_string_index(node, "gpio-names", name, &idx); in gpio_pin_get_by_ofw_name()
|
/freebsd/sys/arm/ti/ |
H A D | ti_sysc.c | 320 err = ofw_bus_find_string_index(node, "reg-names", in parse_regfields()
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_i2c.c | 460 err = ofw_bus_find_string_index(node, "pinctrl-names", "gpio", &cfgidx); in i2c_attach()
|
/freebsd/sys/dev/clk/xilinx/ |
H A D | zynqmp_clock.c | 413 if (ofw_bus_find_string_index( sc->node, in zynqmp_fw_clk_get_all()
|
/freebsd/sys/arm/arm/ |
H A D | generic_timer.c | 487 error = ofw_bus_find_string_index(node, in arm_tmr_fdt_attach()
|
/freebsd/sys/dev/clk/ |
H A D | clk.c | 1561 rv = ofw_bus_find_string_index(cnode, "clock-names", name, &idx); in clk_get_by_ofw_name()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel.c | 1093 error = ofw_bus_find_string_index(node, "interrupt-names", name, in safexcel_alloc_dev_resources()
|