| /u-boot/drivers/phy/marvell/ |
| A D | comphy_a3700.c | 231 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_pcie_power_up() 234 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_pcie_power_up() 287 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sata_power_up() 290 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_sata_power_up() 468 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_usb3_power_up() 471 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_usb3_power_up() 840 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sgmii_power_up() 843 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_sgmii_power_up() 985 comphy_map->invert); in comphy_a3700_init() 993 comphy_map->invert); in comphy_a3700_init() [all …]
|
| A D | comphy_core.c | 142 comphy_map_data[lane].invert = fdtdec_get_int( in comphy_probe()
|
| /u-boot/arch/x86/lib/ |
| A D | pinctrl_ich6.c | 65 bool is_gpio, invert; in ich6_pinctrl_cfg_pin() local 98 invert = fdtdec_get_bool(gd->fdt_blob, pin_node, "invert"); in ich6_pinctrl_cfg_pin() 99 if (invert) in ich6_pinctrl_cfg_pin() 103 invert); in ich6_pinctrl_cfg_pin()
|
| /u-boot/drivers/pwm/ |
| A D | pwm-imx.c | 18 int pwm_init(int pwm_id, int div, int invert) in pwm_init() argument 85 bool invert; member 94 priv->invert = polarity; in imx_pwm_set_invert()
|
| A D | sunxi_pwm.c | 25 bool invert; member 62 priv->invert = polarity; in sunxi_pwm_set_invert() 142 if (priv->invert) in sunxi_pwm_set_enable()
|
| /u-boot/include/mvebu/ |
| A D | comphy.h | 14 u32 invert; member
|
| /u-boot/doc/device-tree-bindings/pinctrl/ |
| A D | kendryte,k210-fpioa.txt | 41 output-disable, slew-rate, output-polarity-invert, input-polarity-invert 49 - input- and output-polarity-invert: Invert the polarity of either the input or 87 output-polarity-invert;
|
| /u-boot/doc/device-tree-bindings/gpio/ |
| A D | intel,x86-broadwell-pinctrl.txt | 18 - invert - the input pin is inverted 60 invert; 67 invert; 77 gpio_input_invert: gpio-input-invert { 81 invert;
|
| A D | intel,x86-pinctrl.txt | 23 - invert - (optional) this input pin is inverted
|
| /u-boot/arch/arm/dts/ |
| A D | dra7xx-clocks.dtsi | 220 ti,invert-autoidle-bit; 240 ti,invert-autoidle-bit; 251 ti,invert-autoidle-bit; 283 ti,invert-autoidle-bit; 309 ti,invert-autoidle-bit; 353 ti,invert-autoidle-bit; 391 ti,invert-autoidle-bit; 429 ti,invert-autoidle-bit; 442 ti,invert-autoidle-bit; 476 ti,invert-autoidle-bit; [all …]
|
| A D | am43xx-clocks.dtsi | 219 ti,invert-autoidle-bit; 230 ti,invert-autoidle-bit; 241 ti,invert-autoidle-bit; 259 ti,invert-autoidle-bit; 277 ti,invert-autoidle-bit; 295 ti,invert-autoidle-bit; 314 ti,invert-autoidle-bit; 597 ti,invert-autoidle-bit; 673 ti,invert-autoidle-bit; 684 ti,invert-autoidle-bit;
|
| A D | omap44xx-clocks.dtsi | 154 ti,invert-autoidle-bit; 183 ti,invert-autoidle-bit; 215 ti,invert-autoidle-bit; 226 ti,invert-autoidle-bit; 245 ti,invert-autoidle-bit; 282 ti,invert-autoidle-bit; 333 ti,invert-autoidle-bit; 367 ti,invert-autoidle-bit; 380 ti,invert-autoidle-bit; 400 ti,invert-autoidle-bit; [all …]
|
| A D | am335x-pxm50.dts | 38 invert-pxl-clk = <0>;
|
| /u-boot/include/ |
| A D | pwm.h | 85 int pwm_init (int pwm_id, int div, int invert);
|
| A D | video.h | 231 void video_set_default_colors(struct udevice *dev, bool invert);
|
| /u-boot/arch/x86/cpu/broadwell/ |
| A D | pinctrl_broadwell.c | 37 bool invert; member 73 conf->invert = fdtdec_get_bool(blob, node, "invert"); in broadwell_pinctrl_read_configs() 175 pin->invert << CONFA_INVERT_SHIFT | in broadwell_pinctrl_commit()
|
| /u-boot/arch/arm/cpu/armv7/s5p-common/ |
| A D | pwm.c | 160 int pwm_init(int pwm_id, int div, int invert) in pwm_init() argument 218 if (invert && (pwm_id < 4)) in pwm_init()
|
| /u-boot/arch/x86/dts/ |
| A D | chromebook_link.dts | 113 invert; 120 invert; 146 invert; 153 invert; 160 invert;
|
| A D | chromebook_samus.dts | 96 invert; 104 invert; 115 gpio_input_invert: gpio-input-invert { 120 invert;
|
| /u-boot/tools/ |
| A D | fdtgrep.c | 65 int invert; /* Invert polarity of match */ member 633 inc = !disp->invert; in h_include() 636 inc = disp->invert; in h_include() 1177 disp->invert = 1; in scan_args() 1189 if (disp->invert && disp->types_exc) in scan_args()
|
| /u-boot/doc/ |
| A D | README.bus_vcxk | 51 describes the invert line to vcxk hardware
|
| /u-boot/drivers/video/ |
| A D | video-uclass.c | 150 void video_set_default_colors(struct udevice *dev, bool invert) in video_set_default_colors() argument 163 if (invert) { in video_set_default_colors()
|
| /u-boot/doc/device-tree-bindings/pwm/ |
| A D | pwm.txt | 48 - PWM_POLARITY_INVERTED: invert the PWM signal polarity
|
| /u-boot/drivers/gpio/ |
| A D | pca953x.c | 200 U_BOOT_CMD_MKENT(invert, 4, 0, (void *)PCA953X_CMD_INVERT, "", ""),
|
| A D | tca642x.c | 238 U_BOOT_CMD_MKENT(invert, 4, 0, (void *)TCA642X_CMD_INVERT, "", ""),
|