Searched refs:GPMC_CS_NUM (Results 1 - 22 of 22) 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 Dboard-flash.c194 char chip_sel_board[][GPMC_CS_NUM])
197 u8 norcs = GPMC_CS_NUM + 1;
198 u8 nandcs = GPMC_CS_NUM + 1;
199 u8 onenandcs = GPMC_CS_NUM + 1;
213 while (cs < GPMC_CS_NUM) {
216 if (norcs > GPMC_CS_NUM)
220 if (nandcs > GPMC_CS_NUM)
224 if (onenandcs > GPMC_CS_NUM)
231 if (norcs > GPMC_CS_NUM)
238 if (onenandcs > GPMC_CS_NUM)
[all...]
H A Dboard-omap3beagle.c408 u8 nandcs = GPMC_CS_NUM + 1;
411 while (cs < GPMC_CS_NUM) {
417 if (nandcs > GPMC_CS_NUM)
423 if (nandcs > GPMC_CS_NUM) {
429 if (nandcs < GPMC_CS_NUM) {
H A Dboard-omap3touchbook.c442 u8 nandcs = GPMC_CS_NUM + 1;
445 while (cs < GPMC_CS_NUM) {
451 if (nandcs > GPMC_CS_NUM)
457 if (nandcs > GPMC_CS_NUM) {
463 if (nandcs < GPMC_CS_NUM) {
H A Dboard-overo.c272 u8 nandcs = GPMC_CS_NUM + 1;
275 while (cs < GPMC_CS_NUM) {
281 if (nandcs > GPMC_CS_NUM)
287 if (nandcs > GPMC_CS_NUM) {
293 if (nandcs < GPMC_CS_NUM) {
H A Dgpmc.c90 struct gpmc_cs_config cs_context[GPMC_CS_NUM];
94 static struct resource gpmc_cs_mem[GPMC_CS_NUM];
343 if (cs > GPMC_CS_NUM)
354 if (cs > GPMC_CS_NUM)
394 if (cs > GPMC_CS_NUM)
426 if (cs >= GPMC_CS_NUM || cs < 0 || !gpmc_cs_reserved(cs)) {
660 for (cs = 0; cs < GPMC_CS_NUM; cs++) {
732 for (i = 0; i < GPMC_CS_NUM; i++) {
764 for (i = 0; i < GPMC_CS_NUM; i++) {
H A Dboard-igep0020.c112 u8 onenandcs = GPMC_CS_NUM + 1;
114 while (cs < GPMC_CS_NUM) {
130 if (onenandcs > GPMC_CS_NUM) {
135 if (onenandcs < GPMC_CS_NUM) {
H A Dboard-devkit8000.c575 u8 nandcs = GPMC_CS_NUM + 1;
578 while (cs < GPMC_CS_NUM) {
584 if (nandcs > GPMC_CS_NUM)
590 if (nandcs > GPMC_CS_NUM) {
596 if (nandcs < GPMC_CS_NUM) {
H A Dboard-3630sdp.c94 static char chip_sel_sdp[][GPMC_CS_NUM] = {
H A Dboard-3430sdp.c675 static char chip_sel_3430[][GPMC_CS_NUM] = {
/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 Dboard-flash.c194 char chip_sel_board[][GPMC_CS_NUM])
197 u8 norcs = GPMC_CS_NUM + 1;
198 u8 nandcs = GPMC_CS_NUM + 1;
199 u8 onenandcs = GPMC_CS_NUM + 1;
213 while (cs < GPMC_CS_NUM) {
216 if (norcs > GPMC_CS_NUM)
220 if (nandcs > GPMC_CS_NUM)
224 if (onenandcs > GPMC_CS_NUM)
231 if (norcs > GPMC_CS_NUM)
238 if (onenandcs > GPMC_CS_NUM)
[all...]
H A Dboard-omap3beagle.c408 u8 nandcs = GPMC_CS_NUM + 1;
411 while (cs < GPMC_CS_NUM) {
417 if (nandcs > GPMC_CS_NUM)
423 if (nandcs > GPMC_CS_NUM) {
429 if (nandcs < GPMC_CS_NUM) {
H A Dboard-omap3touchbook.c442 u8 nandcs = GPMC_CS_NUM + 1;
445 while (cs < GPMC_CS_NUM) {
451 if (nandcs > GPMC_CS_NUM)
457 if (nandcs > GPMC_CS_NUM) {
463 if (nandcs < GPMC_CS_NUM) {
H A Dboard-overo.c272 u8 nandcs = GPMC_CS_NUM + 1;
275 while (cs < GPMC_CS_NUM) {
281 if (nandcs > GPMC_CS_NUM)
287 if (nandcs > GPMC_CS_NUM) {
293 if (nandcs < GPMC_CS_NUM) {
H A Dgpmc.c90 struct gpmc_cs_config cs_context[GPMC_CS_NUM];
94 static struct resource gpmc_cs_mem[GPMC_CS_NUM];
343 if (cs > GPMC_CS_NUM)
354 if (cs > GPMC_CS_NUM)
394 if (cs > GPMC_CS_NUM)
426 if (cs >= GPMC_CS_NUM || cs < 0 || !gpmc_cs_reserved(cs)) {
660 for (cs = 0; cs < GPMC_CS_NUM; cs++) {
732 for (i = 0; i < GPMC_CS_NUM; i++) {
764 for (i = 0; i < GPMC_CS_NUM; i++) {
H A Dboard-igep0020.c112 u8 onenandcs = GPMC_CS_NUM + 1;
114 while (cs < GPMC_CS_NUM) {
130 if (onenandcs > GPMC_CS_NUM) {
135 if (onenandcs < GPMC_CS_NUM) {
H A Dboard-devkit8000.c575 u8 nandcs = GPMC_CS_NUM + 1;
578 while (cs < GPMC_CS_NUM) {
584 if (nandcs > GPMC_CS_NUM)
590 if (nandcs > GPMC_CS_NUM) {
596 if (nandcs < GPMC_CS_NUM) {
H A Dboard-3630sdp.c94 static char chip_sel_sdp[][GPMC_CS_NUM] = {
H A Dboard-3430sdp.c675 static char chip_sel_3430[][GPMC_CS_NUM] = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/include/mach/
H A Dboard-flash.h28 char chip_sel[][GPMC_CS_NUM]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Dboard-flash.h28 char chip_sel[][GPMC_CS_NUM]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dgpmc.h15 #define GPMC_CS_NUM 8 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dgpmc.h15 #define GPMC_CS_NUM 8 macro

Completed in 200 milliseconds