#include <linux/kernel.h>
#include <cpu/sh7734.h>
#include "sh_pfc.h"
#define CPU_ALL_GP(fn, sfx) …
#undef _GP_DATA
#define _GP_DATA(bank, pin, name, sfx, cfg) …
#define _GP_INOUTSEL(bank, pin, name, sfx, cfg) …
#define _GP_INDT(bank, pin, name, sfx, cfg) …
#define GP_INOUTSEL(bank) …
#define GP_INDT(bank) …
enum { … };
static const u16 pinmux_data[] = …;
static const struct sh_pfc_pin pinmux_pins[] = …;
#define PINMUX_FN_BASE …
static const struct pinmux_func pinmux_func_gpios[] = …;
static const struct pinmux_cfg_reg pinmux_config_regs[] = …;
static const struct pinmux_data_reg pinmux_data_regs[] = …;
const struct sh_pfc_soc_info sh7734_pinmux_info = …;