Searched full:drctl (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/spi/ |
| D | fsl-imx-cspi.txt | 31 - 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/ |
| D | fsl-imx-cspi.yaml | 66 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/ |
| D | spi-imx.c | 245 #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/ |
| D | spi-imx.c | 250 #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()
|