Lines Matching refs:config1
209 u32 config1; member
1586 u32 config1; in gpmc_cs_program_settings() local
1625 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1)); in gpmc_cs_program_settings()
1628 config1 |= GPMC_CONFIG1_READTYPE_SYNC; in gpmc_cs_program_settings()
1630 config1 |= GPMC_CONFIG1_WRITETYPE_SYNC; in gpmc_cs_program_settings()
1632 config1 |= GPMC_CONFIG1_WAIT_READ_MON; in gpmc_cs_program_settings()
1634 config1 |= GPMC_CONFIG1_WAIT_WRITE_MON; in gpmc_cs_program_settings()
1636 config1 |= GPMC_CONFIG1_WAIT_PIN_SEL(p->wait_pin); in gpmc_cs_program_settings()
1638 config1 |= GPMC_CONFIG1_DEVICETYPE(GPMC_DEVICETYPE_NAND); in gpmc_cs_program_settings()
1640 config1 |= GPMC_CONFIG1_MUXTYPE(p->mux_add_data); in gpmc_cs_program_settings()
1642 config1 |= GPMC_CONFIG1_READMULTIPLE_SUPP; in gpmc_cs_program_settings()
1644 config1 |= GPMC_CONFIG1_WRITEMULTIPLE_SUPP; in gpmc_cs_program_settings()
1646 config1 |= GPMC_CONFIG1_PAGE_LEN(p->burst_len >> 3); in gpmc_cs_program_settings()
1647 config1 |= p->burst_wrap ? GPMC_CONFIG1_WRAPBURST_SUPP : 0; in gpmc_cs_program_settings()
1650 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG1, config1); in gpmc_cs_program_settings()
2264 gpmc_context.cs_context[i].config1 = in omap3_gpmc_save_context()
2296 gpmc_context.cs_context[i].config1); in omap3_gpmc_restore_context()