Searched refs:PCI_MCAST_OVL_SIZE (Results 1 – 2 of 2) sorted by relevance
502 printf("\t\tMcastOverlayBAR: OverlaySize %d ", PCI_MCAST_OVL_SIZE(bar)); in cap_multicast()503 if (PCI_MCAST_OVL_SIZE(bar) >= 6) in cap_multicast()504 printf("(%d bytes)", 1 << PCI_MCAST_OVL_SIZE(bar)); in cap_multicast()
1346 #define PCI_MCAST_OVL_SIZE(x) ((u32) ((x) & 0x3f)) macro