Lines Matching refs:device_ctl
1481 uint16_t device_sts, device_ctl;
1520 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1522 (device_ctl & (~PCIE_DEVCTL_ERR_MASK)) | pcie_base_err_default);
1523 PCIE_DBG_CAP(dip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, device_ctl);
1533 uint16_t device_ctl;
1542 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1543 device_ctl &= ~PCIE_DEVCTL_ERR_MASK;
1544 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, device_ctl);
1582 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL);
1583 device_ctl &= ~PCIE_ROOT_SYS_ERR;
1584 PCIE_CAP_PUT(16, bus_p, PCIE_ROOTCTL, device_ctl);
1590 if ((device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_AER_RE_CMD)) !=
1592 device_ctl &= ~pcie_root_error_cmd_default;
1593 PCIE_CAP_PUT(16, bus_p, PCIE_AER_RE_CMD, device_ctl);