Lines Matching refs:PORT
646 * PORT style (linear pin space)
667 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str)
677 /* SH_PFC_PIN_CFG - Expand to a sh_pfc_pin entry (named PORT#) with config */
680 .name = __stringify(PORT##_pin), \
681 .enum_id = PORT##_pin##_DATA, \
689 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
690 PORT##pfx##_OUT, PORT##pfx##_IN)
694 * PORT_ASSIGN_LAST() - Expand to an enum definition for the last PORT pin
696 * The largest PORT pin index is obtained by taking the size of a union,
697 * containing one array per PORT pin, sized by the corresponding pin index.
707 CPU_ALL_PORT(_PORT_ENTRY, PORT, unused), \
743 PINMUX_CFG_REG_VAR("PORT" nr "CR", reg, 8, GROUP(-2, 2, -1, 3), \
747 0, PORT##nr##_OUT, PORT##nr##_IN, 0, \
750 PORT##nr##_FN0, PORT##nr##_FN1, \
751 PORT##nr##_FN2, PORT##nr##_FN3, \
752 PORT##nr##_FN4, PORT##nr##_FN5, \
753 PORT##nr##_FN6, PORT##nr##_FN7 \