/external/u-boot/drivers/pinctrl/renesas/ |
D | pfc.c | 41 struct sh_pfc *pfc; member 56 struct sh_pfc pfc; member 60 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin) in sh_pfc_get_pin_index() argument 65 for (i = 0, offset = 0; i < pfc->nr_ranges; ++i) { in sh_pfc_get_pin_index() 66 const struct sh_pfc_pin_range *range = &pfc->ranges[i]; in sh_pfc_get_pin_index() 122 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() argument 127 void sh_pfc_write(struct sh_pfc *pfc, u32 reg, u32 data) in sh_pfc_write() argument 130 (void __iomem *)(uintptr_t)pfc->info->unlock_reg; in sh_pfc_write() 132 if (pfc->info->unlock_reg) in sh_pfc_write() 138 static void sh_pfc_config_reg_helper(struct sh_pfc *pfc, in sh_pfc_config_reg_helper() argument [all …]
|
D | Makefile | 1 obj-$(CONFIG_PINCTRL_PFC) += pfc.o 2 obj-$(CONFIG_PINCTRL_PFC_R8A7790) += pfc-r8a7790.o 3 obj-$(CONFIG_PINCTRL_PFC_R8A7791) += pfc-r8a7791.o 4 obj-$(CONFIG_PINCTRL_PFC_R8A7792) += pfc-r8a7792.o 5 obj-$(CONFIG_PINCTRL_PFC_R8A7793) += pfc-r8a7791.o 6 obj-$(CONFIG_PINCTRL_PFC_R8A7794) += pfc-r8a7794.o 7 obj-$(CONFIG_PINCTRL_PFC_R8A7795) += pfc-r8a7795.o 8 obj-$(CONFIG_PINCTRL_PFC_R8A7796) += pfc-r8a7796.o 9 obj-$(CONFIG_PINCTRL_PFC_R8A77970) += pfc-r8a77970.o 10 obj-$(CONFIG_PINCTRL_PFC_R8A77990) += pfc-r8a77990.o [all …]
|
D | sh_pfc.h | 222 int (*init)(struct sh_pfc *pfc); 223 unsigned int (*get_bias)(struct sh_pfc *pfc, unsigned int pin); 224 void (*set_bias)(struct sh_pfc *pfc, unsigned int pin, 226 int (*pin_to_pocctrl)(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl); 259 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg); 260 void sh_pfc_write(struct sh_pfc *pfc, u32 reg, u32 data); 262 sh_pfc_pin_to_bias_reg(const struct sh_pfc *pfc, unsigned int pin,
|
/external/skia/src/android/ |
D | SkAndroidFrameworkUtils.cpp | 73 auto pfc = canvas->internal_private_asPaintFilterCanvas(); in getBaseWrappedCanvas() local 75 while (pfc) { in getBaseWrappedCanvas() 76 result = pfc->proxy(); in getBaseWrappedCanvas() 77 pfc = result->internal_private_asPaintFilterCanvas(); in getBaseWrappedCanvas()
|
/external/u-boot/arch/arm/dts/ |
D | r8a77990.dtsi | 70 gpio-ranges = <&pfc 0 0 18>; 85 gpio-ranges = <&pfc 0 32 23>; 100 gpio-ranges = <&pfc 0 64 26>; 115 gpio-ranges = <&pfc 0 96 16>; 130 gpio-ranges = <&pfc 0 128 11>; 145 gpio-ranges = <&pfc 0 160 20>; 160 gpio-ranges = <&pfc 0 192 18>; 168 pfc: pin-controller@e6060000 { label 169 compatible = "renesas,pfc-r8a77990";
|
D | r8a7792.dtsi | 108 gpio-ranges = <&pfc 0 0 29>; 123 gpio-ranges = <&pfc 0 32 23>; 138 gpio-ranges = <&pfc 0 64 32>; 153 gpio-ranges = <&pfc 0 96 28>; 168 gpio-ranges = <&pfc 0 128 17>; 183 gpio-ranges = <&pfc 0 160 17>; 198 gpio-ranges = <&pfc 0 192 17>; 213 gpio-ranges = <&pfc 0 224 17>; 228 gpio-ranges = <&pfc 0 256 17>; 243 gpio-ranges = <&pfc 0 288 17>; [all …]
|
D | r8a77965.dtsi | 171 pfc: pin-controller@e6060000 { label 172 compatible = "renesas,pfc-r8a77965"; 209 gpio-ranges = <&pfc 0 0 16>; 224 gpio-ranges = <&pfc 0 32 29>; 239 gpio-ranges = <&pfc 0 64 15>; 254 gpio-ranges = <&pfc 0 96 16>; 269 gpio-ranges = <&pfc 0 128 18>; 284 gpio-ranges = <&pfc 0 160 26>; 299 gpio-ranges = <&pfc 0 192 32>; 314 gpio-ranges = <&pfc 0 224 4>;
|
D | r8a77970.dtsi | 174 pfc: pin-controller@e6060000 { label 175 compatible = "renesas,pfc-r8a77970"; 186 gpio-ranges = <&pfc 0 0 22>; 201 gpio-ranges = <&pfc 0 32 28>; 216 gpio-ranges = <&pfc 0 64 17>; 231 gpio-ranges = <&pfc 0 96 17>; 246 gpio-ranges = <&pfc 0 128 6>; 261 gpio-ranges = <&pfc 0 160 15>;
|
D | r8a77995.dtsi | 200 pfc: pin-controller@e6060000 { label 201 compatible = "renesas,pfc-r8a77995"; 312 gpio-ranges = <&pfc 0 0 9>; 328 gpio-ranges = <&pfc 0 32 32>; 344 gpio-ranges = <&pfc 0 64 32>; 360 gpio-ranges = <&pfc 0 96 10>; 376 gpio-ranges = <&pfc 0 128 32>; 392 gpio-ranges = <&pfc 0 160 21>; 408 gpio-ranges = <&pfc 0 192 14>;
|
D | r8a7792-u-boot.dtsi | 10 &pfc {
|
D | r8a7794-u-boot.dtsi | 14 &pfc {
|
D | r8a7790-u-boot.dtsi | 14 &pfc {
|
D | r8a7793-u-boot.dtsi | 14 &pfc {
|
D | r8a7791-u-boot.dtsi | 14 &pfc {
|
D | r8a7793.dtsi | 133 gpio-ranges = <&pfc 0 0 32>; 148 gpio-ranges = <&pfc 0 32 26>; 163 gpio-ranges = <&pfc 0 64 32>; 178 gpio-ranges = <&pfc 0 96 32>; 193 gpio-ranges = <&pfc 0 128 32>; 208 gpio-ranges = <&pfc 0 160 32>; 223 gpio-ranges = <&pfc 0 192 32>; 238 gpio-ranges = <&pfc 0 224 26>; 246 pfc: pin-controller@e6060000 { label 247 compatible = "renesas,pfc-r8a7793";
|
D | r8a7794.dtsi | 126 gpio-ranges = <&pfc 0 0 32>; 141 gpio-ranges = <&pfc 0 32 26>; 156 gpio-ranges = <&pfc 0 64 32>; 171 gpio-ranges = <&pfc 0 96 32>; 186 gpio-ranges = <&pfc 0 128 32>; 201 gpio-ranges = <&pfc 0 160 28>; 216 gpio-ranges = <&pfc 0 192 26>; 224 pfc: pin-controller@e6060000 { label 225 compatible = "renesas,pfc-r8a7794";
|
D | r8a7795-salvator-x.dts | 94 &pfc {
|
D | r8a7791.dtsi | 149 gpio-ranges = <&pfc 0 0 32>; 164 gpio-ranges = <&pfc 0 32 26>; 179 gpio-ranges = <&pfc 0 64 32>; 194 gpio-ranges = <&pfc 0 96 32>; 209 gpio-ranges = <&pfc 0 128 32>; 224 gpio-ranges = <&pfc 0 160 32>; 239 gpio-ranges = <&pfc 0 192 32>; 254 gpio-ranges = <&pfc 0 224 26>; 262 pfc: pin-controller@e6060000 { label 263 compatible = "renesas,pfc-r8a7791";
|
D | r8a7794-alt.dts | 218 &pfc { 296 &pfc {
|
D | r8a77970-eagle.dts | 75 &pfc {
|
D | r8a77990-ebisu.dts | 72 &pfc {
|
D | r8a7796.dtsi | 303 gpio-ranges = <&pfc 0 0 16>; 318 gpio-ranges = <&pfc 0 32 29>; 333 gpio-ranges = <&pfc 0 64 15>; 348 gpio-ranges = <&pfc 0 96 16>; 363 gpio-ranges = <&pfc 0 128 18>; 378 gpio-ranges = <&pfc 0 160 26>; 393 gpio-ranges = <&pfc 0 192 32>; 408 gpio-ranges = <&pfc 0 224 4>; 416 pfc: pin-controller@e6060000 { label 417 compatible = "renesas,pfc-r8a7796";
|
D | r8a7790.dtsi | 225 gpio-ranges = <&pfc 0 0 32>; 240 gpio-ranges = <&pfc 0 32 30>; 255 gpio-ranges = <&pfc 0 64 30>; 270 gpio-ranges = <&pfc 0 96 32>; 285 gpio-ranges = <&pfc 0 128 32>; 300 gpio-ranges = <&pfc 0 160 32>; 308 pfc: pin-controller@e6060000 { label 309 compatible = "renesas,pfc-r8a7790";
|
D | r8a77995-draak.dts | 88 &pfc {
|
/external/u-boot/arch/arm/mach-rmobile/ |
D | Makefile | 12 obj-$(CONFIG_SH73A0) += lowlevel_init.o cpu_info-sh73a0.o pfc-sh73a0.o 13 obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o
|