Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/memory/
Dfsl_ifc.c43 unsigned int convert_ifc_address(phys_addr_t addr_base) in convert_ifc_address() function
47 EXPORT_SYMBOL(convert_ifc_address);
68 convert_ifc_address(addr_base)) in fsl_ifc_find()
/linux-4.4.14/include/linux/
Dfsl_ifc.h826 extern unsigned int convert_ifc_address(phys_addr_t addr_base);
/linux-4.4.14/drivers/mtd/nand/
Dfsl_ifc_nand.c1018 return (cspr & CSPR_BA) == convert_ifc_address(addr); in match_bank()