emp 143 arch/mips/include/asm/stackframe.h ASM_CPUID_MFC0 \temp, ASM_SMP_CPUID_REG emp 144 arch/mips/include/asm/stackframe.h LONG_SRL \temp, SMP_CPUID_PTRSHIFT emp 145 arch/mips/include/asm/stackframe.h LONG_S \stackp, kernelsp(\temp) emp 41 arch/unicore32/include/asm/assembler.h mov \temp, asr emp 42 arch/unicore32/include/asm/assembler.h andn \temp, \temp, #0xFF emp 43 arch/unicore32/include/asm/assembler.h or \temp, \temp, #PSR_I_BIT | PRIV_MODE emp 44 arch/unicore32/include/asm/assembler.h mov.a asr, \temp emp 48 arch/unicore32/include/asm/assembler.h mov \temp, asr emp 49 arch/unicore32/include/asm/assembler.h andn \temp, \temp, #0xFF emp 50 arch/unicore32/include/asm/assembler.h or \temp, \temp, #PRIV_MODE emp 51 arch/unicore32/include/asm/assembler.h mov.a asr, \temp emp 87 drivers/ata/ahci_seattle.c struct ahci_em_priv *emp; emp 94 drivers/ata/ahci_seattle.c emp = &pp->em_priv[pmp]; emp 117 drivers/ata/ahci_seattle.c emp->led_state = state; emp 844 drivers/ata/libahci.c struct ahci_em_priv *emp; emp 858 drivers/ata/libahci.c emp = &pp->em_priv[link->pmp]; emp 863 drivers/ata/libahci.c emp->led_state, emp 962 drivers/ata/libahci.c struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; emp 967 drivers/ata/libahci.c emp->activity++; emp 968 drivers/ata/libahci.c if (!timer_pending(&emp->timer)) emp 969 drivers/ata/libahci.c mod_timer(&emp->timer, jiffies + msecs_to_jiffies(10)); emp 974 drivers/ata/libahci.c struct ahci_em_priv *emp = from_timer(emp, t, timer); emp 975 drivers/ata/libahci.c struct ata_link *link = emp->link; emp 978 drivers/ata/libahci.c unsigned long led_message = emp->led_state; emp 990 drivers/ata/libahci.c if (emp->saved_activity != emp->activity) { emp 991 drivers/ata/libahci.c emp->saved_activity = emp->activity; emp 1005 drivers/ata/libahci.c mod_timer(&emp->timer, jiffies + msecs_to_jiffies(100)); emp 1009 drivers/ata/libahci.c if (emp->blink_policy == BLINK_OFF) emp 1020 drivers/ata/libahci.c struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; emp 1023 drivers/ata/libahci.c emp->saved_activity = emp->activity = 0; emp 1024 drivers/ata/libahci.c emp->link = link; emp 1025 drivers/ata/libahci.c timer_setup(&emp->timer, ahci_sw_activity_blink, 0); emp 1028 drivers/ata/libahci.c if (emp->blink_policy) emp 1057 drivers/ata/libahci.c struct ahci_em_priv *emp; emp 1062 drivers/ata/libahci.c emp = &pp->em_priv[pmp]; emp 1101 drivers/ata/libahci.c emp->led_state = state; emp 1113 drivers/ata/libahci.c struct ahci_em_priv *emp; emp 1117 drivers/ata/libahci.c emp = &pp->em_priv[link->pmp]; emp 1118 drivers/ata/libahci.c rc += sprintf(buf, "%lx\n", emp->led_state); emp 1129 drivers/ata/libahci.c struct ahci_em_priv *emp; emp 1138 drivers/ata/libahci.c emp = &pp->em_priv[pmp]; emp 1147 drivers/ata/libahci.c if (emp->blink_policy) emp 1158 drivers/ata/libahci.c struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; emp 1159 drivers/ata/libahci.c u32 port_led_state = emp->led_state; emp 1180 drivers/ata/libahci.c emp->blink_policy = val; emp 1189 drivers/ata/libahci.c struct ahci_em_priv *emp = &pp->em_priv[link->pmp]; emp 1194 drivers/ata/libahci.c return sprintf(buf, "%d\n", emp->blink_policy); emp 136 drivers/ata/sata_highbank.c struct ahci_em_priv *emp; emp 142 drivers/ata/sata_highbank.c emp = &pp->em_priv[pmp]; emp 171 drivers/ata/sata_highbank.c emp->led_state = state;