Searched refs:PG (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A 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(
[all...]
H A DMC68EZ328.h495 #define PG(x) (1 << (x)) macro
497 #define PG_BUSW_DTACK 0x01 /* Use BUSW/DTACK as PG[0] */
498 #define PG_A0 0x02 /* Use A0 as PG[1] */
499 #define PG_EMUIRQ 0x04 /* Use EMUIRQ as PG[2] */
500 #define PG_HIZ_P_D 0x08 /* Use HIZ/P/D as PG[3] */
501 #define PG_EMUCS 0x10 /* Use EMUCS as PG[4] */
502 #define PG_EMUBRK 0x20 /* Use EMUBRK as PG[5] */
H A DMC68VZ328.h505 #define PG(x) (1 << (x)) macro
507 #define PG_BUSW_DTACK 0x01 /* Use BUSW/DTACK as PG[0] */
508 #define PG_A0 0x02 /* Use A0 as PG[1] */
509 #define PG_EMUIRQ 0x04 /* Use EMUIRQ as PG[2] */
510 #define PG_HIZ_P_D 0x08 /* Use HIZ/P/D as PG[3] */
511 #define PG_EMUCS 0x10 /* Use EMUCS as PG[4] */
512 #define PG_EMUBRK 0x20 /* Use EMUBRK as PG[5] */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S239 movl %eax,%cr0 /* ..and set paging (PG) bit */
314 andl $0x80000011,%eax # Save PG,PE,ET
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dcpm2.h82 #define mk_cr_cmd(PG, SBC, MCN, OP) \
83 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)

Completed in 184 milliseconds