Searched full:syncdl (Results 1 – 4 of 4) sorted by relevance
304 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl in sh_msiof_get_delay_bit()308 * b'011 (SYNCDL only) : 300 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()338 val |= sh_msiof_get_delay_bit(p->info->syncdl) << SIMDR1_SYNCDL_SHIFT; in sh_msiof_spi_get_dtdl_and_syncdl()1111 of_property_read_u32(np, "renesas,syncdl", &info->syncdl); in sh_msiof_spi_parse_dt()
18 u32 syncdl; member
110 renesas,syncdl:
42 * like lsb/msb first, syncdl, dtdl etc. are exposed via DT and I2S defaults