Searched refs:fc_words (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mtd/nand/raw/brcmnand/ |
| H A D | bcmbca_nand.c | 72 void __iomem *flash_cache, u32 *buffer, int fc_words) in bcmbca_read_data_bus() argument 80 memcpy((void *)buffer, (void __force *)flash_cache, fc_words * 4); in bcmbca_read_data_bus() 82 memcpy_fromio((void *)buffer, flash_cache, fc_words * 4); in bcmbca_read_data_bus()
|
| H A D | brcmnand.h | 28 u32 *buffer, int fc_words);
|
| H A D | brcmnand.c | 891 void __iomem *flash_cache, u32 *buffer, int fc_words) in brcmnand_read_data_bus() argument 897 soc->read_data_bus(soc, flash_cache, buffer, fc_words); in brcmnand_read_data_bus() 899 for (i = 0; i < fc_words; i++) in brcmnand_read_data_bus()
|