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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c781 select_peripheral(PD(13), PERIPH_B, 0); /* TXD0 */
782 select_peripheral(PD(14), PERIPH_B, 0); /* TXD1 */
783 select_peripheral(PD(11), PERIPH_B, 0); /* TXEN */
784 select_peripheral(PD(12), PERIPH_B, 0); /* TXCK */
785 select_peripheral(PD(10), PERIPH_B, 0); /* RXD0 */
786 select_peripheral(PD(6), PERIPH_B, 0); /* RXD1 */
787 select_peripheral(PD(5), PERIPH_B, 0); /* RXER */
788 select_peripheral(PD(4), PERIPH_B, 0); /* RXDV */
789 select_peripheral(PD(3), PERIPH_B, 0); /* MDC */
790 select_peripheral(PD(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/68VZ328/
H A Dconfig.c96 PDPOL &= ~PD(1); /* active high signal */
97 PDIQEG &= ~PD(1);
98 PDIRQEN |= PD(1); /* IRQ enabled */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A DMC68328.h511 #define PD(x) (1 << (x)) macro
512 #define PD_KB(x) PD(x) /* This is specific for Port D only */
514 #define PD_KB0 PD(0) /* Use KB0 as PD(0) */
515 #define PD_KB1 PD(1) /* Use KB1 as PD(1) */
516 #define PD_KB2 PD(2) /* Use KB2 as PD(2) */
517 #define PD_KB3 PD(3) /* Use KB3 as PD(
[all...]
H A DMC68EZ328.h423 #define PD(x) (1 << (x)) macro
425 #define PD_INT0 0x01 /* Use INT0 as PD[0] */
426 #define PD_INT1 0x02 /* Use INT1 as PD[1] */
427 #define PD_INT2 0x04 /* Use INT2 as PD[2] */
428 #define PD_INT3 0x08 /* Use INT3 as PD[3] */
429 #define PD_IRQ1 0x10 /* Use IRQ1 as PD[4] */
430 #define PD_IRQ2 0x20 /* Use IRQ2 as PD[5] */
431 #define PD_IRQ3 0x40 /* Use IRQ3 as PD[6] */
432 #define PD_IRQ6 0x80 /* Use IRQ6 as PD[7] */
H A DMC68VZ328.h433 #define PD(x) (1 << (x)) macro
435 #define PD_INT0 0x01 /* Use INT0 as PD[0] */
436 #define PD_INT1 0x02 /* Use INT1 as PD[1] */
437 #define PD_INT2 0x04 /* Use INT2 as PD[2] */
438 #define PD_INT3 0x08 /* Use INT3 as PD[3] */
439 #define PD_IRQ1 0x10 /* Use IRQ1 as PD[4] */
440 #define PD_IRQ2 0x20 /* Use IRQ2 as PD[5] */
441 #define PD_IRQ3 0x40 /* Use IRQ3 as PD[6] */
442 #define PD_IRQ6 0x80 /* Use IRQ6 as PD[7] */

Completed in 189 milliseconds