Searched refs:ctl2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h38 uint32_t ctl2; /* DMA control 2 */ member in struct:ar5212_desc::__anon12221::__anon12222
52 #define ds_ctl2 u.tx.ctl2
/freebsd-12-stable/sys/dev/drm2/i915/
H A Ddvo_tfp410.c209 uint8_t ctl2; local
211 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) {
212 if (ctl2 & TFP410_CTL_2_RSEN)
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h42 uint32_t ctl2; member in struct:ar5416_tx_desc
80 #define ds_ctl2 u.tx.ctl2
/freebsd-12-stable/sys/dev/pci/
H A Dpci_pci.c2536 uint32_t ctl2; local
2538 ctl2 = pci_read_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, 4);
2539 ctl2 |= PCIEM_CTL2_ARI;
2540 pci_write_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, ctl2, 4);

Completed in 187 milliseconds