|
void | gpmc_update_nand_reg (struct gpmc_nand_regs *reg, int cs) |
|
int | gpmc_get_client_irq (unsigned irq_config) |
|
unsigned int | gpmc_ns_to_ticks (unsigned int time_ns) |
|
unsigned int | gpmc_ps_to_ticks (unsigned int time_ps) |
|
unsigned int | gpmc_ticks_to_ns (unsigned int ticks) |
|
unsigned int | gpmc_round_ns_to_ticks (unsigned int time_ns) |
|
unsigned long | gpmc_get_fclk_period (void) |
|
void | gpmc_cs_write_reg (int cs, int idx, u32 val) |
|
u32 | gpmc_cs_read_reg (int cs, int idx) |
|
int | gpmc_cs_calc_divider (int cs, unsigned int sync_clk) |
|
int | gpmc_cs_set_timings (int cs, const struct gpmc_timings *t) |
|
int | gpmc_cs_request (int cs, unsigned long size, unsigned long *base) |
|
void | gpmc_cs_free (int cs) |
|
int | gpmc_cs_set_reserved (int cs, int reserved) |
|
int | gpmc_cs_reserved (int cs) |
|
int | gpmc_prefetch_enable (int cs, int fifo_th, int dma_mode, unsigned int u32_count, int is_write) |
|
int | gpmc_prefetch_reset (int cs) |
|
void | omap3_gpmc_save_context (void) |
|
void | omap3_gpmc_restore_context (void) |
|
int | gpmc_read_status (int cmd) |
|
int | gpmc_cs_configure (int cs, int cmd, int wval) |
|
int | gpmc_nand_read (int cs, int cmd) |
|
int | gpmc_nand_write (int cs, int cmd, int wval) |
|
int | gpmc_enable_hwecc (int cs, int mode, int dev_width, int ecc_size) |
|
int | gpmc_calculate_ecc (int cs, const u_char *dat, u_char *ecc_code) |
|