Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pci/
HDpcivar.h54 uint8_t pp_status; /* conf. space addr. of PM control/status reg */ member
HDpci.c739 cfg->pp.pp_status = ptr + PCIR_POWER_STATUS; in pci_read_cap()
2506 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2) in pci_set_powerstate_method()
2533 PCI_WRITE_CONFIG(dev, child, cfg->pp.pp_status, status, 2); in pci_set_powerstate_method()
2548 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2); in pci_get_powerstate_method()
2679 status = pci_read_config(cfg->dev, cfg->pp.pp_status, 2); in pci_print_verbose()