Home
last modified time | relevance | path

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

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