Searched refs:fc_words (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mtd/nand/raw/brcmnand/ |
| 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()
|
| A D | brcmnand.h | 28 u32 *buffer, int fc_words);
|
| A D | brcmnand.c | 855 void __iomem *flash_cache, u32 *buffer, int fc_words) in brcmnand_read_data_bus() argument 861 soc->read_data_bus(soc, flash_cache, buffer, fc_words); in brcmnand_read_data_bus() 863 for (i = 0; i < fc_words; i++) in brcmnand_read_data_bus()
|
Completed in 15 milliseconds