Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/bmips/
H A Dsetup.c34 #define REG_BCM6328_OTP ((void __iomem *)CKSEG1ADDR(0x1000062c)) macro
95 if (__raw_readl(REG_BCM6328_OTP) & BCM6328_TP1_DISABLED) in bcm6328_quirks()
/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.c23 #define REG_BCM6328_OTP 0x62c macro
301 u32 val = readl_be(priv->regs + REG_BCM6328_OTP); in bcm6328_get_cpu_count()