Home
last modified time | relevance | path

Searched full:hb_gpio (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvmem/
H A Dsunplus-ocotp.c33 /* HB_GPIO */
59 HB_GPIO, enumerator
111 *value = (readl(otp->base[HB_GPIO] + ADDRESS_8_DATA + addr_data * OTP_WORD_SIZE) in sp_otp_read_real()
171 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "hb_gpio"); in sp_ocotp_probe()
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()
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Dsunplus,sp7021-ocotp.yaml25 - const: hb_gpio
60 reg-names = "hb_gpio", "otprx";
/openbmc/linux/arch/arm/boot/dts/sunplus/
H A Dsunplus-sp7021.dtsi55 reg-names = "hb_gpio", "otprx";