sfx               259 arch/arm64/include/asm/atomic_ll_sc.h #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint)	\
sfx               279 arch/arm64/include/asm/atomic_ll_sc.h 	"1:	ld" #acq "xr" #sfx "\t%" #w "[oldval], %[v]\n"		\
sfx               282 arch/arm64/include/asm/atomic_ll_sc.h 	"	st" #rel "xr" #sfx "\t%w[tmp], %" #w "[new], %[v]\n"	\
sfx               340 arch/arm64/include/asm/atomic_lse.h #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...)			\
sfx               354 arch/arm64/include/asm/atomic_lse.h 	"	cas" #mb #sfx "\t%" #w "[tmp], %" #w "[new], %[v]\n"	\
sfx                21 arch/arm64/include/asm/cmpxchg.h #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl)	\
sfx                30 arch/arm64/include/asm/cmpxchg.h 	"1:	ld" #acq "xr" #sfx "\t%" #w "0, %2\n"				\
sfx                31 arch/arm64/include/asm/cmpxchg.h 	"	st" #rel "xr" #sfx "\t%w1, %" #w "3, %2\n"			\
sfx                35 arch/arm64/include/asm/cmpxchg.h 	"	swp" #acq_lse #rel #sfx "\t%" #w "3, %" #w "0, %2\n"		\
sfx                64 arch/arm64/include/asm/cmpxchg.h #define __XCHG_GEN(sfx)							\
sfx                65 arch/arm64/include/asm/cmpxchg.h static __always_inline  unsigned long __xchg##sfx(unsigned long x,	\
sfx                71 arch/arm64/include/asm/cmpxchg.h 		return __xchg_case##sfx##_8(x, ptr);			\
sfx                73 arch/arm64/include/asm/cmpxchg.h 		return __xchg_case##sfx##_16(x, ptr);			\
sfx                75 arch/arm64/include/asm/cmpxchg.h 		return __xchg_case##sfx##_32(x, ptr);			\
sfx                77 arch/arm64/include/asm/cmpxchg.h 		return __xchg_case##sfx##_64(x, ptr);			\
sfx                92 arch/arm64/include/asm/cmpxchg.h #define __xchg_wrapper(sfx, ptr, x)					\
sfx                96 arch/arm64/include/asm/cmpxchg.h 		__xchg##sfx((unsigned long)(x), (ptr), sizeof(*(ptr))); \
sfx               150 arch/arm64/include/asm/cmpxchg.h #define __CMPXCHG_GEN(sfx)						\
sfx               151 arch/arm64/include/asm/cmpxchg.h static __always_inline unsigned long __cmpxchg##sfx(volatile void *ptr,	\
sfx               158 arch/arm64/include/asm/cmpxchg.h 		return __cmpxchg_case##sfx##_8(ptr, old, new);		\
sfx               160 arch/arm64/include/asm/cmpxchg.h 		return __cmpxchg_case##sfx##_16(ptr, old, new);		\
sfx               162 arch/arm64/include/asm/cmpxchg.h 		return __cmpxchg_case##sfx##_32(ptr, old, new);		\
sfx               164 arch/arm64/include/asm/cmpxchg.h 		return __cmpxchg_case##sfx##_64(ptr, old, new);		\
sfx               179 arch/arm64/include/asm/cmpxchg.h #define __cmpxchg_wrapper(sfx, ptr, o, n)				\
sfx               183 arch/arm64/include/asm/cmpxchg.h 		__cmpxchg##sfx((ptr), (unsigned long)(o),		\
sfx               232 arch/arm64/include/asm/cmpxchg.h #define __CMPWAIT_CASE(w, sfx, sz)					\
sfx               241 arch/arm64/include/asm/cmpxchg.h 	"	ldxr" #sfx "\t%" #w "[tmp], %[v]\n"			\
sfx               257 arch/arm64/include/asm/cmpxchg.h #define __CMPWAIT_GEN(sfx)						\
sfx               258 arch/arm64/include/asm/cmpxchg.h static __always_inline void __cmpwait##sfx(volatile void *ptr,		\
sfx               264 arch/arm64/include/asm/cmpxchg.h 		return __cmpwait_case##sfx##_8(ptr, (u8)val);		\
sfx               266 arch/arm64/include/asm/cmpxchg.h 		return __cmpwait_case##sfx##_16(ptr, (u16)val);		\
sfx               268 arch/arm64/include/asm/cmpxchg.h 		return __cmpwait_case##sfx##_32(ptr, val);		\
sfx               270 arch/arm64/include/asm/cmpxchg.h 		return __cmpwait_case##sfx##_64(ptr, val);		\
sfx                51 arch/arm64/include/asm/percpu.h #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse)		\
sfx                60 arch/arm64/include/asm/percpu.h 	"1:	ldxr" #sfx "\t%" #w "[tmp], %[ptr]\n"			\
sfx                62 arch/arm64/include/asm/percpu.h 	"	stxr" #sfx "\t%w[loop], %" #w "[tmp], %[ptr]\n"		\
sfx                72 arch/arm64/include/asm/percpu.h #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse)		\
sfx                81 arch/arm64/include/asm/percpu.h 	"1:	ldxr" #sfx "\t%" #w "[ret], %[ptr]\n"			\
sfx                83 arch/arm64/include/asm/percpu.h 	"	stxr" #sfx "\t%w[loop], %" #w "[ret], %[ptr]\n"		\
sfx                17 arch/powerpc/include/asm/cmpxchg.h #define XCHG_GEN(type, sfx, cl)				\
sfx                18 arch/powerpc/include/asm/cmpxchg.h static inline u32 __xchg_##type##sfx(volatile void *p, u32 val)	\
sfx                42 arch/powerpc/include/asm/cmpxchg.h #define CMPXCHG_GEN(type, sfx, br, br2, cl)			\
sfx                44 arch/powerpc/include/asm/cmpxchg.h u32 __cmpxchg_##type##sfx(volatile void *p, u32 old, u32 new)	\
sfx                12 drivers/pinctrl/sh-pfc/pfc-emev2.c #define CPU_ALL_PORT(fn, pfx, sfx)					\
sfx                13 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_10(0,  fn, pfx, sfx),	PORT_90(0,  fn, pfx, sfx),	\
sfx                14 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_10(100, fn, pfx##10, sfx),	PORT_10(110, fn, pfx##11, sfx),	\
sfx                15 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_10(120, fn, pfx##12, sfx),	PORT_10(130, fn, pfx##13, sfx),	\
sfx                16 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \
sfx                17 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \
sfx                18 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \
sfx                19 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \
sfx                20 drivers/pinctrl/sh-pfc/pfc-emev2.c 	PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
sfx               245 drivers/pinctrl/sh-pfc/pfc-emev2.c #define __PIN_CFG(pn, pfx, sfx)  SH_PFC_PIN_CFG(pfx, 0)
sfx               254 drivers/pinctrl/sh-pfc/pfc-emev2.c #define __PORT_DATA(pn, pfx, sfx)  PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN)
sfx                13 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c #define CPU_ALL_PORT(fn, pfx, sfx)					\
sfx                15 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(0, fn, pfx, sfx),					\
sfx                16 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(10, fn, pfx##1, sfx),					\
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(20, fn, pfx##2, sfx),					\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(30, fn, pfx##30, sfx),					\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(32, fn, pfx##32, sfx),	PORT_1(33, fn, pfx##33, sfx),	\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(34, fn, pfx##34, sfx),	PORT_1(35, fn, pfx##35, sfx),	\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(36, fn, pfx##36, sfx),	PORT_1(37, fn, pfx##37, sfx),	\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(38, fn, pfx##38, sfx),	PORT_1(39, fn, pfx##39, sfx),	\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(40, fn, pfx##40, sfx),					\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(64, fn, pfx##64, sfx),	PORT_1(65, fn, pfx##65, sfx),	\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(66, fn, pfx##66, sfx),	PORT_1(67, fn, pfx##67, sfx),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(68, fn, pfx##68, sfx),	PORT_1(69, fn, pfx##69, sfx),	\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(70, fn, pfx##7, sfx),					\
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(80, fn, pfx##80, sfx),	PORT_1(81, fn, pfx##81, sfx),	\
sfx                31 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(82, fn, pfx##82, sfx),	PORT_1(83, fn, pfx##83, sfx),	\
sfx                32 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(84, fn, pfx##84, sfx),	PORT_1(85, fn, pfx##85, sfx),	\
sfx                34 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(96, fn, pfx##96, sfx),	PORT_1(97, fn, pfx##97, sfx),	\
sfx                35 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(98, fn, pfx##98, sfx),	PORT_1(99, fn, pfx##99, sfx),	\
sfx                36 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(100, fn, pfx##10, sfx),					\
sfx                37 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(110, fn, pfx##11, sfx),					\
sfx                38 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(120, fn, pfx##120, sfx),	PORT_1(121, fn, pfx##121, sfx),	\
sfx                39 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(122, fn, pfx##122, sfx),	PORT_1(123, fn, pfx##123, sfx),	\
sfx                40 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(124, fn, pfx##124, sfx),	PORT_1(125, fn, pfx##125, sfx),	\
sfx                41 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(126, fn, pfx##126, sfx),					\
sfx                43 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(128, fn, pfx##128, sfx),	PORT_1(129, fn, pfx##129, sfx),	\
sfx                44 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(130, fn, pfx##130, sfx),	PORT_1(131, fn, pfx##131, sfx),	\
sfx                45 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(132, fn, pfx##132, sfx),	PORT_1(133, fn, pfx##133, sfx),	\
sfx                46 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(134, fn, pfx##134, sfx),					\
sfx                48 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(160, fn, pfx##16, sfx),					\
sfx                49 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(170, fn, pfx##170, sfx),	PORT_1(171, fn, pfx##171, sfx),	\
sfx                50 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(172, fn, pfx##172, sfx),	PORT_1(173, fn, pfx##173, sfx),	\
sfx                51 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(174, fn, pfx##174, sfx),	PORT_1(175, fn, pfx##175, sfx),	\
sfx                52 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(176, fn, pfx##176, sfx),	PORT_1(177, fn, pfx##177, sfx),	\
sfx                53 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(178, fn, pfx##178, sfx),					\
sfx                55 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(192, fn, pfx##192, sfx),	PORT_1(193, fn, pfx##193, sfx),	\
sfx                56 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(194, fn, pfx##194, sfx),	PORT_1(195, fn, pfx##195, sfx),	\
sfx                57 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(196, fn, pfx##196, sfx),	PORT_1(197, fn, pfx##197, sfx),	\
sfx                58 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(198, fn, pfx##198, sfx),	PORT_1(199, fn, pfx##199, sfx),	\
sfx                59 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(200, fn, pfx##20, sfx),					\
sfx                60 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(210, fn, pfx##21, sfx),					\
sfx                61 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(220, fn, pfx##220, sfx),	PORT_1(221, fn, pfx##221, sfx),	\
sfx                62 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(222, fn, pfx##222, sfx),					\
sfx                64 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(224, fn, pfx##224, sfx),	PORT_1(225, fn, pfx##225, sfx),	\
sfx                65 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(226, fn, pfx##226, sfx),	PORT_1(227, fn, pfx##227, sfx),	\
sfx                66 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(228, fn, pfx##228, sfx),	PORT_1(229, fn, pfx##229, sfx),	\
sfx                67 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(230, fn, pfx##23, sfx),					\
sfx                68 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(240, fn, pfx##24, sfx),					\
sfx                69 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(250, fn, pfx##250, sfx),					\
sfx                71 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(256, fn, pfx##256, sfx),	PORT_1(257, fn, pfx##257, sfx),	\
sfx                72 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(258, fn, pfx##258, sfx),	PORT_1(259, fn, pfx##259, sfx),	\
sfx                73 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(260, fn, pfx##26, sfx),					\
sfx                74 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(270, fn, pfx##27, sfx),					\
sfx                75 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(280, fn, pfx##280, sfx),	PORT_1(281, fn, pfx##281, sfx),	\
sfx                76 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(282, fn, pfx##282, sfx),	PORT_1(283, fn, pfx##283, sfx),	\
sfx                78 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(288, fn, pfx##288, sfx),	PORT_1(289, fn, pfx##289, sfx),	\
sfx                79 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(290, fn, pfx##29, sfx),					\
sfx                80 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(300, fn, pfx##300, sfx),	PORT_1(301, fn, pfx##301, sfx),	\
sfx                81 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(302, fn, pfx##302, sfx),	PORT_1(303, fn, pfx##303, sfx),	\
sfx                82 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(304, fn, pfx##304, sfx),	PORT_1(305, fn, pfx##305, sfx),	\
sfx                83 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(306, fn, pfx##306, sfx),	PORT_1(307, fn, pfx##307, sfx),	\
sfx                84 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_1(308, fn, pfx##308, sfx),					\
sfx                86 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c 	PORT_10(320, fn, pfx##32, sfx)
sfx                14 drivers/pinctrl/sh-pfc/pfc-r8a7740.c #define CPU_ALL_PORT(fn, pfx, sfx)					\
sfx                15 drivers/pinctrl/sh-pfc/pfc-r8a7740.c 	PORT_10(0,  fn, pfx, sfx),	PORT_90(0,   fn, pfx, sfx),	\
sfx                16 drivers/pinctrl/sh-pfc/pfc-r8a7740.c 	PORT_10(100, fn, pfx##10, sfx),	PORT_90(100, fn, pfx##1, sfx),	\
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a7740.c 	PORT_10(200, fn, pfx##20, sfx),					\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7740.c 	PORT_1(210, fn, pfx##210, sfx),	PORT_1(211, fn, pfx##211, sfx)
sfx                13 drivers/pinctrl/sh-pfc/pfc-r8a77470.c #define CPU_ALL_GP(fn, sfx)						\
sfx                14 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_4(0, fn, sfx),						\
sfx                15 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(0, 4, fn, sfx),					\
sfx                16 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0,  5, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0,  6, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0,  7, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0,  8, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0,  9, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 10, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(0, 11, fn, sfx),					\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(0, 12, fn, sfx),					\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 13, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 14, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 15, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 16, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 17, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 18, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 19, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                31 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 20, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                32 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 21, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                33 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(0, 22, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                34 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_23(1, fn, sfx),						\
sfx                35 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_32(2, fn, sfx),						\
sfx                36 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_17(3, fn, sfx),						\
sfx                37 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(3, 27, fn, sfx),					\
sfx                38 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(3, 28, fn, sfx),					\
sfx                39 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(3, 29, fn, sfx),					\
sfx                40 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_14(4, fn, sfx),						\
sfx                41 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(4, 14, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                42 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(4, 15, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                43 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(4, 16, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                44 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(4, 17, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                45 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(4, 18, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                46 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_CFG_1(4, 19, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                47 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(4, 20, fn, sfx),					\
sfx                48 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(4, 21, fn, sfx),					\
sfx                49 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(4, 22, fn, sfx),					\
sfx                50 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(4, 23, fn, sfx),					\
sfx                51 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(4, 24, fn, sfx),					\
sfx                52 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_1(4, 25, fn, sfx),					\
sfx                53 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	PORT_GP_32(5, fn, sfx)
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7778.c #define PORT_GP_PUP_1(bank, pin, fn, sfx)	\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7778.c 	PORT_GP_CFG_1(bank, pin, fn, sfx, SH_PFC_PIN_CFG_PULL_UP)
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7778.c #define CPU_ALL_GP(fn, sfx)		\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7778.c 	PORT_GP_CFG_32(0, fn, sfx, SH_PFC_PIN_CFG_PULL_UP),		\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a7778.c 	PORT_GP_CFG_32(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP),		\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a7778.c 	PORT_GP_CFG_32(2, fn, sfx, SH_PFC_PIN_CFG_PULL_UP),		\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a7778.c 	PORT_GP_CFG_32(3, fn, sfx, SH_PFC_PIN_CFG_PULL_UP),		\
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a7778.c 	PORT_GP_CFG_27(4, fn, sfx, SH_PFC_PIN_CFG_PULL_UP)
sfx                14 drivers/pinctrl/sh-pfc/pfc-r8a7779.c #define CPU_ALL_GP(fn, sfx)						\
sfx                15 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_32(0, fn, sfx),						\
sfx                16 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_32(1, fn, sfx),						\
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_32(2, fn, sfx),						\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_32(3, fn, sfx),						\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_32(4, fn, sfx),						\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_32(5, fn, sfx),						\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a7779.c 	PORT_GP_9(6, fn, sfx)
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7790.c #define CPU_ALL_GP(fn, sfx)						\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	PORT_GP_32(0, fn, sfx),						\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	PORT_GP_30(1, fn, sfx),						\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	PORT_GP_30(2, fn, sfx),						\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	PORT_GP_CFG_32(3, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),		\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	PORT_GP_32(4, fn, sfx),						\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	PORT_GP_32(5, fn, sfx)
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7791.c #define CPU_ALL_GP(fn, sfx)						\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_32(0, fn, sfx),						\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_26(1, fn, sfx),						\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_32(2, fn, sfx),						\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_32(3, fn, sfx),						\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_32(4, fn, sfx),						\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_32(5, fn, sfx),						\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_CFG_24(6, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),		\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 24, fn, sfx),					\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 25, fn, sfx),					\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 26, fn, sfx),					\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 27, fn, sfx),					\
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 28, fn, sfx),					\
sfx                31 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 29, fn, sfx),					\
sfx                32 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 30, fn, sfx),					\
sfx                33 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_1(6, 31, fn, sfx),					\
sfx                34 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	PORT_GP_26(7, fn, sfx)
sfx                14 drivers/pinctrl/sh-pfc/pfc-r8a7792.c #define CPU_ALL_GP(fn, sfx)						\
sfx                15 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_29(0, fn, sfx),						\
sfx                16 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_23(1, fn, sfx),						\
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_32(2, fn, sfx),						\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_28(3, fn, sfx),						\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_17(4, fn, sfx),						\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_17(5, fn, sfx),						\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_17(6, fn, sfx),						\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_17(7, fn, sfx),						\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_17(8, fn, sfx),						\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_17(9, fn, sfx),						\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_32(10, fn, sfx),					\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7792.c 	PORT_GP_30(11, fn, sfx)
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a7794.c #define CPU_ALL_GP(fn, sfx)						\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_32(0, fn, sfx),						\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_26(1, fn, sfx),						\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_32(2, fn, sfx),						\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_32(3, fn, sfx),						\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_32(4, fn, sfx),						\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_28(5, fn, sfx),						\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_CFG_24(6, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),		\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_1(6, 24, fn, sfx),					\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	PORT_GP_1(6, 25, fn, sfx)
sfx                16 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c #define CPU_ALL_GP(fn, sfx)						\
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_16(0, fn, sfx, CFG_FLAGS),	\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_28(1, fn, sfx, CFG_FLAGS),	\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_15(2, fn, sfx, CFG_FLAGS),	\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_12(3, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_1(3, 12, fn, sfx, CFG_FLAGS),	\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_1(3, 13, fn, sfx, CFG_FLAGS),	\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_1(3, 14, fn, sfx, CFG_FLAGS),	\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_18(4, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_26(5, fn, sfx, CFG_FLAGS),	\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	PORT_GP_CFG_4(7, fn, sfx, CFG_FLAGS)
sfx                17 drivers/pinctrl/sh-pfc/pfc-r8a7795.c #define CPU_ALL_GP(fn, sfx)						\
sfx                18 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_16(0, fn, sfx, CFG_FLAGS),	\
sfx                19 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_29(1, fn, sfx, CFG_FLAGS),	\
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_15(2, fn, sfx, CFG_FLAGS),	\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_12(3, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_1(3, 12, fn, sfx, CFG_FLAGS),	\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_1(3, 13, fn, sfx, CFG_FLAGS),	\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_1(3, 14, fn, sfx, CFG_FLAGS),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_18(4, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_26(5, fn, sfx, CFG_FLAGS),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS),	\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	PORT_GP_CFG_4(7, fn, sfx, CFG_FLAGS)
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a7796.c #define CPU_ALL_GP(fn, sfx)						\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_16(0, fn, sfx, CFG_FLAGS),	\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_29(1, fn, sfx, CFG_FLAGS),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_15(2, fn, sfx, CFG_FLAGS),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_12(3, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_1(3, 12, fn, sfx, CFG_FLAGS),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_1(3, 13, fn, sfx, CFG_FLAGS),	\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_1(3, 14, fn, sfx, CFG_FLAGS),	\
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS),	\
sfx                31 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_18(4, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                32 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_26(5, fn, sfx, CFG_FLAGS),	\
sfx                33 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS),	\
sfx                34 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	PORT_GP_CFG_4(7, fn, sfx, CFG_FLAGS)
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a77965.c #define CPU_ALL_GP(fn, sfx)						\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_16(0, fn, sfx, CFG_FLAGS),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_29(1, fn, sfx, CFG_FLAGS),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_15(2, fn, sfx, CFG_FLAGS),	\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_12(3, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_1(3, 12, fn, sfx, CFG_FLAGS),	\
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_1(3, 13, fn, sfx, CFG_FLAGS),	\
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_1(3, 14, fn, sfx, CFG_FLAGS),	\
sfx                31 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS),	\
sfx                32 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_18(4, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                33 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_26(5, fn, sfx, CFG_FLAGS),	\
sfx                34 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_32(6, fn, sfx, CFG_FLAGS),	\
sfx                35 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	PORT_GP_CFG_4(7, fn, sfx, CFG_FLAGS)
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a77970.c #define CPU_ALL_GP(fn, sfx)						\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	PORT_GP_CFG_22(0, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),		\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	PORT_GP_28(1, fn, sfx),						\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	PORT_GP_CFG_17(2, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),		\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	PORT_GP_CFG_17(3, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),		\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	PORT_GP_6(4,  fn, sfx),						\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	PORT_GP_15(5, fn, sfx)
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a77980.c #define CPU_ALL_GP(fn, sfx)	\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	PORT_GP_CFG_22(0, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	PORT_GP_28(1, fn, sfx),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	PORT_GP_CFG_30(2, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	PORT_GP_CFG_17(3, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	PORT_GP_25(4, fn, sfx),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	PORT_GP_15(5, fn, sfx)
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a77990.c #define CPU_ALL_GP(fn, sfx) \
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_18(0, fn, sfx, CFG_FLAGS), \
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_23(1, fn, sfx, CFG_FLAGS), \
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_26(2, fn, sfx, CFG_FLAGS), \
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_12(3, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE), \
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(3, 12, fn, sfx, CFG_FLAGS), \
sfx                28 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(3, 13, fn, sfx, CFG_FLAGS), \
sfx                29 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(3, 14, fn, sfx, CFG_FLAGS), \
sfx                30 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS), \
sfx                31 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_11(4, fn, sfx, CFG_FLAGS | SH_PFC_PIN_CFG_IO_VOLTAGE), \
sfx                32 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_20(5, fn, sfx, CFG_FLAGS), \
sfx                33 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_9(6, fn, sfx, CFG_FLAGS), \
sfx                34 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 9, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
sfx                35 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 10, fn, sfx, CFG_FLAGS), \
sfx                36 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 11, fn, sfx, CFG_FLAGS), \
sfx                37 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 12, fn, sfx, CFG_FLAGS), \
sfx                38 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 13, fn, sfx, CFG_FLAGS), \
sfx                39 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 14, fn, sfx, CFG_FLAGS), \
sfx                40 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 15, fn, sfx, CFG_FLAGS), \
sfx                41 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 16, fn, sfx, CFG_FLAGS), \
sfx                42 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	PORT_GP_CFG_1(6, 17, fn, sfx, CFG_FLAGS)
sfx                20 drivers/pinctrl/sh-pfc/pfc-r8a77995.c #define CPU_ALL_GP(fn, sfx)			\
sfx                21 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_9(0,  fn, sfx),		\
sfx                22 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_32(1, fn, sfx),		\
sfx                23 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_32(2, fn, sfx),		\
sfx                24 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_CFG_10(3,  fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_32(4, fn, sfx),		\
sfx                26 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_21(5, fn, sfx),		\
sfx                27 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 		PORT_GP_14(6, fn, sfx)
sfx                19 drivers/pinctrl/sh-pfc/pfc-sh73a0.c #define CPU_ALL_PORT(fn, pfx, sfx)					\
sfx                20 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(0,  fn, pfx, sfx), PORT_90(0, fn, pfx, sfx),		\
sfx                21 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(100, fn, pfx##10, sfx),					\
sfx                22 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx),	\
sfx                23 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx),	\
sfx                24 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx),	\
sfx                25 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx),	\
sfx                26 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(118, fn, pfx##118, sfx),					\
sfx                27 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx),	\
sfx                28 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx),	\
sfx                29 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(150, fn, pfx##15, sfx),					\
sfx                30 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(160, fn, pfx##160, sfx), PORT_1(161, fn, pfx##161, sfx),	\
sfx                31 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(162, fn, pfx##162, sfx), PORT_1(163, fn, pfx##163, sfx),	\
sfx                32 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(164, fn, pfx##164, sfx),					\
sfx                33 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx),	\
sfx                34 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(194, fn, pfx##194, sfx), PORT_1(195, fn, pfx##195, sfx),	\
sfx                35 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(196, fn, pfx##196, sfx), PORT_1(197, fn, pfx##197, sfx),	\
sfx                36 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(198, fn, pfx##198, sfx), PORT_1(199, fn, pfx##199, sfx),	\
sfx                37 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(200, fn, pfx##20, sfx), PORT_10(210, fn, pfx##21, sfx),	\
sfx                38 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(220, fn, pfx##22, sfx), PORT_10(230, fn, pfx##23, sfx),	\
sfx                39 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(240, fn, pfx##24, sfx), PORT_10(250, fn, pfx##25, sfx),	\
sfx                40 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(260, fn, pfx##26, sfx), PORT_10(270, fn, pfx##27, sfx),	\
sfx                41 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(280, fn, pfx##280, sfx), PORT_1(281, fn, pfx##281, sfx),	\
sfx                42 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(282, fn, pfx##282, sfx),					\
sfx                43 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_1(288, fn, pfx##288, sfx), PORT_1(289, fn, pfx##289, sfx),	\
sfx                44 drivers/pinctrl/sh-pfc/pfc-sh73a0.c 	PORT_10(290, fn, pfx##29, sfx), PORT_10(300, fn, pfx##30, sfx)
sfx                14 drivers/pinctrl/sh-pfc/pfc-sh7734.c #define CPU_ALL_GP(fn, sfx)						\
sfx                15 drivers/pinctrl/sh-pfc/pfc-sh7734.c 	PORT_GP_32(0, fn, sfx),						\
sfx                16 drivers/pinctrl/sh-pfc/pfc-sh7734.c 	PORT_GP_32(1, fn, sfx),						\
sfx                17 drivers/pinctrl/sh-pfc/pfc-sh7734.c 	PORT_GP_32(2, fn, sfx),						\
sfx                18 drivers/pinctrl/sh-pfc/pfc-sh7734.c 	PORT_GP_32(3, fn, sfx),						\
sfx                19 drivers/pinctrl/sh-pfc/pfc-sh7734.c 	PORT_GP_32(4, fn, sfx),						\
sfx                20 drivers/pinctrl/sh-pfc/pfc-sh7734.c 	PORT_GP_12(5, fn, sfx)
sfx                23 drivers/pinctrl/sh-pfc/pfc-sh7734.c #define _GP_DATA(bank, pin, name, sfx, cfg)				\
sfx                26 drivers/pinctrl/sh-pfc/pfc-sh7734.c #define _GP_INOUTSEL(bank, pin, name, sfx, cfg)	name##_IN, name##_OUT
sfx                27 drivers/pinctrl/sh-pfc/pfc-sh7734.c #define _GP_INDT(bank, pin, name, sfx, cfg)	name##_DATA
sfx               444 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg)				\
sfx               445 drivers/pinctrl/sh-pfc/sh_pfc.h 	fn(bank, pin, GP_##bank##_##pin, sfx, cfg)
sfx               446 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_1(bank, pin, fn, sfx)	PORT_GP_CFG_1(bank, pin, fn, sfx, 0)
sfx               448 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_4(bank, fn, sfx, cfg)				\
sfx               449 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 0,  fn, sfx, cfg),				\
sfx               450 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 1,  fn, sfx, cfg),				\
sfx               451 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 2,  fn, sfx, cfg),				\
sfx               452 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 3,  fn, sfx, cfg)
sfx               453 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_4(bank, fn, sfx)	PORT_GP_CFG_4(bank, fn, sfx, 0)
sfx               455 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_6(bank, fn, sfx, cfg)				\
sfx               456 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_4(bank, fn, sfx, cfg),				\
sfx               457 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 4,  fn, sfx, cfg),				\
sfx               458 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 5,  fn, sfx, cfg)
sfx               459 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_6(bank, fn, sfx)	PORT_GP_CFG_6(bank, fn, sfx, 0)
sfx               461 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_8(bank, fn, sfx, cfg)				\
sfx               462 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_6(bank, fn, sfx, cfg),				\
sfx               463 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 6,  fn, sfx, cfg),				\
sfx               464 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 7,  fn, sfx, cfg)
sfx               465 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_8(bank, fn, sfx)	PORT_GP_CFG_8(bank, fn, sfx, 0)
sfx               467 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_9(bank, fn, sfx, cfg)				\
sfx               468 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_8(bank, fn, sfx, cfg),				\
sfx               469 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 8,  fn, sfx, cfg)
sfx               470 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_9(bank, fn, sfx)	PORT_GP_CFG_9(bank, fn, sfx, 0)
sfx               472 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_10(bank, fn, sfx, cfg)				\
sfx               473 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_9(bank, fn, sfx, cfg),				\
sfx               474 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 9,  fn, sfx, cfg)
sfx               475 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_10(bank, fn, sfx)	PORT_GP_CFG_10(bank, fn, sfx, 0)
sfx               477 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_11(bank, fn, sfx, cfg)				\
sfx               478 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_10(bank, fn, sfx, cfg),				\
sfx               479 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 10, fn, sfx, cfg)
sfx               480 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_11(bank, fn, sfx)	PORT_GP_CFG_11(bank, fn, sfx, 0)
sfx               482 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_12(bank, fn, sfx, cfg)				\
sfx               483 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_11(bank, fn, sfx, cfg),				\
sfx               484 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 11, fn, sfx, cfg)
sfx               485 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_12(bank, fn, sfx)	PORT_GP_CFG_12(bank, fn, sfx, 0)
sfx               487 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_14(bank, fn, sfx, cfg)				\
sfx               488 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_12(bank, fn, sfx, cfg),				\
sfx               489 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 12, fn, sfx, cfg),				\
sfx               490 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 13, fn, sfx, cfg)
sfx               491 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_14(bank, fn, sfx)	PORT_GP_CFG_14(bank, fn, sfx, 0)
sfx               493 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_15(bank, fn, sfx, cfg)				\
sfx               494 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_14(bank, fn, sfx, cfg),				\
sfx               495 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 14, fn, sfx, cfg)
sfx               496 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_15(bank, fn, sfx)	PORT_GP_CFG_15(bank, fn, sfx, 0)
sfx               498 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_16(bank, fn, sfx, cfg)				\
sfx               499 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_15(bank, fn, sfx, cfg),				\
sfx               500 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 15, fn, sfx, cfg)
sfx               501 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_16(bank, fn, sfx)	PORT_GP_CFG_16(bank, fn, sfx, 0)
sfx               503 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_17(bank, fn, sfx, cfg)				\
sfx               504 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_16(bank, fn, sfx, cfg),				\
sfx               505 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 16, fn, sfx, cfg)
sfx               506 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_17(bank, fn, sfx)	PORT_GP_CFG_17(bank, fn, sfx, 0)
sfx               508 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_18(bank, fn, sfx, cfg)				\
sfx               509 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_17(bank, fn, sfx, cfg),				\
sfx               510 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 17, fn, sfx, cfg)
sfx               511 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_18(bank, fn, sfx)	PORT_GP_CFG_18(bank, fn, sfx, 0)
sfx               513 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_20(bank, fn, sfx, cfg)				\
sfx               514 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_18(bank, fn, sfx, cfg),				\
sfx               515 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 18, fn, sfx, cfg),				\
sfx               516 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 19, fn, sfx, cfg)
sfx               517 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_20(bank, fn, sfx)	PORT_GP_CFG_20(bank, fn, sfx, 0)
sfx               519 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_21(bank, fn, sfx, cfg)				\
sfx               520 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_20(bank, fn, sfx, cfg),				\
sfx               521 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 20, fn, sfx, cfg)
sfx               522 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_21(bank, fn, sfx)	PORT_GP_CFG_21(bank, fn, sfx, 0)
sfx               524 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_22(bank, fn, sfx, cfg)				\
sfx               525 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_21(bank, fn, sfx, cfg),				\
sfx               526 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 21, fn, sfx, cfg)
sfx               527 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_22(bank, fn, sfx)	PORT_GP_CFG_22(bank, fn, sfx, 0)
sfx               529 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_23(bank, fn, sfx, cfg)				\
sfx               530 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_22(bank, fn, sfx, cfg),				\
sfx               531 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 22, fn, sfx, cfg)
sfx               532 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_23(bank, fn, sfx)	PORT_GP_CFG_23(bank, fn, sfx, 0)
sfx               534 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_24(bank, fn, sfx, cfg)				\
sfx               535 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_23(bank, fn, sfx, cfg),				\
sfx               536 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 23, fn, sfx, cfg)
sfx               537 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_24(bank, fn, sfx)	PORT_GP_CFG_24(bank, fn, sfx, 0)
sfx               539 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_25(bank, fn, sfx, cfg)				\
sfx               540 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_24(bank, fn, sfx, cfg),				\
sfx               541 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 24, fn, sfx, cfg)
sfx               542 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_25(bank, fn, sfx)	PORT_GP_CFG_25(bank, fn, sfx, 0)
sfx               544 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_26(bank, fn, sfx, cfg)				\
sfx               545 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_25(bank, fn, sfx, cfg),				\
sfx               546 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 25, fn, sfx, cfg)
sfx               547 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_26(bank, fn, sfx)	PORT_GP_CFG_26(bank, fn, sfx, 0)
sfx               549 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_27(bank, fn, sfx, cfg)				\
sfx               550 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_26(bank, fn, sfx, cfg),				\
sfx               551 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 26, fn, sfx, cfg)
sfx               552 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_27(bank, fn, sfx)	PORT_GP_CFG_27(bank, fn, sfx, 0)
sfx               554 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_28(bank, fn, sfx, cfg)				\
sfx               555 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_27(bank, fn, sfx, cfg),				\
sfx               556 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 27, fn, sfx, cfg)
sfx               557 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_28(bank, fn, sfx)	PORT_GP_CFG_28(bank, fn, sfx, 0)
sfx               559 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_29(bank, fn, sfx, cfg)				\
sfx               560 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_28(bank, fn, sfx, cfg),				\
sfx               561 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 28, fn, sfx, cfg)
sfx               562 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_29(bank, fn, sfx)	PORT_GP_CFG_29(bank, fn, sfx, 0)
sfx               564 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_30(bank, fn, sfx, cfg)				\
sfx               565 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_29(bank, fn, sfx, cfg),				\
sfx               566 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 29, fn, sfx, cfg)
sfx               567 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_30(bank, fn, sfx)	PORT_GP_CFG_30(bank, fn, sfx, 0)
sfx               569 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_CFG_32(bank, fn, sfx, cfg)				\
sfx               570 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_30(bank, fn, sfx, cfg),				\
sfx               571 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 30, fn, sfx, cfg),				\
sfx               572 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_CFG_1(bank, 31, fn, sfx, cfg)
sfx               573 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_32(bank, fn, sfx)	PORT_GP_CFG_32(bank, fn, sfx, 0)
sfx               575 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_GP_32_REV(bank, fn, sfx)					\
sfx               576 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 31, fn, sfx), PORT_GP_1(bank, 30, fn, sfx),	\
sfx               577 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 29, fn, sfx), PORT_GP_1(bank, 28, fn, sfx),	\
sfx               578 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 27, fn, sfx), PORT_GP_1(bank, 26, fn, sfx),	\
sfx               579 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 25, fn, sfx), PORT_GP_1(bank, 24, fn, sfx),	\
sfx               580 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 23, fn, sfx), PORT_GP_1(bank, 22, fn, sfx),	\
sfx               581 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 21, fn, sfx), PORT_GP_1(bank, 20, fn, sfx),	\
sfx               582 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 19, fn, sfx), PORT_GP_1(bank, 18, fn, sfx),	\
sfx               583 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 17, fn, sfx), PORT_GP_1(bank, 16, fn, sfx),	\
sfx               584 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 15, fn, sfx), PORT_GP_1(bank, 14, fn, sfx),	\
sfx               585 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 13, fn, sfx), PORT_GP_1(bank, 12, fn, sfx),	\
sfx               586 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 11, fn, sfx), PORT_GP_1(bank, 10, fn, sfx),	\
sfx               587 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 9,  fn, sfx), PORT_GP_1(bank, 8,  fn, sfx),	\
sfx               588 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 7,  fn, sfx), PORT_GP_1(bank, 6,  fn, sfx),	\
sfx               589 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 5,  fn, sfx), PORT_GP_1(bank, 4,  fn, sfx),	\
sfx               590 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 3,  fn, sfx), PORT_GP_1(bank, 2,  fn, sfx),	\
sfx               591 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_GP_1(bank, 1,  fn, sfx), PORT_GP_1(bank, 0,  fn, sfx)
sfx               594 drivers/pinctrl/sh-pfc/sh_pfc.h #define _GP_ALL(bank, pin, name, sfx, cfg)	name##_##sfx
sfx               598 drivers/pinctrl/sh-pfc/sh_pfc.h #define _GP_GPIO(bank, _pin, _name, sfx, cfg)				\
sfx               608 drivers/pinctrl/sh-pfc/sh_pfc.h #define _GP_DATA(bank, pin, name, sfx, cfg)	PINMUX_DATA(name##_DATA, name##_FN)
sfx               620 drivers/pinctrl/sh-pfc/sh_pfc.h #define _GP_ENTRY(bank, pin, name, sfx, cfg)				\
sfx               633 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx)
sfx               635 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_10(pn, fn, pfx, sfx)					  \
sfx               636 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_1(pn,   fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx),	  \
sfx               637 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx),	  \
sfx               638 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx),	  \
sfx               639 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx),	  \
sfx               640 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
sfx               642 drivers/pinctrl/sh-pfc/sh_pfc.h #define PORT_90(pn, fn, pfx, sfx)					  \
sfx               643 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \
sfx               644 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \
sfx               645 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_10(pn+50, fn, pfx##5, sfx), PORT_10(pn+60, fn, pfx##6, sfx), \
sfx               646 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_10(pn+70, fn, pfx##7, sfx), PORT_10(pn+80, fn, pfx##8, sfx), \
sfx               647 drivers/pinctrl/sh-pfc/sh_pfc.h 	PORT_10(pn+90, fn, pfx##9, sfx)
sfx               650 drivers/pinctrl/sh-pfc/sh_pfc.h #define _PORT_ALL(pn, pfx, sfx)		pfx##_##sfx
sfx               673 drivers/pinctrl/sh-pfc/sh_pfc.h #define _PORT_DATA(pn, pfx, sfx)					\
sfx               687 drivers/pinctrl/sh-pfc/sh_pfc.h #define _PORT_ENTRY(pn, pfx, sfx)					\
sfx                 2 include/linux/btree-type.h #define __BTREE_TP(pfx, type, sfx)	pfx ## type ## sfx
sfx                 3 include/linux/btree-type.h #define _BTREE_TP(pfx, type, sfx)	__BTREE_TP(pfx, type, sfx)
sfx               657 sound/pci/hda/hda_auto_parser.c 	const char *pfx, *sfx = "";
sfx               666 sound/pci/hda/hda_auto_parser.c 		sfx = check_output_sfx(nid, cfg->line_out_pins, cfg->line_outs,
sfx               668 sound/pci/hda/hda_auto_parser.c 		if (!sfx)
sfx               669 sound/pci/hda/hda_auto_parser.c 			sfx = check_output_sfx(nid, cfg->speaker_pins, cfg->speaker_outs,
sfx               671 sound/pci/hda/hda_auto_parser.c 		if (!sfx) {
sfx               677 sound/pci/hda/hda_auto_parser.c 			sfx = "";
sfx               680 sound/pci/hda/hda_auto_parser.c 	snprintf(label, maxlen, "%s%s%s", pfx, name, sfx);
sfx               990 sound/pci/hda/hda_generic.c 				const char *sfx, int cidx, unsigned long val)
sfx               993 sound/pci/hda/hda_generic.c 	snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx);
sfx              3600 sound/pci/hda/hda_generic.c 	const char *sfx = is_switch ? "Switch" : "Volume";
sfx              3609 sound/pci/hda/hda_generic.c 			 "%s Capture %s", label, sfx);
sfx              3612 sound/pci/hda/hda_generic.c 			 "Capture %s", sfx);
sfx              3625 sound/pci/hda/hda_generic.c 			 "Inverted %s Capture %s", label, sfx);
sfx              3628 sound/pci/hda/hda_generic.c 			 "Inverted Capture %s", sfx);
sfx              5664 sound/pci/hda/hda_generic.c static void fill_pcm_stream_name(char *str, size_t len, const char *sfx,
sfx              5680 sound/pci/hda/hda_generic.c 	strlcat(str, sfx, len);
sfx              5279 sound/pci/hda/patch_ca0132.c 	char *sfx = "dB";
sfx              5287 sound/pci/hda/patch_ca0132.c 	sprintf(namestr, "%d %s", (uinfo->value.enumerated.item * 10), sfx);
sfx              5331 sound/pci/hda/patch_ca0132.c 	char *sfx = " Ohms)";
sfx              5341 sound/pci/hda/patch_ca0132.c 		sfx);