Home
last modified time | relevance | path

Searched full:drctl (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/spi/
Dfsl-imx-cspi.txt31 - fsl,spi-rdy-drctl: Integer, representing the value of DRCTL, the register
32 controlling the SPI_READY handling. Note that to enable the DRCTL consideration,
51 fsl,spi-rdy-drctl = <1>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dfsl-imx-cspi.yaml66 fsl,spi-rdy-drctl:
69 Integer, representing the value of DRCTL, the register controlling
70 the SPI_READY handling. Note that to enable the DRCTL consideration,
/kernel/linux/linux-4.19/drivers/spi/
Dspi-imx.c245 #define MX51_ECSPI_CTRL_DRCTL(drctl) ((drctl) << 16) argument
1532 ret = of_property_read_u32(np, "fsl,spi-rdy-drctl", &spi_drctl); in spi_imx_probe()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-imx.c250 #define MX51_ECSPI_CTRL_DRCTL(drctl) ((drctl) << 16) argument
1619 ret = of_property_read_u32(np, "fsl,spi-rdy-drctl", &spi_drctl); in spi_imx_probe()