Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c377 uint64_t ctl, ctl2; in pmcstat_print_ibs_fetch() local
394 ctl2 = ibsbuf[PMC_MPIDX_FETCH_CTL2]; in pmcstat_print_ibs_fetch()
395 if ((ctl2 & IBS_FETCH_CTL2_EXCLADDR63EQ1) != 0) in pmcstat_print_ibs_fetch()
397 if ((ctl2 & IBS_FETCH_CTL2_EXCLADDR63EQ0) != 0) in pmcstat_print_ibs_fetch()
399 if ((ctl2 & IBS_FETCH_CTL2_LATFILTERMASK) != 0) { in pmcstat_print_ibs_fetch()
402 (uint64_t)IBS_FETCH_CTL2_CTL_TO_LAT(ctl2)); in pmcstat_print_ibs_fetch()
411 uint64_t data, data2, data3, ctl2; in pmcstat_print_ibs_op() local
448 ctl2 = ibsbuf[PMC_MPIDX_OP_CTL2]; in pmcstat_print_ibs_op()
449 if ((ctl2 & IBS_OP_CTL2_EXCLRIP63EQ1) != 0) in pmcstat_print_ibs_op()
451 if ((ctl2 & IBS_OP_CTL2_EXCLRIP63EQ0) != 0) in pmcstat_print_ibs_op()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h36 uint32_t ctl2; /* DMA control 2 */ member
50 #define ds_ctl2 u.tx.ctl2
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h40 uint32_t ctl2; member
78 #define ds_ctl2 u.tx.ctl2
/freebsd/lib/libpmc/
H A Dlibpmc.c711 uint64_t ctl, ctl2, ldlat, fetchlat; in ibs_allocate_pmc() local
747 ctl2 = 0; in ibs_allocate_pmc()
776 ctl2 &= ~IBS_FETCH_CTL2_LATFILTERMASK; in ibs_allocate_pmc()
777 ctl2 |= IBS_FETCH_CTL2_LAT_TO_CTL(fetchlat); in ibs_allocate_pmc()
851 ctl2 |= IBS_OP_CTL2_STRMSTFILTER; in ibs_allocate_pmc()
869 pmc_config->pm_md.pm_ibs.ibs_ctl2 |= ctl2; in ibs_allocate_pmc()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.h145 u8 ctl2; member
H A Dmt76x02_mac.c395 txwi->ctl2 = FIELD_PREP(MT_TX_PWR_ADJ, txpwr_adj); in mt76x02_mac_write_txwi()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c1219 u16 ctl2; in bnxt_qplib_enable_atomic_ops_to_root() local
1225 pcie_capability_read_word(dev, PCI_EXP_DEVCTL2, &ctl2); in bnxt_qplib_enable_atomic_ops_to_root()
1226 return !(ctl2 & PCI_EXP_DEVCTL2_ATOMIC_REQ); in bnxt_qplib_enable_atomic_ops_to_root()
/freebsd/sys/dev/pci/
H A Dpci_pci.c2360 uint32_t ctl2; in pcib_enable_ari() local
2362 ctl2 = pci_read_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, 4); in pcib_enable_ari()
2363 ctl2 |= PCIEM_CTL2_ARI; in pcib_enable_ari()
2364 pci_write_config(sc->dev, pcie_pos + PCIER_DEVICE_CTL2, ctl2, 4); in pcib_enable_ari()