Lines Matching defs:asz
459 #define CMI_PCII_MATCH(ent, b, d, f, r, asz) \
462 (ent)->pcii_asize == (asz))
472 pcii_addent(int bus, int dev, int func, int reg, uint32_t val, int asz)
483 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz))
495 hep->pcii_asize = asz;
515 pcii_lookup(int bus, int dev, int func, int reg, int asz, uint32_t *valp)
525 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) {
537 pcii_rment(int bus, int dev, int func, int reg, int asz)
546 if (CMI_PCII_MATCH(hep, bus, dev, func, reg, asz)) {
1824 cmi_pci_get_cmn(int bus, int dev, int func, int reg, int asz,
1830 pcii_lookup(bus, dev, func, reg, asz, &val)) {
1841 switch (asz) {
1911 cmi_pci_put_cmn(int bus, int dev, int func, int reg, int asz,
1917 pcii_rment(bus, dev, func, reg, asz);
1922 switch (asz) {