Home
last modified time | relevance | path

Searched refs:PG (Results 1 – 6 of 6) sorted by relevance

/arch/m68k/include/asm/
DMC68328.h584 #define PG(x) (1 << (x)) macro
586 #define PG_UART_TXD PG(0) /* Use UART_TXD as PG(0) */
587 #define PG_UART_RXD PG(1) /* Use UART_RXD as PG(1) */
588 #define PG_PWMOUT PG(2) /* Use PWMOUT as PG(2) */
589 #define PG_TOUT2 PG(3) /* Use TOUT2 as PG(3) */
590 #define PG_TIN2 PG(4) /* Use TIN2 as PG(4) */
591 #define PG_TOUT1 PG(5) /* Use TOUT1 as PG(5) */
592 #define PG_TIN1 PG(6) /* Use TIN1 as PG(6) */
593 #define PG_RTCOUT PG(7) /* Use RTCOUT as PG(7) */
DMC68EZ328.h495 #define PG(x) (1 << (x)) macro
DMC68VZ328.h505 #define PG(x) (1 << (x)) macro
/arch/blackfin/mach-bf518/
DKconfig31 PG{1,2} <-> PWM_{CH,CL}
76 PG{5,6,7} <-> {PPICLK/TMRCLK,TMR0/PPIFS1,TMR1/PPIFS2}
81 PG{12,13,14} <-> {PPICLK/TMRCLK,TMR0/PPIFS1,TMR1/PPIFS2}
/arch/powerpc/include/asm/
Dcpm2.h75 #define mk_cr_cmd(PG, SBC, MCN, OP) \ argument
76 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
/arch/x86/kernel/
Dhead_32.S443 andl $0x80000011,%eax # Save PG,PE,ET