Lines Matching refs:width
651 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pdc_pinconf_reg() argument
676 *width = 2; in tz1090_pdc_pinconf_reg()
679 *mask = (BIT(*width) - 1) << *shift; in tz1090_pdc_pinconf_reg()
690 u32 reg, width, mask, shift, val, tmp, arg; in tz1090_pdc_pinconf_get() local
694 ®, &width, &mask, &shift, &val); in tz1090_pdc_pinconf_get()
720 u32 reg, width, mask, shift, val, tmp; in tz1090_pdc_pinconf_set() local
733 ®, &width, &mask, &shift, &val); in tz1090_pdc_pinconf_set()
772 bool report_err, u32 *reg, u32 *width, in tz1090_pdc_pinconf_group_reg() argument
789 *width = 1; in tz1090_pdc_pinconf_group_reg()
794 *width = 2; in tz1090_pdc_pinconf_group_reg()
799 *width = 1; in tz1090_pdc_pinconf_group_reg()
807 *mask = (BIT(*width) - 1) << *shift; in tz1090_pdc_pinconf_group_reg()
820 u32 reg, width, mask, shift, val; in tz1090_pdc_pinconf_group_get() local
825 ®, &width, &mask, &shift, &map); in tz1090_pdc_pinconf_group_get()
852 u32 reg, width, mask, shift, val; in tz1090_pdc_pinconf_group_set() local
865 ®, &width, &mask, &shift, in tz1090_pdc_pinconf_group_set()
884 for (i = 0; i < BIT(width); ++i) { in tz1090_pdc_pinconf_group_set()