Home
last modified time | relevance | path

Searched full:dtdl (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-sh-msiof.c304 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl in sh_msiof_get_delay_bit()
325 /* check if DTDL and SYNCDL is allowed value */ in sh_msiof_spi_get_dtdl_and_syncdl()
326 if (p->info->dtdl > 200 || p->info->syncdl > 300) { in sh_msiof_spi_get_dtdl_and_syncdl()
327 dev_warn(&p->pdev->dev, "DTDL or SYNCDL is too large\n"); in sh_msiof_spi_get_dtdl_and_syncdl()
331 /* check if the sum of DTDL and SYNCDL becomes an integer value */ in sh_msiof_spi_get_dtdl_and_syncdl()
332 if ((p->info->dtdl + p->info->syncdl) % 100) { in sh_msiof_spi_get_dtdl_and_syncdl()
333 dev_warn(&p->pdev->dev, "the sum of DTDL/SYNCDL is not good\n"); in sh_msiof_spi_get_dtdl_and_syncdl()
337 val = sh_msiof_get_delay_bit(p->info->dtdl) << SIMDR1_DTDL_SHIFT; in sh_msiof_spi_get_dtdl_and_syncdl()
1110 of_property_read_u32(np, "renesas,dtdl", &info->dtdl); in sh_msiof_spi_parse_dt()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dsh_msiof.h17 u32 dtdl; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Drenesas,sh-msiof.yaml100 renesas,dtdl:
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drcar_drif.c42 * like lsb/msb first, syncdl, dtdl etc. are exposed via DT and I2S defaults