Lines Matching refs:val
63 u32 val;
66 val = readl_relaxed(pcie->base + SMP8759_ENABLE + offset);
67 val = unmask ? val | bit : val & ~bit;
68 writel_relaxed(val, pcie->base + SMP8759_ENABLE + offset);
174 int where, int size, u32 *val)
190 ret = pci_generic_config_read(bus, devfn, where, size, val);
197 int where, int size, u32 val)
204 ret = pci_generic_config_write(bus, devfn, where, size, val);