Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dst_smi.h94 #define SFLASH_PAGE_SIZE 0x100 /* flash page size */ macro
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c389 if (((ulong) (dst_addr) % SFLASH_PAGE_SIZE) == 0) { in smi_write()