Lines Matching +defs:p +defs:c
67 #define pci_attach_hook(p, s, pba) \ argument
69 #define pci_bus_maxdevs(c, b) \ argument
71 #define pci_make_tag(c, b, d, f) \ argument
73 #define pci_decompose_tag(c, t, bp, dp, fp) \ argument
75 #define pci_conf_size(c, t) \ argument
77 #define pci_conf_read(c, t, r) \ argument
79 #define pci_conf_write(c, t, r, v) \ argument
81 #define pci_intr_map(p, ihp) \ argument
83 #define pci_intr_map_msi(p, ihp) (-1) argument
84 #define pci_intr_map_msix(p, vec, ihp) (-1) argument
85 #define pci_intr_line(c, ih) (ih) argument
86 #define pci_intr_string(c, ih) \ argument
88 #define pci_intr_establish(c, ih, l, h, a, nm) \ argument
90 #define pci_intr_disestablish(c, iv) \ argument
92 #define pci_probe_device_hook(c, a) (0) argument
94 #define pci_min_powerstate(c, t) (PCI_PMCSR_STATE_D3) argument
95 #define pci_set_powerstate_md(c, t, s, p)
97 #define pciide_machdep_compat_intr_establish(a, b, c, d, e) (NULL) argument