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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68VZ328/
H A Dconfig.c86 PFSEL |= PF(5); /* select pin as I/O */
87 PFDIR |= PF(5); /* select pin as output */
88 PFDATA &= ~PF(5); /* set pin low */
91 PFDATA |= PF(5);
93 PFDATA &= ~PF(5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A 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(
[all...]
H A DMC68EZ328.h471 #define PF(x) (1 << (x)) macro
473 #define PF_LCONTRAST 0x01 /* Use LCONTRAST as PF[0] */
474 #define PF_IRQ5 0x02 /* Use IRQ5 as PF[1] */
475 #define PF_CLKO 0x04 /* Use CLKO as PF[2] */
476 #define PF_A20 0x08 /* Use A20 as PF[3] */
477 #define PF_A21 0x10 /* Use A21 as PF[4] */
478 #define PF_A22 0x20 /* Use A22 as PF[5] */
479 #define PF_A23 0x40 /* Use A23 as PF[6] */
480 #define PF_CSA1 0x80 /* Use CSA1 as PF[7] */
H A DMC68VZ328.h481 #define PF(x) (1 << (x)) macro
483 #define PF_LCONTRAST 0x01 /* Use LCONTRAST as PF[0] */
484 #define PF_IRQ5 0x02 /* Use IRQ5 as PF[1] */
485 #define PF_CLKO 0x04 /* Use CLKO as PF[2] */
486 #define PF_A20 0x08 /* Use A20 as PF[3] */
487 #define PF_A21 0x10 /* Use A21 as PF[4] */
488 #define PF_A22 0x20 /* Use A22 as PF[5] */
489 #define PF_A23 0x40 /* Use A23 as PF[6] */
490 #define PF_CSA1 0x80 /* Use CSA1 as PF[7] */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnl2.c448 u_char PF; local
450 PF = get_PollFlag(st, skb);
452 return (PF);

Completed in 132 milliseconds