Searched refs:OTP_STATUS (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 73 "Timeout on OTP_STATUS completion\n"); in lan743x_otp_wait_till_not_busy() 77 reg_val = lan743x_csr_read(adapter, OTP_STATUS); in lan743x_otp_wait_till_not_busy()
|
H A D | lan743x_main.h | 482 #define OTP_STATUS (0x1030) macro
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | lan78xx.h | 833 #define OTP_STATUS (OTP_BASE_ADDR + 4 * 0x0C) macro
|
H A D | lan78xx.c | 860 lan78xx_read_reg(dev, OTP_STATUS, &buf); in lan78xx_read_raw_otp() 863 "timeout on OTP_STATUS"); in lan78xx_read_raw_otp() 916 lan78xx_read_reg(dev, OTP_STATUS, &buf); in lan78xx_write_raw_otp() 919 "Timeout on OTP_STATUS completion"); in lan78xx_write_raw_otp()
|
/kernel/linux/linux-6.6/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() 1075 "timeout on OTP_STATUS"); in lan78xx_read_raw_otp() 1128 lan78xx_read_reg(dev, OTP_STATUS, &buf); in lan78xx_write_raw_otp() 1131 "Timeout on OTP_STATUS completion"); in lan78xx_write_raw_otp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | lan743x_main.h | 748 #define OTP_STATUS (0x1030) macro
|
H A D | lan743x_ethtool.c | 79 "Timeout on OTP_STATUS completion\n"); in lan743x_otp_wait_till_not_busy() 83 reg_val = lan743x_csr_read(adapter, OTP_STATUS); in lan743x_otp_wait_till_not_busy()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 2032 #define OTP_STATUS 0x00007508 macro
|
H A D | tg3.c | 15452 val = tr32(OTP_STATUS); in tg3_issue_otp_command()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 2032 #define OTP_STATUS 0x00007508 macro
|
H A D | tg3.c | 15404 val = tr32(OTP_STATUS); in tg3_issue_otp_command()
|
Completed in 80 milliseconds