Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212desc.h38 uint32_t ctl2; /* DMA control 2 */ member
52 #define ds_ctl2 u.tx.ctl2
/freebsd-12-stable/sys/dev/drm2/i915/
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-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416desc.h42 uint32_t ctl2; member
80 #define ds_ctl2 u.tx.ctl2
/freebsd-12-stable/sys/dev/pci/
Dpci_pci.c2536 uint32_t ctl2; in pcib_enable_ari() local
2538 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()