Searched refs:cs_on (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/platform_data/ |
D | gpmc-omap.h | 38 u32 cs_on; /* Assertion time */ member
|
/Linux-v4.19/drivers/mmc/host/ |
D | mmc_spi.c | 263 struct mmc_command *cmd, int cs_on) in mmc_spi_response_get() argument 429 if (value >= 0 && cs_on) in mmc_spi_response_get() 447 struct mmc_command *cmd, int cs_on) in mmc_spi_command_send() argument 509 if (cs_on && (mrq->data->flags & MMC_DATA_READ)) { in mmc_spi_command_send() 556 return mmc_spi_response_get(host, cmd, cs_on); in mmc_spi_command_send()
|
/Linux-v4.19/drivers/memory/ |
D | omap-gpmc.c | 743 GPMC_SET_ONE(GPMC_CS_CONFIG2, 0, 3, cs_on); in gpmc_cs_set_timings() 1646 gpmc_t->cs_on + dev_t->t_ce); in gpmc_calc_async_read_timings() 1742 gpmc_t->cs_on = gpmc_round_ps_to_ticks(dev_t->t_ceasu); in gpmc_calc_common_timings() 1748 gpmc_t->cs_on + dev_t->t_ce_avd); in gpmc_calc_common_timings() 1763 t->cs_on /= 1000; in gpmc_convert_ps_to_ns() 1962 of_property_read_u32(np, "gpmc,cs-on-ns", &gpmc_t->cs_on); in gpmc_read_timings_dt()
|
/Linux-v4.19/Documentation/bus-devices/ |
D | ti-gpmc.txt | 54 cs_on: t_ceasu
|