Searched refs:otp_mac (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/blackfin/mach-bf518/boards/ |
D | ezbrd.c | 830 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/ |
D | ezbrd.c | 880 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()
|
D | ad7160eval.c | 857 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()
|
D | tll6527m.c | 934 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()
|
D | ezkit.c | 1324 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()
|