Home
last modified time | relevance | path

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

/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,
/linux-5.10/drivers/spi/
Dspi-imx.c251 #define MX51_ECSPI_CTRL_DRCTL(drctl) ((drctl) << 16) argument
1599 ret = of_property_read_u32(np, "fsl,spi-rdy-drctl", &spi_drctl); in spi_imx_probe()