Home
last modified time | relevance | path

Searched refs:DSEL_TIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dst_smi.h36 #define DSEL_TIME 0x00000060 /* Deselect time */ macro
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspl.c218 writel(HOLD1 | FAST_MODE | BANK_EN | DSEL_TIME | PRESCAL4, in snor_init()
/openbmc/linux/drivers/mtd/devices/
H A Dspear_smi.c59 #define DSEL_TIME (0x6 << 4) /* Deselect time 6 + 1 SMI_CK periods */ macro
339 val = HOLD1 | BANK_EN | DSEL_TIME | (prescale << 8); in spear_smi_hw_init()
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c276 writel(HOLD1 | FAST_MODE | BANK_EN | DSEL_TIME | PRESCAL4, in smi_init()