/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra234-cbb.yaml | 4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra234-cbb.yaml# 7 title: NVIDIA Tegra CBB 2.0 13 The Control Backbone (CBB) is comprised of the physical path from an 14 initiator to a target's register configuration space. CBB 2.0 consists 16 The Tegra234 SoC has different fabrics based on CBB 2.0 architecture 18 "CBB central fabric". 20 In CBB 2.0, each initiator which can issue transactions connects to a 27 The driver handles errors from CBB due to illegal register accesses 47 - nvidia,tegra234-cbb-fabric 70 cbb-fabric@1300000 { [all …]
|
H A D | nvidia,tegra194-cbb.yaml | 4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra194-cbb.yaml# 7 title: NVIDIA Tegra194 CBB 1.0 13 The Control Backbone (CBB) is comprised of the physical path from an 14 initiator to a target's register configuration space. CBB 1.0 has 19 by the NOCs inside the CBB. NOCs reporting errors are cluster NOCs 20 "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC" 48 - nvidia,tegra194-cbb-noc 90 cbb-noc@2300000 { 91 compatible = "nvidia,tegra194-cbb-noc";
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_expand.sh | 358 check 'set -- "abab*cbb" 360 'abab*cbb bab*cbb abab*cb ab*cbb abab*cb cbb abab' 0 361 check 'set -- "abab?cbb" 363 'abab?cbb:bab?cbb+abab?cb-b?cbb_a%bab?cbb=abab?cb/abab' 0
|
/freebsd/share/man/man4/ |
H A D | pccbb.4 | 31 .Cd device cbb 172 .Bl -tag -width ".Cm hw.cbb.debug" -compact 173 .It Cm hw.cbb.debug
|
H A D | Makefile | 765 MLINKS+=pccbb.4 cbb.4
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 113 printf("cbb(%s:%d): " fmt, __FUNCTION__, __LINE__, ##args) 124 SDT_PROVIDER_DEFINE(cbb); 303 CTL_BACKEND_DECLARE(cbb, ctl_be_block_driver); 646 SDT_PROBE_DEFINE1(cbb, , read, file_start, "uint64_t"); 647 SDT_PROBE_DEFINE1(cbb, , write, file_start, "uint64_t"); 648 SDT_PROBE_DEFINE1(cbb, , read, file_done,"uint64_t"); 649 SDT_PROBE_DEFINE1(cbb, , write, file_done, "uint64_t"); 675 SDT_PROBE0(cbb, , read, file_start); in ctl_be_block_dispatch_file() 678 SDT_PROBE0(cbb, , write, file_start); in ctl_be_block_dispatch_file() 722 SDT_PROBE0(cbb, , read, file_done); in ctl_be_block_dispatch_file() [all …]
|
/freebsd/sys/modules/cbb/ |
H A D | Makefile | 3 KMOD= cbb
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb_pci.c | 286 mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF); in cbb_pci_attach() 701 * in the PCI bridge chipset (or cbb brige) that's being used in in cbb_pci_filt() 861 * command register and BARs, but cbb-specific registers are in cbb_pci_resume() 922 "cbb", 927 DRIVER_MODULE(cbb, pci, cbb_driver, 0, 0); 928 MODULE_PNP_INFO("W32:vendor/device;D:#", pci, cbb, yc_chipsets, 930 MODULE_DEPEND(cbb, exca, 1, 1, 1);
|
H A D | pccbb.c | 125 static SYSCTL_NODE(_hw, OID_AUTO, cbb, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 126 "CBB parameters"); 295 * we'd get duplicate devices when cbb.ko was reloaded. in cbb_detach() 822 * we're called from the card insertion code, in which case the cbb in cbb_power() 1219 "count = %jd not supported by cbb\n", in cbb_cardbus_alloc_resource() 1252 printf("cbb alloc res fail type %d rid %x\n", type, *rid); in cbb_cardbus_alloc_resource() 1403 "count = %jd not supported by cbb\n", in cbb_pcic_alloc_resource()
|
/freebsd/usr.sbin/dumpcis/ |
H A D | dumpcis.8 | 41 .Xr cbb 4 ,
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 279 hw.cbb.debug 282 hw.cbb.start_16_io 285 hw.cbb.start_32_io 288 hw.cbb.start_memory
|
/freebsd/sys/modules/ |
H A D | Makefile | 733 _cbb= cbb 890 _cbb= cbb
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 197 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo, in CloneFunctionInto() local 201 VMap[&BB] = CBB; in CloneFunctionInto() 212 VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB); in CloneFunctionInto() 216 if (ReturnInst *RI = dyn_cast<ReturnInst>(CBB->getTerminator())) in CloneFunctionInto()
|
/freebsd/contrib/ofed/opensm/man/ |
H A D | opensm.8 | 891 fully staffed, any Constant Bisectional Bandwidth (CBB) ratio. 1085 cases where not all leafs (CAs) are present, any CBB ratio. 1119 Note that although fat-tree algorithm supports trees with non-integer CBB 1120 ratio, the routing will not be as balanced as in case of integer CBB ratio.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 918 BasicBlock *CBB = in cloneCommonBlocks() local 922 CBB->insertInto(&F, BB->getNextNode()); in cloneCommonBlocks() 925 VMap[BB] = CBB; in cloneCommonBlocks() 928 Orig2Clone.emplace_back(BB, CBB); in cloneCommonBlocks()
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 187 device cbb # CardBus (yenta) bridge
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC | 210 device cbb # CardBus (yenta) bridge
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbus.c | 355 DRIVER_MODULE(cardbus, cbb, cardbus_driver, 0, 0);
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | escaped_output_table.h | 231 0x032e8001 /* 00000cba - 00000cbb [ 2] */, 340 0x072ec001 /* 00001cbb - 00001cbc [ 2] */,
|
/freebsd/sys/dev/exca/ |
H A D | exca.c | 888 "count = %ld not supported by cbb\n",
|
/freebsd/share/ctypedef/ |
H A D | zh_TW.Big5.src | 1199 <CJK_UNIFIED_IDEOGRAPH-6CBB>;/ 1889 <CJK_UNIFIED_IDEOGRAPH-8CBB>;/ 3515 <CJK_UNIFIED_IDEOGRAPH-6CBB>;/ 4205 <CJK_UNIFIED_IDEOGRAPH-8CBB>;/ 5791 <CJK_UNIFIED_IDEOGRAPH-6CBB>;/ 6481 <CJK_UNIFIED_IDEOGRAPH-8CBB>;/
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra194.dtsi | 93 cbb-noc@2300000 { 94 compatible = "nvidia,tegra194-cbb-noc";
|
H A D | tegra234.dtsi | 2201 cbb-fabric@13a00000 { 2202 compatible = "nvidia,tegra234-cbb-fabric";
|
/freebsd/sys/conf/ |
H A D | NOTES | 2194 # cbb: pci/CardBus bridge implementing YENTA interface 2196 device cbb
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2044 MachineBasicBlock* cBB = BT.ThisBB; in FinishBasicBlock() local 2045 if (cBB->isSuccessor(PHIBB)) in FinishBasicBlock() 2046 PHI.addReg(P.second).addMBB(cBB); in FinishBasicBlock()
|