Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcivar.h54 uint8_t pp_status; /* conf. space addr. of PM control/status reg */ member
H A Dpci.c913 cfg->pp.pp_status = ptr + PCIR_POWER_STATUS; in pci_read_cap()
2872 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2) in pci_set_powerstate_method()
2899 PCI_WRITE_CONFIG(dev, child, cfg->pp.pp_status, status, 2); in pci_set_powerstate_method()
2914 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2); in pci_get_powerstate_method()
3045 status = pci_read_config(cfg->dev, cfg->pp.pp_status, 2); in pci_print_verbose()