Lines Matching refs:ph
55 #define AMD756_GET_EDGESEL(ph) \
56 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
59 #define AMD756_GET_PIIRQSEL(ph) \
60 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
63 #define AMD756_SET_EDGESEL(ph, n) \
64 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
65 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \
68 #define AMD756_SET_PIIRQSEL(ph, n) \
69 pci_conf_write((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR, \
70 (pci_conf_read((ph)->ph_pc, (ph)->ph_tag, AMD756_CFG_PIR) \