Searched refs:ctl2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/usr.sbin/pmcstat/ |
| H A D | pmcstat_log.c | 377 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 D | ar5212desc.h | 36 uint32_t ctl2; /* DMA control 2 */ member 50 #define ds_ctl2 u.tx.ctl2
|
| /freebsd/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416desc.h | 40 uint32_t ctl2; member 78 #define ds_ctl2 u.tx.ctl2
|
| /freebsd/lib/libpmc/ |
| H A D | libpmc.c | 711 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 D | mt76x02_mac.h | 145 u8 ctl2; member
|
| H A D | mt76x02_mac.c | 395 txwi->ctl2 = FIELD_PREP(MT_TX_PWR_ADJ, txpwr_adj); in mt76x02_mac_write_txwi()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_res.c | 1219 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 D | pci_pci.c | 2360 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()
|