Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dsh_flctl.c238 if (flctl->rw_ADRCNT == ADRCNT2_E) { in set_addr()
562 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
572 addr_len_bytes = flctl->rw_ADRCNT; in set_cmd_regs()
1003 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1007 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
1010 flctl->rw_ADRCNT = ADRCNT_2; in flctl_chip_attach_chip()
1017 flctl->rw_ADRCNT = ADRCNT2_E; in flctl_chip_attach_chip()
1021 flctl->rw_ADRCNT = ADRCNT_4; in flctl_chip_attach_chip()
1024 flctl->rw_ADRCNT = ADRCNT_3; in flctl_chip_attach_chip()
/openbmc/linux/include/linux/mtd/
H A Dsh_flctl.h148 uint32_t rw_ADRCNT; /* bits of FLCMDCR in READ WRITE cmd */ member