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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A Dgpmc-nand.c22 static struct omap_nand_platform_data *gpmc_nand_data; variable in typeref:struct:omap_nand_platform_data
40 if (!gpmc_nand_data->gpmc_t)
44 t.sync_clk = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->sync_clk);
45 t.cs_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_on);
46 t.adv_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->adv_on);
50 gpmc_nand_data->gpmc_t->adv_rd_off);
52 t.access = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->access);
53 t.oe_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->oe_off);
54 t.cs_rd_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_rd_off);
55 t.rd_cycle = gpmc_round_ns_to_ticks(gpmc_nand_data
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-nand.c22 static struct omap_nand_platform_data *gpmc_nand_data; variable in typeref:struct:omap_nand_platform_data
40 if (!gpmc_nand_data->gpmc_t)
44 t.sync_clk = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->sync_clk);
45 t.cs_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_on);
46 t.adv_on = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->adv_on);
50 gpmc_nand_data->gpmc_t->adv_rd_off);
52 t.access = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->access);
53 t.oe_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->oe_off);
54 t.cs_rd_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->cs_rd_off);
55 t.rd_cycle = gpmc_round_ns_to_ticks(gpmc_nand_data
[all...]

Completed in 200 milliseconds