ichsmb.c | 269 const pcitag_t p2sb_tag = pci_make_tag(pc, local in function:ichsmb_probe_tco 340 p2sbc = pci_conf_read(pc, p2sb_tag, P2SB_P2SBC); 342 pci_conf_write(pc, p2sb_tag, P2SB_P2SBC, p2sbc & ~P2SB_P2SBC_HIDE); 344 pci_conf_read(pc, p2sb_tag, P2SB_P2SBC)); 345 sbreglo = pci_conf_read(pc, p2sb_tag, P2SB_SBREG_BAR); 346 sbreghi = pci_conf_read(pc, p2sb_tag, P2SB_SBREG_BARH); 348 pci_conf_write(sc->sc_pc, p2sb_tag, P2SB_P2SBC, p2sbc);
|