Searched refs:PJ (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/68VZ328/
H A Dconfig.c102 PJSEL &= ~(PJ(5) | PJ(4));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A DMC68328.h606 #define PJ(x) (1 << (x)) macro
608 #define PJ_CSD3 PJ(7) /* Use CSD3 as PJ(7) */
H A DMC68VZ328.h527 #define PJ(x) (1 << (x)) macro
564 #define PJ(x) (1 << (x)) macro
566 #define PJ_MOSI 0x01 /* Use MOSI as PJ[0] */
567 #define PJ_MISO 0x02 /* Use MISO as PJ[1] */
568 #define PJ_SPICLK1 0x04 /* Use SPICLK1 as PJ[2] */
569 #define PJ_SS 0x08 /* Use SS as PJ[3] */
570 #define PJ_RXD2 0x10 /* Use RXD2 as PJ[4] */
571 #define PJ_TXD2 0x20 /* Use TXD2 as PJ[5] */
572 #define PJ_RTS2 0x40 /* Use RTS2 as PJ[5] */
573 #define PJ_CTS2 0x80 /* Use CTS2 as PJ[
[all...]

Completed in 111 milliseconds