Searched refs:ctl2 (Results 1 – 4 of 4) sorted by relevance
38 uint32_t ctl2; /* DMA control 2 */ member52 #define ds_ctl2 u.tx.ctl2
209 uint8_t ctl2; in tfp410_detect() local211 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) { in tfp410_detect()212 if (ctl2 & TFP410_CTL_2_RSEN) in tfp410_detect()
42 uint32_t ctl2; member80 #define ds_ctl2 u.tx.ctl2
2536 uint32_t ctl2; in pcib_enable_ari() local2538 ctl2 = pci_read_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, 4); in pcib_enable_ari()2539 ctl2 |= PCIEM_CTL2_ARI; in pcib_enable_ari()2540 pci_write_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, ctl2, 4); in pcib_enable_ari()