Home
last modified time | relevance | path

Searched refs:PF (Results 1 – 8 of 8) sorted by relevance

/arch/m68k/68000/
Dm68VZ328.c80 PFSEL |= PF(5); /* select pin as I/O */ in init_hardware()
81 PFDIR |= PF(5); /* select pin as output */ in init_hardware()
82 PFDATA &= ~PF(5); /* set pin low */ in init_hardware()
85 PFDATA |= PF(5); in init_hardware()
87 PFDATA &= ~PF(5); in init_hardware()
/arch/m68k/include/asm/
DMC68328.h559 #define PF(x) (1 << (x)) macro
560 #define PF_A(x) PF((x) - 24) /* This is Port F specific only */
562 #define PF_A24 PF(0) /* Use A24 as PF(0) */
563 #define PF_A25 PF(1) /* Use A25 as PF(1) */
564 #define PF_A26 PF(2) /* Use A26 as PF(2) */
565 #define PF_A27 PF(3) /* Use A27 as PF(3) */
566 #define PF_A28 PF(4) /* Use A28 as PF(4) */
567 #define PF_A29 PF(5) /* Use A29 as PF(5) */
568 #define PF_A30 PF(6) /* Use A30 as PF(6) */
569 #define PF_A31 PF(7) /* Use A31 as PF(7) */
DMC68EZ328.h471 #define PF(x) (1 << (x)) macro
DMC68VZ328.h481 #define PF(x) (1 << (x)) macro
/arch/blackfin/mach-bf533/
DKconfig71 int "PF Interrupt A"
74 int "PF Interrupt B"
/arch/blackfin/mach-bf518/
DKconfig25 PF{1,2,3,4,5,6} <-> PWM_{AH,AL,BH,BL,CH,CL}
30 PF{11,12,13,14} <-> PWM_{AH,AL,BH,BL}
/arch/x86/kernel/
Duprobes.c538 COND(7a, 7b, XF(PF)) \
/arch/x86/kvm/
Dtrace.h251 EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \