Searched refs:dtdl (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/spi/
H A Dsh_msiof.h10 u32 dtdl; member in struct:sh_msiof_spi_info
/linux-4.1.27/drivers/spi/
H A Dspi-sh-msiof.c281 * DTDL/SYNCDL bit : p->info->dtdl or p->info->syncdl sh_msiof_get_delay_bit()
303 if (p->info->dtdl > 200 || p->info->syncdl > 300) { sh_msiof_spi_get_dtdl_and_syncdl()
309 if ((p->info->dtdl + p->info->syncdl) % 100) { sh_msiof_spi_get_dtdl_and_syncdl()
314 val = sh_msiof_get_delay_bit(p->info->dtdl) << MDR1_DTDL_SHIFT; sh_msiof_spi_get_dtdl_and_syncdl()
1002 of_property_read_u32(np, "renesas,dtdl", &info->dtdl); sh_msiof_spi_parse_dt()

Completed in 88 milliseconds