Searched refs:pp_status (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/pci/
H A Dpcivar.h45 uint8_t pp_status; /* conf. space addr. of PM control/status reg */ member in struct:pcicfg_pp
H A Dpci.c691 cfg->pp.pp_status = ptr + PCIR_POWER_STATUS;
2293 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2)
2321 PCI_WRITE_CONFIG(dev, child, cfg->pp.pp_status, status, 2);
2336 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2);
2467 status = pci_read_config(cfg->dev, cfg->pp.pp_status, 2);

Completed in 156 milliseconds