Home
last modified time | relevance | path

Searched refs:device_count (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c332 uint32_t device_count; member
338 uint32_t device_count; member
475 uint32_t device_count; member
840 dr->device_count = relations->device_count; in hv_pci_devices_present()
841 if (dr->device_count != 0) in hv_pci_devices_present()
870 dr->device_count = relations->device_count; in hv_pci_devices_present2()
871 if (dr->device_count != 0) in hv_pci_devices_present2()
992 if (bus_rel->device_count == 0) in vmbus_pcib_on_channel_callback()
998 (bus_rel->device_count))) in vmbus_pcib_on_channel_callback()
1007 if (bus_rel2->device_count == 0) in vmbus_pcib_on_channel_callback()
[all …]
/freebsd-14.2/sys/arm/mv/clk/
H A Da37x0_sb_periph_clk_driver.c114 sc->device_count = SB_DEV_COUNT; in a37x0_sb_periph_clk_attach()
H A Da37x0_nb_periph_clk_driver.c145 sc->device_count = NB_DEV_COUNT; in a37x0_nb_periph_clk_attach()
H A Da37x0_periph_clk_driver.c98 for (i = 0; i< sc->device_count; i++) { in a37x0_periph_clk_attach()
H A Dperiph.h283 int device_count; member