Home
last modified time | relevance | path

Searched refs:CPM_PORTA (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/platforms/8xx/
Dadder875.c35 {CPM_PORTA, 0, CPM_PIN_INPUT},
36 {CPM_PORTA, 1, CPM_PIN_INPUT},
37 {CPM_PORTA, 2, CPM_PIN_INPUT},
38 {CPM_PORTA, 3, CPM_PIN_INPUT},
39 {CPM_PORTA, 4, CPM_PIN_OUTPUT},
40 {CPM_PORTA, 10, CPM_PIN_OUTPUT},
41 {CPM_PORTA, 11, CPM_PIN_OUTPUT},
Dmpc885ads_setup.c118 {CPM_PORTA, 9, CPM_PIN_INPUT}, /* RX */
119 {CPM_PORTA, 8, CPM_PIN_INPUT}, /* TX */
127 {CPM_PORTA, 0, CPM_PIN_INPUT},
128 {CPM_PORTA, 1, CPM_PIN_INPUT},
129 {CPM_PORTA, 2, CPM_PIN_INPUT},
130 {CPM_PORTA, 3, CPM_PIN_INPUT},
131 {CPM_PORTA, 4, CPM_PIN_OUTPUT},
132 {CPM_PORTA, 10, CPM_PIN_OUTPUT},
133 {CPM_PORTA, 11, CPM_PIN_OUTPUT},
Dtqm8xx_setup.c57 {CPM_PORTA, 5, CPM_PIN_INPUT}, /* CLK1 */
58 {CPM_PORTA, 7, CPM_PIN_INPUT}, /* CLK2 */
59 {CPM_PORTA, 14, CPM_PIN_INPUT}, /* TX */
60 {CPM_PORTA, 15, CPM_PIN_INPUT}, /* RX */
Dmpc86xads_setup.c45 {CPM_PORTA, 6, CPM_PIN_INPUT}, /* CLK1 */
46 {CPM_PORTA, 7, CPM_PIN_INPUT}, /* CLK2 */
47 {CPM_PORTA, 14, CPM_PIN_INPUT}, /* TX */
48 {CPM_PORTA, 15, CPM_PIN_INPUT}, /* RX */
/arch/powerpc/include/asm/
Dcpm1.h565 CPM_PORTA, enumerator
/arch/powerpc/sysdev/
Dcpm1.c367 if (port == CPM_PORTA) { in cpm1_set_pin16()