Lines Matching refs:PORT
634 * PORT style (linear pin space)
655 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str)
665 /* SH_PFC_PIN_CFG - Expand to a sh_pfc_pin entry (named PORT#) with config */
669 .name = __stringify(PORT##_pin), \
670 .enum_id = PORT##_pin##_DATA, \
678 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
679 PORT##pfx##_OUT, PORT##pfx##_IN)
683 * PORT_ASSIGN_LAST() - Expand to an enum definition for the last PORT pin
685 * The largest PORT pin index is obtained by taking the size of a union,
686 * containing one array per PORT pin, sized by the corresponding pin index.
696 CPU_ALL_PORT(_PORT_ENTRY, PORT, unused), \
734 PINMUX_CFG_REG_VAR("PORT" nr "CR", reg, 8, \
740 0, PORT##nr##_OUT, PORT##nr##_IN, 0, \
744 PORT##nr##_FN0, PORT##nr##_FN1, \
745 PORT##nr##_FN2, PORT##nr##_FN3, \
746 PORT##nr##_FN4, PORT##nr##_FN5, \
747 PORT##nr##_FN6, PORT##nr##_FN7 \