Home
last modified time | relevance | path

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

/linux/arch/arm/mach-orion5x/
H A Dtsx09-common.c117 char *nor_page; in qnap_tsx09_find_mac_addr() local
120 nor_page = ioremap(addr, 1024); in qnap_tsx09_find_mac_addr()
121 if (nor_page != NULL) { in qnap_tsx09_find_mac_addr()
122 ret = qnap_tsx09_check_mac_addr(nor_page); in qnap_tsx09_find_mac_addr()
123 iounmap(nor_page); in qnap_tsx09_find_mac_addr()