Home
last modified time | relevance | path

Searched refs:chip1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/cobra5272/
H A Dflash.c134 int chip1; in flash_erase() local
194 chip1 = 0; in flash_erase()
202 chip1 = TMO; in flash_erase()
206 if (!chip1 in flash_erase()
208 chip1 = READY; in flash_erase()
210 } while (!chip1); in flash_erase()
214 if (chip1 == ERR) { in flash_erase()
218 if (chip1 == TMO) { in flash_erase()
252 int chip1; in write_word() local
284 chip1 = 0; in write_word()
[all …]
/OK3568_Linux_fs/kernel/drivers/fsi/
H A DKconfig25 by one so that chip 0 will have /dev/scom1 and chip1 /dev/scom2