Searched refs:OTP_STATUS (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/nvmem/ |
H A D | sunplus-ocotp.c | 52 #define OTP_STATUS 0x4c macro 94 writel(readl(otp->base[OTPRX] + OTP_STATUS) & OTP_READ_DONE_MASK & in sp_otp_read_real() 95 OTP_LOAD_SECURE_DONE_MASK, otp->base[OTPRX] + OTP_STATUS); in sp_otp_read_real() 105 ret = readl_poll_timeout(otp->base[OTPRX] + OTP_STATUS, status, in sp_otp_read_real()
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.h | 833 #define OTP_STATUS (OTP_BASE_ADDR + 4 * 0x0C) macro
|
H A D | lan78xx.c | 1072 lan78xx_read_reg(dev, OTP_STATUS, &buf); in lan78xx_read_raw_otp() 1128 lan78xx_read_reg(dev, OTP_STATUS, &buf); in lan78xx_write_raw_otp()
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 56 #define OTP_STATUS OTP_BASE + 0x14 macro 355 ret = readl_poll_timeout(OTP_STATUS, val, (val & 0x6) == 0x6, 100000); in wait_complete() 457 ret = readl(OTP_STATUS); //Compare command in otp_compare()
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_main.h | 776 #define OTP_STATUS (0x1030) macro
|
H A D | lan743x_ethtool.c | 83 reg_val = lan743x_csr_read(adapter, OTP_STATUS); in lan743x_otp_wait_till_not_busy()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 2032 #define OTP_STATUS 0x00007508 macro
|
H A D | tg3.c | 15405 val = tr32(OTP_STATUS); in tg3_issue_otp_command()
|