| /f-stack/freebsd/mips/broadcom/ |
| H A D | uart_cpu_chipc.c | 148 if (resource_int_value("uart", i, "flags", &ivar)) in uart_cpu_getdev() 158 if (resource_int_value("uart", i, "disabled", &ivar) == 0 && in uart_cpu_getdev() 163 if (resource_int_value("uart", i, "baud", &ivar) != 0) in uart_cpu_getdev()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_machdep.c | 182 if (resource_int_value("ar71xx", 0, "eeprom_mac_isascii", in ar71xx_platform_read_eeprom_mac() 261 if (resource_int_value("ar71xx_mac_map", i, "unitid", in ar71xx_platform_check_mac_hints() 264 if (resource_int_value("ar71xx_mac_map", i, "offset", in ar71xx_platform_check_mac_hints() 267 if (resource_int_value("ar71xx_mac_map", i, "is_local", in ar71xx_platform_check_mac_hints()
|
| H A D | ar933x_chip.c | 330 if ((resource_int_value("ar933x_gmac", 0, "override_phy", &val) == 0) in ar933x_chip_init_gmac() 333 if ((resource_int_value("ar933x_gmac", 0, "swap_phy", &val) == 0) in ar933x_chip_init_gmac() 336 if ((resource_int_value("ar933x_gmac", 0, "swap_phy_addr", &val) == 0) in ar933x_chip_init_gmac()
|
| H A D | ar71xx_gpio.c | 473 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar71xx_gpio_attach() 479 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar71xx_gpio_attach() 490 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar71xx_gpio_attach() 493 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar71xx_gpio_attach() 549 if (resource_int_value(device_get_name(dev), in ar71xx_gpio_attach() 556 if (resource_int_value(device_get_name(dev), in ar71xx_gpio_attach()
|
| H A D | ar71xx_caldata.c | 138 if (resource_int_value(device_get_name(dev), in ar71xx_platform_check_eeprom_hints()
|
| H A D | apb.c | 425 if (resource_int_value(dname, dunit, "msize", &msize) == 0) in apb_hinted_child() 440 if (resource_int_value(dname, dunit, "irq", &irq) == 0) { in apb_hinted_child()
|
| H A D | ar71xx_pci.c | 353 if (resource_int_value(device_get_name(dev), in ar71xx_pci_slot_fixup() 401 if (resource_int_value(device_get_name(dev), in ar71xx_pci_attach()
|
| H A D | if_arge.c | 556 if (resource_int_value(device_get_name(sc->arge_dev), in arge_fetch_mdiobus_clock_rate() 747 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in arge_attach() 771 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in arge_attach() 782 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in arge_attach() 800 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in arge_attach() 813 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in arge_attach()
|
| H A D | ar724x_pci.c | 352 if (resource_int_value(device_get_name(dev), in ar724x_pci_slot_fixup()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_gpio.c | 370 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar5315_gpio_attach() 376 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar5315_gpio_attach() 384 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar5315_gpio_attach() 387 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in ar5315_gpio_attach() 437 if (resource_int_value(device_get_name(dev), in ar5315_gpio_attach() 444 if (resource_int_value(device_get_name(dev), in ar5315_gpio_attach()
|
| H A D | apb.c | 597 if (resource_int_value(dname, dunit, "msize", &msize) == 0) in apb_hinted_child() 612 if (resource_int_value(dname, dunit, "irq", &irq) == 0) { in apb_hinted_child()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_hints.c | 337 resource_int_value(const char *name, int unit, const char *resname, int *result) in resource_int_value() function 485 error = resource_int_value(name, unit, "disabled", &value); in resource_disabled()
|
| H A D | subr_bus.c | 2123 resource_int_value(dl->driver->name, child->unit, in device_probe_child() 2222 resource_int_value(best->driver->name, child->unit, in device_probe_child()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 574 if ((resource_int_value(dname, dunit, "order", &order)) != 0) in nexus_hinted_child() 587 if (resource_int_value(dname, dunit, "msize", &msize) == 0) in nexus_hinted_child() 608 if (resource_int_value(dname, dunit, "irq", &irq) == 0) { in nexus_hinted_child()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | clock.c | 571 resource_int_value(device_get_name(dev), device_get_unit(dev), in attimer_attach() 583 if (resource_int_value(device_get_name(dev), device_get_unit(dev), in attimer_attach()
|
| H A D | atrtc.c | 457 (resource_int_value(device_get_name(dev), device_get_unit(dev), in atrtc_attach()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | if_emac.c | 931 error = resource_int_value(device_get_name(dev), device_get_unit(dev), in emac_attach()
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 655 int resource_int_value(const char *name, int unit, const char *resname,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | local_apic.c | 546 if ((resource_int_value("apic", 0, "clock", &i) != 0 || i != 0)) { in native_lapic_init()
|