Searched refs:slot_avail1 (Results 1 – 2 of 2) sorted by relevance
1188 u32 slot_avail1, slot_avail2; in hpc_get_max_bus_speed() local1204 slot_avail1 = readl(php_ctlr->creg + SLOT_AVAIL1); in hpc_get_max_bus_speed()1220 else if ((slot_num = ((slot_avail1 & SLOT_133MHZ_PCIX) >> 23) ) != 0 ) in hpc_get_max_bus_speed()1222 else if ((slot_num = ((slot_avail1 & SLOT_100MHZ_PCIX) >> 15) ) != 0 ) in hpc_get_max_bus_speed()1224 else if ((slot_num = ((slot_avail1 & SLOT_66MHZ_PCIX) >> 7) ) != 0 ) in hpc_get_max_bus_speed()1228 else if ((slot_num = (slot_avail1 & SLOT_33MHZ)) != 0 ) in hpc_get_max_bus_speed()1232 if ((slot_num = ((slot_avail1 & SLOT_133MHZ_PCIX) >> 23) ) != 0 ) in hpc_get_max_bus_speed()1234 else if ((slot_num = ((slot_avail1 & SLOT_100MHZ_PCIX) >> 15) ) != 0 ) in hpc_get_max_bus_speed()1236 else if ((slot_num = ((slot_avail1 & SLOT_66MHZ_PCIX) >> 7) ) != 0 ) in hpc_get_max_bus_speed()1240 else if ((slot_num = (slot_avail1 & SLOT_33MHZ)) != 0 ) in hpc_get_max_bus_speed()
249 volatile u32 slot_avail1; member277 SLOT_AVAIL1 = offsetof(struct ctrl_reg, slot_avail1),