sh_pfc_err
sh_pfc_err("group %s: name conflict\n", a->name);
sh_pfc_err("empty pin %u\n", i);
sh_pfc_err("pin %s: name conflict\n",
sh_pfc_err("pin %s/%s: pin %u conflict\n",
sh_pfc_err("pin %s/%s: enum_id %u conflict\n",
sh_pfc_err("pin %s: SH_PFC_PIN_CFG_PULL_UP flag set but pin not in bias_regs\n",
sh_pfc_err("pin %s: SH_PFC_PIN_CFG_PULL_DOWN flag set but pin not in bias_regs\n",
sh_pfc_err("pin %s: SH_PFC_PIN_CFG_DRIVE_STRENGTH flag set but not in drive_regs\n",
sh_pfc_err("pin %s: SH_PFC_PIN_CFG_IO_VOLTAGE set but invalid pin_to_pocctrl()\n",
sh_pfc_err("empty function %u\n", i);
sh_pfc_err("function %s: name conflict\n",
sh_pfc_err("function %s: group %s not found\n",
sh_pfc_err("empty group %u\n", i);
sh_pfc_err("orphan group %s\n", group->name);
sh_pfc_err("drive_reg 0x%x:%zu/0x%x:%zu: pin conflict\n",
sh_pfc_err("bias_reg 0x%x:%zu/0x%x:%zu: pin conflict\n",
sh_pfc_err("bias_reg 0x%x:%zu/0x%x:%zu: pin conflict\n",
sh_pfc_err("empty function gpio %u\n", i);
sh_pfc_err("func_gpio %s: name conflict\n",
sh_pfc_err("%s enum_id %u conflict\n", func->name,
sh_pfc_err(fmt, ##__VA_ARGS__); \
sh_pfc_err("reg 0x%x: bits 0x%x conflict\n", reg,
sh_pfc_err("reg 0x%x enum_id %u conflict\n", reg,
sh_pfc_err("reg 0x%x: pin %u not found\n", reg, pin);
sh_pfc_err("reg 0x%x: var_field_width declares %u instead of %u bits\n",
sh_pfc_err("reg 0x%x: enum_ids[] has %u instead of %u values\n",
sh_pfc_err("drive_reg 0x%x: field %u: pin %s lacks SH_PFC_PIN_CFG_DRIVE_STRENGTH flag\n",
sh_pfc_err("bias_reg 0x%x:%u: pin %s lacks one or more SH_PFC_PIN_CFG_PULL_* flags\n",
sh_pfc_err("bias_reg 0x%x:%u: pin %s lacks SH_PFC_PIN_CFG_PULL_UP flag\n",
sh_pfc_err("bias_reg 0x%x:%u: pin %s lacks SH_PFC_PIN_CFG_PULL_DOWN flag\n",