Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsh_flctl.c239 if (flctl->rw_ADRCNT == ADRCNT2_E) { in set_addr()
563 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
573 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
1004 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1008 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
1011 flctl->rw_ADRCNT = ADRCNT_2; in flctl_chip_attach_chip()
1018 flctl->rw_ADRCNT = ADRCNT2_E; in flctl_chip_attach_chip()
1022 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1025 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dsh_flctl.h148 uint32_t rw_ADRCNT; /* bits of FLCMDCR in READ WRITE cmd */ member