Searched full:dtdl (Results 1 – 4 of 4) sorted by relevance
310 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl 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()343 val = sh_msiof_get_delay_bit(p->info->dtdl) << SIMDR1_DTDL_SHIFT; in sh_msiof_spi_get_dtdl_and_syncdl()1128 of_property_read_u32(np, "renesas,dtdl", &info->dtdl); in sh_msiof_spi_parse_dt()1297 info->dtdl = 200; in sh_msiof_spi_probe()
17 u32 dtdl; member
113 renesas,dtdl:
37 * like lsb/msb first, syncdl, dtdl etc. are exposed via DT and I2S defaults