Lines Matching defs:reg
42 static void highbank_l2c310_write_sec(unsigned long val, unsigned reg)
44 if (reg == L2X0_CTRL)
47 WARN_ONCE(1, "Highbank L2C310: ignoring write to reg 0x%x\n",
48 reg);
71 int reg = -1;
79 reg = 0xc;
81 reg = 0x18;
83 reg = 0x20;
89 reg = 0;
91 reg = 4;
95 if (reg < 0)
99 val = readl(sregs_base + reg);
100 writel(val | 0xff01, sregs_base + reg);