Searched refs:PG (Results 1 – 6 of 6) sorted by relevance
/arch/m68k/include/asm/ |
D | MC68328.h | 584 #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) */
|
D | MC68EZ328.h | 495 #define PG(x) (1 << (x)) macro
|
D | MC68VZ328.h | 505 #define PG(x) (1 << (x)) macro
|
/arch/blackfin/mach-bf518/ |
D | Kconfig | 31 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/ |
D | cpm2.h | 75 #define mk_cr_cmd(PG, SBC, MCN, OP) \ argument 76 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
|
/arch/x86/kernel/ |
D | head_32.S | 443 andl $0x80000011,%eax # Save PG,PE,ET
|