/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_llh_internal.h | 154 /* inverted bitmask for bitfield dca_en */ 172 /* inverted bitmask for bitfield dca_mode[3:0] */ 192 /* inverted bitmask for bitfield desc{d}_data_size[4:0] */ 211 /* inverted bitmask for bitfield dca{d}_desc_en */ 230 /* inverted bitmask for bitfield desc{d}_en */ 250 /* inverted bitmask for bitfield desc{d}_hdr_size[4:0] */ 270 /* inverted bitmask for bitfield desc{d}_hdr_split */ 289 /* inverted bitmask for bitfield desc{d}_hd[c:0] */ 306 /* inverted bitmask for bitfield desc{d}_len[9:0] */ 325 /* inverted bitmask for bitfield desc{d}_reset */ [all …]
|
/openbmc/linux/drivers/leds/trigger/ |
H A D | ledtrig-gpio.c | 21 unsigned inverted; /* true when gpio is inverted */ member 32 if (gpio_data->inverted) in gpio_trig_irq() 81 return sprintf(buf, "%u\n", gpio_data->inverted); in gpio_trig_inverted_show() 89 unsigned long inverted; in gpio_trig_inverted_store() local 92 ret = kstrtoul(buf, 10, &inverted); in gpio_trig_inverted_store() 96 if (inverted > 1) in gpio_trig_inverted_store() 99 gpio_data->inverted = inverted; in gpio_trig_inverted_store() 107 static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | brcm,iproc-touchscreen.txt | 59 - touchscreen-inverted-x: X axis is inverted (boolean) 60 - touchscreen-inverted-y: Y axis is inverted (boolean) 85 touchscreen-inverted-x; 86 touchscreen-inverted-y;
|
H A D | imagis,ist3038c.yaml | 39 touchscreen-inverted-x: true 40 touchscreen-inverted-y: true 69 touchscreen-inverted-x; 70 touchscreen-inverted-y;
|
H A D | melfas,mms114.yaml | 50 touchscreen-inverted-x: true 51 touchscreen-inverted-y: true 87 touchscreen-inverted-x; 88 touchscreen-inverted-y;
|
H A D | touchscreen.yaml | 65 touchscreen-inverted-x: 66 description: X axis is inverted 69 touchscreen-inverted-y: 70 description: Y axis is inverted
|
H A D | eeti,exc3000.yaml | 31 touchscreen-inverted-x: true 32 touchscreen-inverted-y: true 57 touchscreen-inverted-x;
|
H A D | ilitek_ts_i2c.yaml | 47 touchscreen-inverted-x: true 48 touchscreen-inverted-y: true 73 touchscreen-inverted-y;
|
H A D | bu21013.txt | 15 - touchscreen-inverted-x : General touchscreen binding, see [1]. 16 - touchscreen-inverted-y : General touchscreen binding, see [1]. 41 touchscreen-inverted-y;
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_llh_internal.h | 36 /* inverted bitmask for bitfield rpf_new_rpf_en */ 55 /* inverted bitmask for bitfield l2_uc_req_tag0{f}[2:0] */ 73 /* inverted bitmask for bitfield rpf_l2_bc_req_tag */ 109 /* inverted bitmask for bitfield vlan_req_tag0{f}[3:0] */ 144 /* inverted bitmask for bitfield tx_tc_q_rand_map_en */ 162 /* inverted bitmask for bitfield tx_buffer_clk_gate_en */ 197 /* inverted bitmask for bitfield data_tc_arb_mode */ 216 /* inverted bitmask for bitfield data_tc{t}_credit_max[f:0] */ 235 /* inverted bitmask for bitfield data_tc{t}_weight[e:0] */ 289 /* Inverted bitmask for bitfield ahb_mem_addr{f}[31:0] */ [all …]
|
/openbmc/qemu/ui/ |
H A D | cursor.c | 140 const uint32_t inverted = 0x80000000; in cursor_set_mono() local 152 *data = inverted; in cursor_set_mono() 174 * If there are any pixels with inverted colors, create an outline (fill in cursor_set_mono() 176 * color as "inverted" color. in cursor_set_mono() 183 ((x > 0 && data[-1] == inverted) || in cursor_set_mono() 184 (x + 1 < c->width && data[1] == inverted) || in cursor_set_mono() 185 (y > 0 && data[-c->width] == inverted) || in cursor_set_mono() 186 (y + 1 < c->height && data[c->width] == inverted))) { in cursor_set_mono() 193 if (*data == inverted) { in cursor_set_mono()
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_pwm.c | 116 if (p->inverted) { in npcm7xx_pwm_calculate_duty() 183 bool inverted; in npcm7xx_pwm_write_pcr() local 192 inverted = pcr & NPCM7XX_CH_INV; in npcm7xx_pwm_write_pcr() 200 /* Re-run this PWM channel if inverted changed. */ in npcm7xx_pwm_write_pcr() 201 if (p->inverted ^ inverted) { in npcm7xx_pwm_write_pcr() 202 p->inverted = inverted; in npcm7xx_pwm_write_pcr() 208 p->inverted = inverted; in npcm7xx_pwm_write_pcr() 214 p->inverted = inverted; in npcm7xx_pwm_write_pcr() 516 VMSTATE_BOOL(inverted, NPCM7xxPWM),
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | motorcomm,yt8xxx.yaml | 92 Useful if you want to use tx-clk-xxxx-inverted to adj the delay of tx clk. 95 motorcomm,tx-clk-10-inverted: 97 Use original or inverted RGMII Transmit PHY Clock to drive the RGMII 101 motorcomm,tx-clk-100-inverted: 103 Use original or inverted RGMII Transmit PHY Clock to drive the RGMII 107 motorcomm,tx-clk-1000-inverted: 109 Use original or inverted RGMII Transmit PHY Clock to drive the RGMII
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | vt8500-sdmmc.txt | 11 - sdon-inverted: SD_ON bit is inverted on the controller 21 sdon-inverted;
|
H A D | mmc-controller.yaml | 54 # of the "normal" and "inverted" line levels. We choose to follow 56 # low." Therefore, using the "cd-inverted" property means, that the 58 # inserted. Similar logic applies to the "wp-inverted" property. 63 # using *-inverted properties. GPIO polarity can also be specified 68 # respective *-inverted property property results in a 71 wp-inverted: 74 The Write Protect line polarity is inverted. 76 cd-inverted: 79 The CD line polarity is inverted.
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | st-pincfg.h | 49 * single-edge data non inverted clock, retime data with clk 54 * single-edge data inverted clock, retime data with clk 63 * CIV0, CIV1 modes with inverted clock 68 * CLK0, CLK1 modes with non-inverted clock
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | st-pincfg.h | 48 * single-edge data non inverted clock, retime data with clk 53 * single-edge data inverted clock, retime data with clk 62 * CIV0, CIV1 modes with inverted clock 67 * CLK0, CLK1 modes with non-inverted clock
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-protos.rst | 55 - 6 (inverted) 78 where there the second stop bit is the 6th command bit, but inverted. 80 schemes. This bit is stored in bit 6 of the scancode, inverted. This is 182 The jvc protocol is much like nec, without the inverted values. It is 283 second time it is inverted. This is done for verification. 298 nec-32 does not send an inverted address or an inverted command; the 302 inverted value of the first, and also the last 8 bits must not be the 303 inverted value of the third 8 bit value. 334 their inverted versions, but these are not present in the scancodes. 399 (40ms) space between the normal and inverted values, and some IR receivers
|
/openbmc/linux/include/dt-bindings/sound/ |
H A D | cs35l45.h | 44 * 0 = Non-inverted, Active High (Default) 45 * 1 = Inverted, Active Low 50 * 0 = Not inverted (Default) 51 * 1 = Inverted
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | ti,lmk04832.yaml | 122 CMOS (Off/Inverted) 0x0a 124 CMOS (Inverted/Inverted) 0x0c 125 CMOS (Inverted/Normal) 0x0d 126 CMOS (Normal/Inverted) 0x0e
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cxd2820r.h | 33 * @ts_clk_inv: TS clock inverted. 35 * @spec_inv: Input spectrum inverted. 58 * @ts_clock_inv: TS clock inverted. Default: 0. Values: 0, 1. 77 /* TS clock inverted.
|
/openbmc/linux/drivers/media/platform/via/ |
H A D | via-camera.h | 56 #define VCR_CI_CLKINV 0x00080000 /* Input CLK inverted */ 57 #define VCR_CI_VREFINV 0x00100000 /* VREF inverted */ 58 #define VCR_CI_HREFINV 0x00200000 /* HREF inverted */ 59 #define VCR_CI_FLDINV 0x00400000 /* Field inverted */ 64 #define VCR_CI_OFLDINV 0x40000000 /* Field output inverted */
|
/openbmc/linux/drivers/platform/x86/ |
H A D | touchscreen_dmi.c | 32 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 198 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 272 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 286 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 303 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 389 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 413 PROPERTY_ENTRY_BOOL("touchscreen-inverted-x"), 414 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 436 PROPERTY_ENTRY_BOOL("touchscreen-inverted-x"), 437 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt5651.txt | 25 - realtek,jack-detect-not-inverted 26 bool. Normal jack-detect switches give an inverted (active-low) signal, 28 inverted.
|
/openbmc/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110-starfive-visionfive-2-v1.3b.dts | 29 motorcomm,tx-clk-100-inverted; 30 motorcomm,tx-clk-1000-inverted; 39 motorcomm,tx-clk-100-inverted;
|