Home
last modified time | relevance | path

Searched full:shifters (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/leds/
Dleds-bcm63138.yaml48 This describes the number of 8-bit serial shifters connected to the LED
50 with 8 LEDs per shift register, so 4 shifters results in 32 LEDs or 2
51 shifters give 16 LEDs etc, but the hardware supports any odd number of
/linux-6.14.4/drivers/fpga/
Dzynq-fpga.c31 /* Level Shifters Enable */
111 /* Disable all Level shifters */
113 /* Enable Level shifters from PS to PL */
115 /* Enable Level shifters from PL to PS */
289 /* disable all level shifters */ in zynq_fpga_ops_write_init()
292 /* enable level shifters from PS to PL */ in zynq_fpga_ops_write_init()
510 /* for the partial reconfig case we didn't touch the level shifters */ in zynq_fpga_ops_write_complete()
512 /* enable level shifters from PL to PS */ in zynq_fpga_ops_write_complete()
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Dmfd.txt11 drivers, level shifters, PHY (physical interfaces to things like USB or
/linux-6.14.4/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.yaml123 shifters on the outputs of the controller. Two cells are required, first
/linux-6.14.4/Documentation/admin-guide/media/
Dcec.rst329 these 5V to 3.3V level shifters:
/linux-6.14.4/drivers/staging/gpib/gpio/
Dgpib_bitbang.c1276 if (strcmp(PINMAP_2, pin_map) == 0) { /* YOGA: enable level shifters */ in bb_attach()