Searched refs:FMC_DMA_LEN (Results 1 – 4 of 4) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/ |
D | hifmc100_nand.c | 70 hifmc_write(host, FMC_DMA_LEN, fmc_dma_len_set(host->oobsize)); in hifmc100_dma_transfer() 71 fmc_pr(DMA_DB, "\t\t |-Set LEN[%#x]%#x\n", FMC_DMA_LEN, reg); in hifmc100_dma_transfer() 113 hifmc_write(host, FMC_DMA_LEN, oobsize_real); in hifmc100_send_cmd_write() 157 hifmc_write(host, FMC_DMA_LEN, oobsize_real); in hifmc100_send_cmd_read()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | hifmc_common.h | 313 #define FMC_DMA_LEN 0x40 macro
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/ |
D | hifmc100.c | 201 hifmc_write(host, FMC_DMA_LEN, oobsize_real); in hifmc100_send_cmd_pageprog() 260 hifmc_write(host, FMC_DMA_LEN, oobsize_real); in hifmc100_send_cmd_readstart()
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/hifmc100/ |
D | hifmc100.c | 99 hifmc_write(host, FMC_DMA_LEN, regval); in hifmc100_dma_transfer() 100 fmc_pr(DMA_DB, "\t\t Set DMA_LEN[%#x]%#x\n", FMC_DMA_LEN, regval); in hifmc100_dma_transfer()
|