Home
last modified time | relevance | path

Searched refs:ofw_bus_find_string_index (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Dsmmu_fdt.c104 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 Dnvmem.c76 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 Dofw_pwm.c92 rv = ofw_bus_find_string_index(node, "pwm-names", name, &idx); in pwm_get_by_ofw_name()
/freebsd/sys/dev/ahci/
H A Dahci_fsl_fdt.c324 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 Drk3568_pcie.c276 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 Drk_pcie.c1188 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 Dfu740_pci_dw.c340 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 Dofw_bus_subr.h148 int ofw_bus_find_string_index(phandle_t node, const char *list_name,
H A Dofw_bus_subr.c971 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 Daw_usbphy.c235 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 Dhwreset.c160 rv = ofw_bus_find_string_index(cnode, "reset-names", name, &idx); in hwreset_get_by_ofw_name()
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg_fdt.c87 rv = ofw_bus_find_string_index(node, "interrupt-names", "usb", &idx); in dwc_otg_irq_index()
/freebsd/sys/dev/mailbox/arm/
H A Darm_doorbell.c209 error = ofw_bus_find_string_index(node, "mbox-names", name, &idx); in arm_doorbell_ofw_get()
/freebsd/sys/dev/pci/
H A Dpci_dw.c738 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 Dphy.c527 rv = ofw_bus_find_string_index(cnode, "phy-names", name, &idx); in phy_get_by_ofw_name()
/freebsd/sys/dev/xdma/
H A Dxdma.c480 error = ofw_bus_find_string_index(node, "dma-names", prop, &idx); in xdma_ofw_get()
/freebsd/sys/dev/gpio/
H A Dofw_gpiobus.c132 rv = ofw_bus_find_string_index(node, "gpio-names", name, &idx); in gpio_pin_get_by_ofw_name()
/freebsd/sys/arm/ti/
H A Dti_sysc.c320 err = ofw_bus_find_string_index(node, "reg-names", in parse_regfields()
/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c460 err = ofw_bus_find_string_index(node, "pinctrl-names", "gpio", &cfgidx); in i2c_attach()
/freebsd/sys/dev/clk/xilinx/
H A Dzynqmp_clock.c413 if (ofw_bus_find_string_index( sc->node, in zynqmp_fw_clk_get_all()
/freebsd/sys/arm/arm/
H A Dgeneric_timer.c487 error = ofw_bus_find_string_index(node, in arm_tmr_fdt_attach()
/freebsd/sys/dev/clk/
H A Dclk.c1561 rv = ofw_bus_find_string_index(cnode, "clock-names", name, &idx); in clk_get_by_ofw_name()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1093 error = ofw_bus_find_string_index(node, "interrupt-names", name, in safexcel_alloc_dev_resources()