Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dsh_flctl.c254 if (flctl->rw_ADRCNT == ADRCNT2_E) { in set_addr()
576 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
586 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
1021 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1025 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
1028 flctl->rw_ADRCNT = ADRCNT_2; in flctl_chip_attach_chip()
1035 flctl->rw_ADRCNT = ADRCNT2_E; in flctl_chip_attach_chip()
1039 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1042 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
/Linux-v4.19/include/linux/mtd/
Dsh_flctl.h160 uint32_t rw_ADRCNT; /* bits of FLCMDCR in READ WRITE cmd */ member