Home
last modified time | relevance | path

Searched full:syncdl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/spi/
H A Dspi-sh-msiof.c179 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl in sh_msiof_get_delay_bit()
183 * b'011 (SYNCDL only) : 300 in sh_msiof_get_delay_bit()
200 /* check if DTDL and SYNCDL is allowed value */ in sh_msiof_spi_get_dtdl_and_syncdl()
201 if (p->info->dtdl > 200 || p->info->syncdl > 300) { in sh_msiof_spi_get_dtdl_and_syncdl()
202 dev_warn(&p->pdev->dev, "DTDL or SYNCDL is too large\n"); in sh_msiof_spi_get_dtdl_and_syncdl()
206 /* check if the sum of DTDL and SYNCDL becomes an integer value */ in sh_msiof_spi_get_dtdl_and_syncdl()
207 if ((p->info->dtdl + p->info->syncdl) % 100) { in sh_msiof_spi_get_dtdl_and_syncdl()
208 dev_warn(&p->pdev->dev, "the sum of DTDL/SYNCDL is not good\n"); in sh_msiof_spi_get_dtdl_and_syncdl()
214 sh_msiof_get_delay_bit(p->info->syncdl)); in sh_msiof_spi_get_dtdl_and_syncdl()
1041 of_property_read_u32(np, "renesas,syncdl", &info->syncdl); in sh_msiof_spi_parse_dt()
/linux/Documentation/devicetree/bindings/spi/
H A Drenesas,sh-msiof.yaml121 renesas,syncdl:
/linux/include/linux/spi/
H A Dsh_msiof.h143 u32 syncdl; member