Searched refs:flcmncr_val (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
H A Dsh_flctl.c503 uint32_t flcmncr_val = flctl->flcmncr_base & ~SEL_16BIT; set_cmd_regs() local
508 flcmncr_val |= SNAND_E; set_cmd_regs()
510 flcmncr_val &= ~SNAND_E; set_cmd_regs()
527 flcmncr_val |= SEL_16BIT; set_cmd_regs()
537 flcmncr_val |= SEL_16BIT; set_cmd_regs()
540 flcmncr_val &= ~SNAND_E; set_cmd_regs()
546 flcmncr_val &= ~SNAND_E; set_cmd_regs()
557 writel(flcmncr_val, FLCMNCR(flctl)); set_cmd_regs()
1023 unsigned long flcmncr_val; member in struct:flctl_soc_config
1029 .flcmncr_val = CLK_16B_12L_4H | TYPESEL_SET | SHBUSSEL,
1063 pdata->flcmncr_val = config->flcmncr_val; flctl_parse_dt()
1070 pdata->flcmncr_val |= SEL_16BIT; flctl_parse_dt()
1129 flctl->flcmncr_base = pdata->flcmncr_val; flctl_probe()
1142 if (pdata->flcmncr_val & SEL_16BIT) { flctl_probe()
/linux-4.1.27/include/linux/mtd/
H A Dsh_flctl.h178 unsigned long flcmncr_val; member in struct:sh_flctl_platform_data
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c149 .flcmncr_val = FCKSEL_E | TYPESEL_SET | NANWF_E,

Completed in 203 milliseconds