Lines Matching defs:size
104 int where, int size, u32 *val)
110 if (!IS_ALIGNED((uintptr_t)addr, size)) {
115 if (size == 4) {
117 } else if (size == 2) {
119 } else if (size == 1) {
129 int where, int size, u32 val)
137 if (size == 4) {
142 mask = ~(((1 << (size * 8)) - 1) << ((where & 0x3) * 8));
158 int where, int size, u32 *val)
165 if (!IS_ALIGNED(busdev, size)) {
177 if (size == 4) {
179 } else if (size == 2) {
181 } else if (size == 1) {
192 int where, int size, u32 val)
198 if (!IS_ALIGNED(busdev, size))
208 if (size == 4)
210 else if (size == 2)
212 else if (size == 1)
221 int size, u32 *val)
231 return rockchip_pcie_rd_own_conf(rockchip, where, size, val);
233 return rockchip_pcie_rd_other_conf(rockchip, bus, devfn, where, size,
238 int where, int size, u32 val)
246 return rockchip_pcie_wr_own_conf(rockchip, where, size, val);
248 return rockchip_pcie_wr_other_conf(rockchip, bus, devfn, where, size,
787 u64 pci_addr, size;
798 size = resource_size(entry->res);
802 for (reg_no = 0; reg_no < (size >> 20); reg_no++) {
825 offset = size >> 20;
827 size = resource_size(entry->res);
830 for (reg_no = 0; reg_no < (size >> 20); reg_no++) {