Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dsh_flctl.c541 uint32_t flcmncr_val = flctl->flcmncr_base & ~SEL_16BIT; in set_cmd_regs()
923 flctl->flcmncr_base &= ~CE0_ENABLE; in flctl_select_chip()
926 writel(flctl->flcmncr_base, FLCMNCR(flctl)); in flctl_select_chip()
936 flctl->flcmncr_base |= CE0_ENABLE; in flctl_select_chip()
997 flctl->flcmncr_base |= SEL_16BIT; in flctl_chip_attach_chip()
1046 flctl->flcmncr_base |= _4ECCEN; in flctl_chip_attach_chip()
1160 flctl->flcmncr_base = pdata->flcmncr_val; in flctl_probe()
/openbmc/linux/include/linux/mtd/
H A Dsh_flctl.h149 uint32_t flcmncr_base; /* base value of FLCMNCR */ member