Searched refs:sh_pfc_err (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pinctrl/renesas/ |
D | core.c | 759 #define sh_pfc_err(fmt, ...) \ macro 769 sh_pfc_err(fmt, ##__VA_ARGS__); \ 804 sh_pfc_err("reg 0x%x: bits 0x%x conflict\n", reg, in sh_pfc_check_reg() 846 sh_pfc_err("reg 0x%x enum_id %u conflict\n", reg, in sh_pfc_check_reg_enums() 865 sh_pfc_err("reg 0x%x: pin %u not found\n", reg, pin); in sh_pfc_find_pin() 907 sh_pfc_err("reg 0x%x: var_field_width declares %u instead of %u bits\n", in sh_pfc_check_cfg_reg() 911 sh_pfc_err("reg 0x%x: enum_ids[] has %u instead of %u values\n", in sh_pfc_check_cfg_reg() 937 sh_pfc_err("drive_reg 0x%x: field %u: pin %s lacks SH_PFC_PIN_CFG_DRIVE_STRENGTH flag\n", in sh_pfc_check_drive_reg() 970 sh_pfc_err("bias_reg 0x%x:%u: pin %s lacks one or more SH_PFC_PIN_CFG_PULL_* flags\n", in sh_pfc_check_bias_reg() 975 sh_pfc_err("bias_reg 0x%x:%u: pin %s lacks SH_PFC_PIN_CFG_PULL_UP flag\n", in sh_pfc_check_bias_reg() [all …]
|