Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h38 uint32_t ctl2; /* DMA control 2 */ member
52 #define ds_ctl2 u.tx.ctl2
/freebsd-12.1/sys/dev/drm2/i915/
H A Ddvo_tfp410.c209 uint8_t ctl2; in tfp410_detect() local
211 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) { in tfp410_detect()
212 if (ctl2 & TFP410_CTL_2_RSEN) in tfp410_detect()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h42 uint32_t ctl2; member
81 #define ds_ctl2 u.tx.ctl2
/freebsd-12.1/sys/dev/pci/
H A Dpci_pci.c2539 uint32_t ctl2; in pcib_enable_ari() local
2541 ctl2 = pci_read_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, 4); in pcib_enable_ari()
2542 ctl2 |= PCIEM_CTL2_ARI; in pcib_enable_ari()
2543 pci_write_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, ctl2, 4); in pcib_enable_ari()