Home
last modified time | relevance | path

Searched refs:FMC_DMA_ALIGN (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100.c901 host->buforg = kmalloc((HIFMC100_BUFFER_LEN + FMC_DMA_ALIGN), in host_data_init()
907 memset(host->buforg, 0xff, HIFMC100_BUFFER_LEN + FMC_DMA_ALIGN); in host_data_init()
910 align_mask = FMC_DMA_ALIGN - 1; in host_data_init()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h417 #define FMC_DMA_ALIGN 32 macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/
Dhifmc100_nand.c705 host->buforg = kmalloc(buffer_len + FMC_DMA_ALIGN, GFP_KERNEL); in hifmc100_set_oob_info()
712 align_mask = FMC_DMA_ALIGN - 1; in hifmc100_set_oob_info()