| /openbmc/u-boot/drivers/phy/marvell/ |
| H A D | comphy_a3700.c | 165 static int comphy_pcie_power_up(u32 speed, u32 invert) in comphy_pcie_power_up() argument 228 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_pcie_power_up() 231 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_pcie_power_up() 361 static int comphy_usb3_power_up(u32 lane, u32 type, u32 speed, u32 invert) in comphy_usb3_power_up() argument 458 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_usb3_power_up() 461 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_usb3_power_up() 697 static int comphy_sgmii_power_up(u32 lane, u32 speed, u32 invert) in comphy_sgmii_power_up() argument 830 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sgmii_power_up() 833 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_sgmii_power_up() 982 comphy_map->type, comphy_map->invert); in comphy_a3700_init() [all …]
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | pinctrl_ich6.c | 63 bool is_gpio, invert; in ich6_pinctrl_cfg_pin() local 96 invert = fdtdec_get_bool(gd->fdt_blob, pin_node, "invert"); in ich6_pinctrl_cfg_pin() 97 if (invert) in ich6_pinctrl_cfg_pin() 101 invert); in ich6_pinctrl_cfg_pin()
|
| /openbmc/openbmc-test-automation/systest/collection/ |
| H A D | bmc_collect_sensors.robot | 39 ... invert=${True} 44 ... [('CriticalAlarmHigh', False),('CriticalAlarmLow', False)] invert=${True} 47 ${other_sensors_flagged}= Filter Struct ${no_fans} ${filter_str} invert=${True} 69 …sors_flagged_redfish}= Filter Struct ${merged_dicts} ${health_check_filter_dict} invert=${TRUE}
|
| /openbmc/u-boot/drivers/pwm/ |
| H A D | sunxi_pwm.c | 23 bool invert; member 60 priv->invert = polarity; in sunxi_pwm_set_invert() 140 if (priv->invert) in sunxi_pwm_set_enable()
|
| H A D | pwm-imx.c | 16 int pwm_init(int pwm_id, int div, int invert) in pwm_init() argument
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/ |
| H A D | tslib_1.23.bb | 25 PACKAGECONFIG ??= "debounce dejitter evthres iir linear median pthres skip lowpass invert variance … 35 PACKAGECONFIG[invert] = "--enable-invert,--disable-invert"
|
| /openbmc/u-boot/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
|
| /openbmc/u-boot/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; 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 …]
|
| 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>;
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | state.py | 942 invert=0, argument 1022 if invert and match: 1029 elif not invert and not match: 1044 invert=0, argument 1099 if invert: 1127 "invert=${" + str(invert) + "}", 1157 if invert:
|
| H A D | var_funcs.py | 838 def filter_struct(structure, filter_dict, regex=False, invert=False): argument 905 if match_struct(element, filter_dict, regex) != invert: 913 if match_struct(struct_value, filter_dict, regex) != invert:
|
| /openbmc/openbmc/meta-arm/ci/ |
| H A D | check-warnings | 10 LINES=$(grep --invert-match "attempting MIRRORS if available" $LOGFILE | wc -l)
|
| /openbmc/u-boot/include/mvebu/ |
| H A D | comphy.h | 14 u32 invert; member
|
| /openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/ |
| H A D | pwm.c | 114 int pwm_init(int pwm_id, int div, int invert) in pwm_init() argument 163 if (invert && (pwm_id < 4)) in pwm_init()
|
| /openbmc/u-boot/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()
|
| /openbmc/u-boot/include/ |
| H A D | pwm.h | 83 int pwm_init (int pwm_id, int div, int invert);
|
| H A D | video.h | 199 void video_set_default_colors(struct udevice *dev, bool invert);
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | hvx_misc.c | 182 static void test_masked_store(bool invert) in test_masked_store() argument 192 if (invert) { in test_masked_store() 216 if (invert) { in test_masked_store()
|
| H A D | hvx_misc.h | 152 static inline void test_##NAME(bool invert) \ 168 if (invert) { \
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | chromebook_link.dts | 111 invert; 118 invert; 144 invert; 151 invert; 158 invert;
|
| H A D | chromebook_samus.dts | 85 invert; 92 invert; 102 gpio_input_invert: gpio-input-invert { 106 invert;
|
| /openbmc/u-boot/drivers/video/ |
| H A D | video-uclass.c | 118 void video_set_default_colors(struct udevice *dev, bool invert) in video_set_default_colors() argument 131 if (invert) { in video_set_default_colors()
|
| /openbmc/u-boot/tools/ |
| H A D | fdtgrep.c | 64 int invert; /* Invert polarity of match */ member 632 inc = !disp->invert; in h_include() 635 inc = disp->invert; in h_include() 1171 disp->invert = 1; in scan_args() 1183 if (disp->invert && disp->types_exc) in scan_args()
|