ahd_pci.c | 1018 pcireg_t pcix_status; local in function:ahd_pci_split_intr 1025 pcix_status = pci_conf_read(bd->pc, bd->tag, 1026 bd->pcix_off + PCIX_STATUS); 1028 ahd_name(ahd), pcix_status); 1075 pci_conf_write(bd->pc, bd->tag, bd->pcix_off + PCIX_STATUS, 1076 pcix_status);
|