Searched refs:pp_status (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/pci/ |
| HD | pcivar.h | 54 uint8_t pp_status; /* conf. space addr. of PM control/status reg */ member
|
| HD | pci.c | 887 cfg->pp.pp_status = ptr + PCIR_POWER_STATUS; in pci_read_cap() 2851 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2) in pci_set_powerstate_method() 2878 PCI_WRITE_CONFIG(dev, child, cfg->pp.pp_status, status, 2); in pci_set_powerstate_method() 2893 status = PCI_READ_CONFIG(dev, child, cfg->pp.pp_status, 2); in pci_get_powerstate_method() 3024 status = pci_read_config(cfg->dev, cfg->pp.pp_status, 2); in pci_print_verbose()
|