Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-orion5x/
Dtsx09-common.c123 char *nor_page; in qnap_tsx09_find_mac_addr() local
126 nor_page = ioremap(addr, 1024); in qnap_tsx09_find_mac_addr()
127 if (nor_page != NULL) { in qnap_tsx09_find_mac_addr()
128 ret = qnap_tsx09_check_mac_addr(nor_page); in qnap_tsx09_find_mac_addr()
129 iounmap(nor_page); in qnap_tsx09_find_mac_addr()