Lines Matching defs:config1
205 u32 config1;
1811 u32 config1;
1850 config1 = GPMC_CONFIG1_DEVICESIZE((p->device_width - 1));
1853 config1 |= GPMC_CONFIG1_READTYPE_SYNC;
1855 config1 |= GPMC_CONFIG1_WRITETYPE_SYNC;
1857 config1 |= GPMC_CONFIG1_WAIT_READ_MON;
1859 config1 |= GPMC_CONFIG1_WAIT_WRITE_MON;
1861 config1 |= GPMC_CONFIG1_WAIT_PIN_SEL(p->wait_pin);
1863 config1 |= GPMC_CONFIG1_DEVICETYPE(GPMC_DEVICETYPE_NAND);
1865 config1 |= GPMC_CONFIG1_MUXTYPE(p->mux_add_data);
1867 config1 |= GPMC_CONFIG1_READMULTIPLE_SUPP;
1869 config1 |= GPMC_CONFIG1_WRITEMULTIPLE_SUPP;
1871 config1 |= GPMC_CONFIG1_PAGE_LEN(p->burst_len >> 3);
1872 config1 |= p->burst_wrap ? GPMC_CONFIG1_WRAPBURST_SUPP : 0;
1875 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG1, config1);
2550 gpmc_context.cs_context[i].config1 =
2585 gpmc_context.cs_context[i].config1);