Searched full:syncdl (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-sh-msiof.c | 310 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl in sh_msiof_get_delay_bit() 314 * b'011 (SYNCDL only) : 300 in sh_msiof_get_delay_bit() 331 /* check if DTDL and SYNCDL is allowed value */ in sh_msiof_spi_get_dtdl_and_syncdl() 332 if (p->info->dtdl > 200 || p->info->syncdl > 300) { in sh_msiof_spi_get_dtdl_and_syncdl() 333 dev_warn(&p->pdev->dev, "DTDL or SYNCDL is too large\n"); in sh_msiof_spi_get_dtdl_and_syncdl() 337 /* check if the sum of DTDL and SYNCDL becomes an integer value */ in sh_msiof_spi_get_dtdl_and_syncdl() 338 if ((p->info->dtdl + p->info->syncdl) % 100) { in sh_msiof_spi_get_dtdl_and_syncdl() 339 dev_warn(&p->pdev->dev, "the sum of DTDL/SYNCDL is not good\n"); in sh_msiof_spi_get_dtdl_and_syncdl() 344 val |= sh_msiof_get_delay_bit(p->info->syncdl) << SIMDR1_SYNCDL_SHIFT; in sh_msiof_spi_get_dtdl_and_syncdl() 1130 of_property_read_u32(np, "renesas,syncdl", &info->syncdl); in sh_msiof_spi_parse_dt()
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-sh-msiof.c | 307 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl in sh_msiof_get_delay_bit() 311 * b'011 (SYNCDL only) : 300 in sh_msiof_get_delay_bit() 328 /* check if DTDL and SYNCDL is allowed value */ in sh_msiof_spi_get_dtdl_and_syncdl() 329 if (p->info->dtdl > 200 || p->info->syncdl > 300) { in sh_msiof_spi_get_dtdl_and_syncdl() 330 dev_warn(&p->pdev->dev, "DTDL or SYNCDL is too large\n"); in sh_msiof_spi_get_dtdl_and_syncdl() 334 /* check if the sum of DTDL and SYNCDL becomes an integer value */ in sh_msiof_spi_get_dtdl_and_syncdl() 335 if ((p->info->dtdl + p->info->syncdl) % 100) { in sh_msiof_spi_get_dtdl_and_syncdl() 336 dev_warn(&p->pdev->dev, "the sum of DTDL/SYNCDL is not good\n"); in sh_msiof_spi_get_dtdl_and_syncdl() 341 val |= sh_msiof_get_delay_bit(p->info->syncdl) << SIMDR1_SYNCDL_SHIFT; in sh_msiof_spi_get_dtdl_and_syncdl() 1125 of_property_read_u32(np, "renesas,syncdl", &info->syncdl); in sh_msiof_spi_parse_dt()
|
| /kernel/linux/linux-5.10/include/linux/spi/ |
| D | sh_msiof.h | 18 u32 syncdl; member
|
| /kernel/linux/linux-6.6/include/linux/spi/ |
| D | sh_msiof.h | 18 u32 syncdl; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | renesas,sh-msiof.yaml | 110 renesas,syncdl:
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | renesas,sh-msiof.yaml | 123 renesas,syncdl:
|
| /kernel/linux/linux-5.10/drivers/media/platform/ |
| D | rcar_drif.c | 42 * like lsb/msb first, syncdl, dtdl etc. are exposed via DT and I2S defaults
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
| D | rcar_drif.c | 37 * like lsb/msb first, syncdl, dtdl etc. are exposed via DT and I2S defaults
|