Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsh_flctl.c542 uint32_t flcmncr_val = flctl->flcmncr_base & ~SEL_16BIT; in set_cmd_regs()
566 flcmncr_val |= SEL_16BIT; in set_cmd_regs()
576 flcmncr_val |= SEL_16BIT; in set_cmd_regs()
998 flctl->flcmncr_base |= SEL_16BIT; in flctl_chip_attach_chip()
1177 if (pdata->flcmncr_val & SEL_16BIT) in flctl_probe()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dsh_flctl.h45 #define SEL_16BIT (0x1 << 19) macro