Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-orion5x/
Dtsx09-common.c121 char *nor_page; in qnap_tsx09_find_mac_addr() local
124 nor_page = ioremap(addr, 1024); in qnap_tsx09_find_mac_addr()
125 if (nor_page != NULL) { in qnap_tsx09_find_mac_addr()
126 ret = qnap_tsx09_check_mac_addr(nor_page); in qnap_tsx09_find_mac_addr()
127 iounmap(nor_page); in qnap_tsx09_find_mac_addr()