Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dsh_flctl.c503 uint32_t flcmncr_val = flctl->flcmncr_base & ~SEL_16BIT; in set_cmd_regs()
527 flcmncr_val |= SEL_16BIT; in set_cmd_regs()
537 flcmncr_val |= SEL_16BIT; in set_cmd_regs()
1070 pdata->flcmncr_val |= SEL_16BIT; in flctl_parse_dt()
1142 if (pdata->flcmncr_val & SEL_16BIT) { in flctl_probe()
/linux-4.1.27/include/linux/mtd/
Dsh_flctl.h57 #define SEL_16BIT (0x1 << 19) macro