Searched refs:slot_avail2 (Results 1 – 1 of 1) sorted by relevance
835 u32 slot_avail2 = shpc_readl(ctrl, SLOT_AVAIL2); in shpc_get_max_bus_speed() local838 if (slot_avail2 & SLOT_133MHZ_PCIX_533) in shpc_get_max_bus_speed()840 else if (slot_avail2 & SLOT_100MHZ_PCIX_533) in shpc_get_max_bus_speed()842 else if (slot_avail2 & SLOT_66MHZ_PCIX_533) in shpc_get_max_bus_speed()844 else if (slot_avail2 & SLOT_133MHZ_PCIX_266) in shpc_get_max_bus_speed()846 else if (slot_avail2 & SLOT_100MHZ_PCIX_266) in shpc_get_max_bus_speed()848 else if (slot_avail2 & SLOT_66MHZ_PCIX_266) in shpc_get_max_bus_speed()859 else if (slot_avail2 & SLOT_66MHZ) in shpc_get_max_bus_speed()