/freebsd/sys/dev/hwreset/ |
H A D | hwreset.c | 110 hwreset_get_by_ofw_idx(device_t consumer_dev, phandle_t cnode, int idx, in hwreset_get_by_ofw_idx() function 163 return (hwreset_get_by_ofw_idx(consumer_dev, cnode, idx, rst)); in hwreset_get_by_ofw_name()
|
H A D | hwreset.h | 60 int hwreset_get_by_ofw_idx(device_t consumer_dev, phandle_t node, int idx,
|
H A D | hwreset_array.c | 120 rv = hwreset_get_by_ofw_idx(consumer_dev, cnode, i, in hwreset_array_get_ofw()
|
/freebsd/sys/dev/iicbus/controller/twsi/ |
H A D | a10_twsi.c | 93 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) == 0) { in a10_twsi_attach()
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | ccu_de2.c | 191 if (hwreset_get_by_ofw_idx(dev, node, 0, &rst_de) != 0) { in ccu_de2_attach()
|
/freebsd/sys/dev/usb/controller/ |
H A D | generic_ehci_fdt.c | 136 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ehci_fdt_attach()
|
H A D | generic_ohci.c | 178 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ohci_attach()
|
H A D | musb_otg_allwinner.c | 428 (void)hwreset_get_by_ofw_idx(dev, 0, 0, &sc->reset); in awusbdrd_attach()
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_pciephy.c | 207 if (hwreset_get_by_ofw_idx(dev, sc->node, 0, &sc->phy_reset)) { in rk3568_pciephy_attach()
|
H A D | rk3568_combphy.c | 416 if (hwreset_get_by_ofw_idx(dev, sc->node, 0, &sc->phy_reset)) { in rk3568_combphy_attach()
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_snps.c | 175 if (hwreset_get_by_ofw_idx(dev, 0, 0, &reset) == 0) { in snps_probe()
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_fdt.c | 177 if (hwreset_get_by_ofw_idx(dev, node, 0, &eqos_reset)) { in eqos_fdt_init()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_usb3phy.c | 249 for (i = 0; hwreset_get_by_ofw_idx(dev, 0, i, &rst) == 0; i++) { in awusb3phy_attach()
|
H A D | aw_cir.c | 435 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst_apb) == 0) { in aw_ir_attach()
|
H A D | aw_usbphy.c | 248 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in awusbphy_init()
|
H A D | aw_rsb.c | 428 if (hwreset_get_by_ofw_idx(dev, 0, 0, &sc->rst) == 0) { in rsb_attach()
|
H A D | a31_dmac.c | 210 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) != 0) { in a31dmac_attach()
|
H A D | aw_thermal.c | 643 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) == 0) { in aw_thermal_attach()
|
H A D | aw_i2s.c | 378 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) == 0) { in aw_i2s_attach()
|
H A D | a10_codec.c | 1140 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) == 0) { in a10codec_attach()
|
H A D | aw_gpio.c | 1125 if (hwreset_get_by_ofw_idx(dev, 0, 0, &rst) == 0) { in aw_gpio_attach()
|
H A D | if_awg.c | 1640 if (phy_node == 0 || hwreset_get_by_ofw_idx(dev, phy_node, 0, in awg_setup_extres()
|
/freebsd/sys/riscv/sifive/ |
H A D | fu740_pci_dw.c | 410 error = hwreset_get_by_ofw_idx(dev, node, 0, &sc->pcie_aux_rst); in fupci_attach()
|
/freebsd/sys/dev/dwc/ |
H A D | if_dwc_rk.c | 569 if (hwreset_get_by_ofw_idx(dev, sc->phy_node, 0, &phy_reset) == 0) { in if_dwc_rk_init()
|
/freebsd/sys/dev/spibus/controller/allwinner/ |
H A D | aw_spi.c | 208 if (hwreset_get_by_ofw_idx(dev, 0, 0, &sc->rst_ahb) == 0) { in aw_spi_attach()
|