Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/memory/
Dfsl_ifc.c42 unsigned int convert_ifc_address(phys_addr_t addr_base) in convert_ifc_address() function
46 EXPORT_SYMBOL(convert_ifc_address);
67 convert_ifc_address(addr_base)) in fsl_ifc_find()
/linux-4.1.27/include/linux/
Dfsl_ifc.h826 extern unsigned int convert_ifc_address(phys_addr_t addr_base);
/linux-4.1.27/drivers/mtd/nand/
Dfsl_ifc_nand.c1016 return (cspr & CSPR_BA) == convert_ifc_address(addr); in match_bank()