Lines Matching defs:sz
94 * @sz: size of read (8,16,32) bits.
97 * sz bits of PCI config space is read at addr:offset, and the value
102 * and sz validation. This routine should avoid duplicating those
111 uint32_t pci_read_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t *val)
122 switch (sz) {
145 * @sz: size of write (8,16,32) bits.
148 * sz bits of PCI config space is written at addr:offset. Invalid
152 * and sz validation, so it shouldn't need to be repeated here.
160 uint32_t pci_write_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t val)
169 switch (sz) {