Searched refs:otp_read (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/mtd/devices/ |
D | mtd_dataflash.c | 460 static ssize_t otp_read(struct spi_device *spi, unsigned base, in otp_read() function 513 status = otp_read(priv->spi, 64, buf, from, len); in dataflash_read_fact_otp() 530 status = otp_read(priv->spi, 0, buf, from, len); in dataflash_read_user_otp()
|
/linux-3.4.99/arch/blackfin/mach-bf518/boards/ |
D | ezbrd.c | 829 u32 (*otp_read)(u32 page, u32 flags, u64 *page_content) = (void *)0xEF00001A; in bfin_get_ether_addr() local 831 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
|
/linux-3.4.99/arch/blackfin/mach-bf527/boards/ |
D | ad7160eval.c | 854 u32 (*otp_read)(u32 page, u32 flags, u64 *page_content) = (void *)0xEF00001A; in bfin_get_ether_addr() local 856 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
|
D | ezbrd.c | 878 u32 (*otp_read)(u32 page, u32 flags, u64 *page_content) = (void *)0xEF00001A; in bfin_get_ether_addr() local 880 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
|
D | tll6527m.c | 939 u32 (*otp_read)(u32 page, u32 flags, in bfin_get_ether_addr() local 942 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
|
D | ezkit.c | 1319 u32 (*otp_read)(u32 page, u32 flags, u64 *page_content) = (void *)0xEF00001A; in bfin_get_ether_addr() local 1321 ret = otp_read(0xDF, 0x00, &otp_mac); in bfin_get_ether_addr()
|