Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/spi/
H A 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/drivers/spi/
H A 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()