Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c834 u32 slot_avail1 = shpc_readl(ctrl, SLOT_AVAIL1); in shpc_get_max_bus_speed() local
853 if (slot_avail1 & SLOT_133MHZ_PCIX) in shpc_get_max_bus_speed()
855 else if (slot_avail1 & SLOT_100MHZ_PCIX) in shpc_get_max_bus_speed()
857 else if (slot_avail1 & SLOT_66MHZ_PCIX) in shpc_get_max_bus_speed()
861 else if (slot_avail1 & SLOT_33MHZ) in shpc_get_max_bus_speed()