Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dshpchp_hpc.c874 u32 slot_avail1 = shpc_readl(ctrl, SLOT_AVAIL1); in shpc_get_max_bus_speed() local
893 if (slot_avail1 & SLOT_133MHZ_PCIX) in shpc_get_max_bus_speed()
895 else if (slot_avail1 & SLOT_100MHZ_PCIX) in shpc_get_max_bus_speed()
897 else if (slot_avail1 & SLOT_66MHZ_PCIX) in shpc_get_max_bus_speed()
901 else if (slot_avail1 & SLOT_33MHZ) in shpc_get_max_bus_speed()
Dshpchp.h203 volatile u32 slot_avail1; member
220 SLOT_AVAIL1 = offsetof(struct ctrl_reg, slot_avail1),