Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dsunplus-ocotp.c59 HB_GPIO, enumerator
111 *value = (readl(otp->base[HB_GPIO] + ADDRESS_8_DATA + addr_data * OTP_WORD_SIZE) in sp_otp_read_real()
172 otp->base[HB_GPIO] = devm_ioremap_resource(dev, res); in sp_ocotp_probe()
173 if (IS_ERR(otp->base[HB_GPIO])) in sp_ocotp_probe()
174 return PTR_ERR(otp->base[HB_GPIO]); in sp_ocotp_probe()