Lines Matching defs:our
608 uint32_t our;
615 our = pci_config_get32(dev->d_pcih, PCI_OUR_REG_4);
616 our &= (PCI_FORCE_ASPM_REQUEST|PCI_ASPM_GPHY_LINK_DOWN|
619 pci_config_put32(dev->d_pcih, PCI_OUR_REG_4, our);
622 our = pci_config_get32(dev->d_pcih, PCI_OUR_REG_5);
623 our &= P_CTL_TIM_VMAIN_AV_MSK;
624 pci_config_put32(dev->d_pcih, PCI_OUR_REG_5, our);
632 our = CSR_READ_4(dev, B2_GP_IO);
633 our |= GLB_GPIO_STAT_RACE_DIS;
634 CSR_WRITE_4(dev, B2_GP_IO, our);
1599 /* Note our preferred buffer size. */