Lines Matching refs:port
298 static void __init cpm1_set_pin32(int port, int pin, int flags)
303 if (port == CPM_PORTB)
320 if (port == CPM_PORTB) {
327 if (port == CPM_PORTE) {
340 static void __init cpm1_set_pin16(int port, int pin, int flags)
347 if (port != 0)
348 iop += port - 1;
360 if (port == CPM_PORTA) {
366 if (port == CPM_PORTC) {
378 void __init cpm1_set_pin(enum cpm_port port, int pin, int flags)
380 if (port == CPM_PORTB || port == CPM_PORTE)
381 cpm1_set_pin32(port, pin, flags);
383 cpm1_set_pin16(port, pin, flags);