Searched refs:slot_avail2 (Results 1 – 2 of 2) sorted by relevance
836 u32 slot_avail2 = shpc_readl(ctrl, SLOT_AVAIL2); in shpc_get_max_bus_speed() local839 if (slot_avail2 & SLOT_133MHZ_PCIX_533) in shpc_get_max_bus_speed()841 else if (slot_avail2 & SLOT_100MHZ_PCIX_533) in shpc_get_max_bus_speed()843 else if (slot_avail2 & SLOT_66MHZ_PCIX_533) in shpc_get_max_bus_speed()845 else if (slot_avail2 & SLOT_133MHZ_PCIX_266) in shpc_get_max_bus_speed()847 else if (slot_avail2 & SLOT_100MHZ_PCIX_266) in shpc_get_max_bus_speed()849 else if (slot_avail2 & SLOT_66MHZ_PCIX_266) in shpc_get_max_bus_speed()860 else if (slot_avail2 & SLOT_66MHZ) in shpc_get_max_bus_speed()
180 volatile u32 slot_avail2; member197 SLOT_AVAIL2 = offsetof(struct ctrl_reg, slot_avail2),