Home
last modified time | relevance | path

Searched refs:shifter (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/drivers/video/fbdev/
Datafb.c787 par->hw.tt.sync = shifter.syncmode; in tt_get_par()
788 addr = ((shifter.bas_hi & 0xff) << 16) | in tt_get_par()
789 ((shifter.bas_md & 0xff) << 8) | in tt_get_par()
790 ((shifter.bas_lo & 0xff)); in tt_get_par()
797 shifter.syncmode = par->hw.tt.sync; in tt_set_par()
1567 hw->sync = shifter.syncmode & 0x1; in falcon_get_par()
1582 addr = (shifter.bas_hi & 0xff) << 16 | in falcon_get_par()
1583 (shifter.bas_md & 0xff) << 8 | in falcon_get_par()
1584 (shifter.bas_lo & 0xff); in falcon_get_par()
1629 shifter.syncmode = hw->sync; in falcon_vbl_switcher()
[all …]
/Linux-v4.19/arch/m68k/atari/
Dconfig.c251 } else if (hwreg_present(&shifter.bas_hi)) { in config_atari()
252 if (hwreg_present(&shifter.bas_lo) && in config_atari()
253 (shifter.bas_lo = 0x0aau, shifter.bas_lo == 0x0aau)) { in config_atari()
/Linux-v4.19/Documentation/devicetree/bindings/display/ti/
Dti,tpd12s015.txt1 TPD12S015 HDMI level shifter and ESD protection chip
Dti,omap-dss.txt88 shifter). The video pipelines for the connectors are formed as follows:
/Linux-v4.19/arch/arm/boot/dts/
Dste-hrefv60plus.dtsi176 /* VMMCI level-shifter enable */
181 /* VMMCI level-shifter voltage select */
Dam335x-bonegreen-wireless.dts119 /* On the BBGW this pin is routed through the level shifter (U21) that */
Dste-snowball.dts557 /* VMMCI level-shifter enable */
562 /* VMMCI level-shifter voltage select */
Domap3-evm-processor-common.dtsi187 * for bus switch SN74CB3Q3384A, level-shifter SN74AVC16T245DGGR, and 1.8V.
Dimx6qdl-aristainetos2.dtsi621 MX6QDL_PAD_SD3_RST__GPIO7_IO08 0x1b0b0 /* SD2 level shifter output enable */
Dtegra124-apalis-v1.2.dtsi1036 /* Configure level-shifter as output for HDA */
Dtegra124-apalis.dtsi1069 /* Configure level-shifter as output for HDA */
/Linux-v4.19/arch/microblaze/
DKconfig.platform18 on MicroBlaze systems without a barrel shifter.
/Linux-v4.19/arch/arm64/boot/dts/xilinx/
Dzynqmp-zc1751-xm015-dc1.dts119 /* SD1 with level shifter */
Dzynqmp-zcu104-revA.dts173 /* SD1 with level shifter */
Dzynqmp-zcu100-revC.dts224 /* SD0 only supports 3.3V, no level shifter */
Dzynqmp-zcu111-revA.dts429 /* SD1 with level shifter */
Dzynqmp-zcu106-revA.dts499 /* SD1 with level shifter */
Dzynqmp-zcu102-revA.dts525 /* SD1 with level shifter */
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/
DKconfig16 tristate "TPD12S015 HDMI ESD protection and level shifter"
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
DKconfig15 tristate "TPD12S015 HDMI ESD protection and level shifter"
/Linux-v4.19/Documentation/devicetree/bindings/media/
Dcec-gpio.txt33 15 aka BCM22 (some level shifter is needed for the HPD and 5V lines!):
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mt7622.txt72 - mediatek,tdsel: An integer describing the steps for output level shifter duty
75 - mediatek,rdsel: An integer describing the steps for input level shifter duty
/Linux-v4.19/arch/m68k/include/asm/
Datarihw.h184 # define shifter ((*(volatile struct SHIFTER *)SHF_BAS)) macro
/Linux-v4.19/Documentation/maintainer/
Dpull-requests.rst107 was a need for a new set of relativity shifter drivers to
/Linux-v4.19/Documentation/serial/
Ddriver71 This function tests whether the transmitter fifo and shifter

12