Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dfsl-imx-cspi.yaml75 fsl,spi-rdy-drctl:
78 Integer, representing the value of DRCTL, the register controlling
79 the SPI_READY handling. Note that to enable the DRCTL consideration,
/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-5.10/drivers/spi/
Dspi-imx.c262 #define MX51_ECSPI_CTRL_DRCTL(drctl) ((drctl) << 16) argument
1629 ret = of_property_read_u32(np, "fsl,spi-rdy-drctl", &spi_drctl); in spi_imx_probe()
/kernel/linux/linux-6.6/drivers/spi/
Dspi-imx.c272 #define MX51_ECSPI_CTRL_DRCTL(drctl) ((drctl) << 16) argument
1730 ret = of_property_read_u32(np, "fsl,spi-rdy-drctl", &spi_drctl); in spi_imx_probe()