Searched refs:bus_speed (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_pwr.h47 int bus_speed; member in struct:pci_pwr_chld
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c797 if ((pcic->bus_speed = ddi_getprop(DDI_DEV_T_ANY, ddi_get_parent(dip),
801 pcic->bus_speed = PCIC_PCI_DEF_SYSCLK;
803 pcic->bus_speed = PCIC_ISA_DEF_SYSCLK;
808 if (pcic->bus_speed > 1000000)
809 pcic->bus_speed /= 1000000;
819 bus_type, pcic->bus_speed);
1853 if (pcic->bus_speed > PCIC_PCI_25MHZ && i == 0) {
1861 if (pcic->bus_speed < PCIC_SYSCLK_33MHZ)
2200 if (pcic->bus_speed >= PCIC_PCI_DEF_SYSCLK && i == 0) {
2690 clk_pulse = mhztons(pcic->bus_speed);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h202 int bus_speed; /* parent bus speed */ member in struct:pcicdev_t
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1870 kstat_named_t bus_speed; member in struct:t4_kstats
1907 KS_CINIT(bus_speed);
1931 KS_C_SET(bus_speed, "%d", p->speed);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h901 e1000_bus_speed bus_speed;

Completed in 70 milliseconds