Lines Matching refs:port
155 static void __init cpm1_set_pin32(int port, int pin, int flags)
160 if (port == CPM_PORTB)
177 if (port == CPM_PORTB) {
184 if (port == CPM_PORTE) {
197 static void __init cpm1_set_pin16(int port, int pin, int flags)
204 if (port != 0)
205 iop += port - 1;
217 if (port == CPM_PORTA) {
223 if (port == CPM_PORTC) {
235 void __init cpm1_set_pin(enum cpm_port port, int pin, int flags)
237 if (port == CPM_PORTB || port == CPM_PORTE)
238 cpm1_set_pin32(port, pin, flags);
240 cpm1_set_pin16(port, pin, flags);