Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/mach-bf518/boards/
Dezbrd.c830 u64 otp_mac; in bfin_get_ether_addr() local
833 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
835 char *otp_mac_p = (char *)&otp_mac; in bfin_get_ether_addr()
/linux-4.1.27/arch/blackfin/mach-bf527/boards/
Dezbrd.c880 u64 otp_mac; in bfin_get_ether_addr() local
883 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
885 char *otp_mac_p = (char *)&otp_mac; in bfin_get_ether_addr()
Dad7160eval.c857 u64 otp_mac; in bfin_get_ether_addr() local
860 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
862 char *otp_mac_p = (char *)&otp_mac; in bfin_get_ether_addr()
Dtll6527m.c934 u64 otp_mac; in bfin_get_ether_addr() local
938 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
940 char *otp_mac_p = (char *)&otp_mac; in bfin_get_ether_addr()
Dezkit.c1324 u64 otp_mac; in bfin_get_ether_addr() local
1327 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
1329 char *otp_mac_p = (char *)&otp_mac; in bfin_get_ether_addr()