Home
last modified time | relevance | path

Searched refs:mux_add_data (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-omap2/
Dusb-tusb6010.c34 .mux_add_data = GPMC_MUX_AD,
46 .mux_add_data = GPMC_MUX_AD,
Dgpmc-onenand.c52 .mux_add_data = GPMC_MUX_AD,
60 .mux_add_data = GPMC_MUX_AD,
Dgpmc-smc91x.c129 smc91x_settings.mux_add_data = GPMC_MUX_AD; in gpmc_smc91x_init()
Dgpmc.h206 u32 mux_add_data; /* multiplex address & data */ member
Dgpmc.c1138 mux = gpmc_s->mux_add_data ? true : false; in gpmc_calc_timings()
1184 if (p->device_nand && p->mux_add_data) { in gpmc_cs_program_settings()
1189 if ((p->mux_add_data > GPMC_MUX_AD) || in gpmc_cs_program_settings()
1190 ((p->mux_add_data == GPMC_MUX_AAD) && in gpmc_cs_program_settings()
1229 if (p->mux_add_data) in gpmc_cs_program_settings()
1230 config1 |= GPMC_CONFIG1_MUXTYPE(p->mux_add_data); in gpmc_cs_program_settings()
1273 of_property_read_u32(np, "gpmc,mux-add-data", &p->mux_add_data); in gpmc_read_settings_dt()