Lines Matching refs:slot_cmd

648 	u8 slot_cmd = 0;  in hpc_set_attention_status()  local
663 slot_cmd = 0x30; /* OFF */ in hpc_set_attention_status()
666 slot_cmd = 0x10; /* ON */ in hpc_set_attention_status()
669 slot_cmd = 0x20; /* BLINK */ in hpc_set_attention_status()
675 shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status()
684 u8 slot_cmd; in hpc_set_green_led_on() local
696 slot_cmd = 0x04; in hpc_set_green_led_on()
698 shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_green_led_on()
706 u8 slot_cmd; in hpc_set_green_led_off() local
718 slot_cmd = 0x0C; in hpc_set_green_led_off()
720 shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_green_led_off()
728 u8 slot_cmd; in hpc_set_green_led_blink() local
740 slot_cmd = 0x08; in hpc_set_green_led_blink()
742 shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_green_led_blink()
828 u8 slot_cmd; in hpc_power_on_slot() local
842 slot_cmd = 0x01; in hpc_power_on_slot()
844 retval = shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_power_on_slot()
859 u8 slot_cmd; in hpc_slot_enable() local
874 slot_cmd = 0x3A; in hpc_slot_enable()
876 retval = shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_slot_enable()
890 u8 slot_cmd; in hpc_slot_disable() local
906 slot_cmd = 0x1F; in hpc_slot_disable()
908 retval = shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_slot_disable()
960 u8 slot_cmd; in hpc_set_bus_speed_mode() local
977 slot_cmd = SETA_PCI_33MHZ; in hpc_set_bus_speed_mode()
980 slot_cmd = SETA_PCI_66MHZ; in hpc_set_bus_speed_mode()
983 slot_cmd = SETA_PCIX_66MHZ; in hpc_set_bus_speed_mode()
986 slot_cmd = SETA_PCIX_100MHZ; in hpc_set_bus_speed_mode()
989 slot_cmd = SETA_PCIX_133MHZ; in hpc_set_bus_speed_mode()
992 slot_cmd = PCI_SPEED_UNKNOWN; in hpc_set_bus_speed_mode()
999 slot_cmd = SETB_PCI_33MHZ; in hpc_set_bus_speed_mode()
1002 slot_cmd = SETB_PCI_66MHZ; in hpc_set_bus_speed_mode()
1005 slot_cmd = SETB_PCIX_66MHZ_PM; in hpc_set_bus_speed_mode()
1008 slot_cmd = SETB_PCIX_100MHZ_PM; in hpc_set_bus_speed_mode()
1011 slot_cmd = SETB_PCIX_133MHZ_PM; in hpc_set_bus_speed_mode()
1014 slot_cmd = SETB_PCIX_66MHZ_EM; in hpc_set_bus_speed_mode()
1017 slot_cmd = SETB_PCIX_100MHZ_EM; in hpc_set_bus_speed_mode()
1020 slot_cmd = SETB_PCIX_133MHZ_EM; in hpc_set_bus_speed_mode()
1023 slot_cmd = SETB_PCIX_66MHZ_266; in hpc_set_bus_speed_mode()
1026 slot_cmd = SETB_PCIX_100MHZ_266; in hpc_set_bus_speed_mode()
1029 slot_cmd = SETB_PCIX_133MHZ_266; in hpc_set_bus_speed_mode()
1032 slot_cmd = SETB_PCIX_66MHZ_533; in hpc_set_bus_speed_mode()
1035 slot_cmd = SETB_PCIX_100MHZ_533; in hpc_set_bus_speed_mode()
1038 slot_cmd = SETB_PCIX_133MHZ_533; in hpc_set_bus_speed_mode()
1041 slot_cmd = PCI_SPEED_UNKNOWN; in hpc_set_bus_speed_mode()
1047 retval = shpc_write_cmd(slot, 0, slot_cmd); in hpc_set_bus_speed_mode()