| /rk3399_rockchip-uboot/drivers/phy/marvell/ |
| H A D | comphy_a3700.c | 135 static int comphy_pcie_power_up(u32 speed, u32 invert) in comphy_pcie_power_up() argument 202 if (invert & PHY_POLARITY_TXD_INVERT) { in comphy_pcie_power_up() 207 if (invert & PHY_POLARITY_RXD_INVERT) { in comphy_pcie_power_up() 315 static int comphy_usb3_power_up(u32 type, u32 speed, u32 invert) in comphy_usb3_power_up() argument 415 if (invert & PHY_POLARITY_TXD_INVERT) { in comphy_usb3_power_up() 420 if (invert & PHY_POLARITY_RXD_INVERT) { in comphy_usb3_power_up() 644 static int comphy_sgmii_power_up(u32 lane, u32 speed, u32 invert) in comphy_sgmii_power_up() argument 776 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sgmii_power_up() 779 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_sgmii_power_up() 923 comphy_map->type, comphy_map->invert); in comphy_a3700_init() [all …]
|
| H A D | comphy.h | 87 u32 invert; member
|
| H A D | comphy_core.c | 163 comphy_map_data[lane].invert = fdtdec_get_int( in comphy_probe()
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | pinctrl_ich6.c | 64 bool is_gpio, invert; in ich6_pinctrl_cfg_pin() local 97 invert = fdtdec_get_bool(gd->fdt_blob, pin_node, "invert"); in ich6_pinctrl_cfg_pin() 98 if (invert) in ich6_pinctrl_cfg_pin() 102 invert); in ich6_pinctrl_cfg_pin()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/ |
| H 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;
|
| H A D | intel,x86-pinctrl.txt | 23 - invert - (optional) this input pin is inverted
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H 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; 351 ti,invert-autoidle-bit; 385 ti,invert-autoidle-bit; 419 ti,invert-autoidle-bit; 430 ti,invert-autoidle-bit; 464 ti,invert-autoidle-bit; [all …]
|
| H 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;
|
| H A D | am335x-pxm50.dts | 38 invert-pxl-clk = <0>;
|
| H A D | tegra20-tamonten.dtsi | 472 nvidia,invert-interrupt;
|
| H A D | am335x-rut.dts | 109 invert-pxl-clk = <1>;
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/ |
| H A D | pwm.c | 115 int pwm_init(int pwm_id, int div, int invert) in pwm_init() argument 164 if (invert && (pwm_id < 4)) in pwm_init()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | pinctrl_broadwell.c | 35 bool invert; member 71 conf->invert = fdtdec_get_bool(blob, node, "invert"); in broadwell_pinctrl_read_configs() 173 pin->invert << CONFA_INVERT_SHIFT | in broadwell_pinctrl_commit()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pwm.h | 84 int pwm_init (int pwm_id, int div, int invert);
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | chromebook_link.dts | 114 invert; 121 invert; 147 invert; 154 invert; 161 invert;
|
| H A D | chromebook_samus.dts | 85 invert; 92 invert; 102 gpio_input_invert: gpio-input-invert { 106 invert;
|
| /rk3399_rockchip-uboot/drivers/pwm/ |
| H A D | pwm-imx.c | 17 int pwm_init(int pwm_id, int div, int invert) in pwm_init() argument
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fdtgrep.c | 65 int invert; /* Invert polarity of match */ member 630 inc = !disp->invert; in h_include() 633 inc = disp->invert; in h_include() 1166 disp->invert = 1; in scan_args() 1178 if (disp->invert && disp->types_exc) in scan_args()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bus_vcxk | 52 describes the invert line to vcxk hardware
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/ |
| H A D | pwm.txt | 48 - PWM_POLARITY_INVERTED: invert the PWM signal polarity
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | pca953x.c | 200 U_BOOT_CMD_MKENT(invert, 4, 0, (void *)PCA953X_CMD_INVERT, "", ""),
|
| H A D | tca642x.c | 219 U_BOOT_CMD_MKENT(invert, 4, 0, (void *)TCA642X_CMD_INVERT, "", ""),
|
| H A D | pca953x_gpio.c | 70 int invert; member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 821 int invert, // if non-zero, vertically flip shape 1650 int invert; member 1693 z->direction = e->invert ? 1 : -1; in stbtt__new_active() 1707 z->direction = e->invert ? 1.0f : -1.0f; in stbtt__new_active() 2248 …e_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) in stbtt__rasterize() argument 2250 float y_scale_inv = invert ? -scale_y : scale_y; in stbtt__rasterize() 2282 e[n].invert = 0; in stbtt__rasterize() 2283 if (invert ? p[j].y > p[k].y : p[j].y < p[k].y) { in stbtt__rasterize() 2284 e[n].invert = 1; in stbtt__rasterize() 2403 …e_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void *userdata) in stbtt_Rasterize() argument [all …]
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-samsung-hdptx.c | 1333 u32 invert = hdptx->lane_polarity_invert[lane]; in rockchip_hdptx_phy_power_on() local 1337 FIELD_PREP(LN_POLARITY_INV, invert) | in rockchip_hdptx_phy_power_on()
|