Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dsh_flctl.c239 if (flctl->rw_ADRCNT == ADRCNT2_E) { in set_addr()
561 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
571 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
1002 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1006 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
1009 flctl->rw_ADRCNT = ADRCNT_2; in flctl_chip_attach_chip()
1016 flctl->rw_ADRCNT = ADRCNT2_E; in flctl_chip_attach_chip()
1020 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1023 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
/Linux-v5.15/include/linux/mtd/
Dsh_flctl.h148 uint32_t rw_ADRCNT; /* bits of FLCMDCR in READ WRITE cmd */ member