Searched full:cbb (Results 1 – 9 of 9) sorted by relevance
| /linux/include/soc/tegra/ |
| H A D | tegra-cbb.h | 24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v); 25 int (*interrupt_enable)(struct tegra_cbb *cbb); 26 void (*error_enable)(struct tegra_cbb *cbb); 27 void (*fault_enable)(struct tegra_cbb *cbb); 28 void (*stall_enable)(struct tegra_cbb *cbb); 29 void (*error_clear)(struct tegra_cbb *cbb); 30 u32 (*get_status)(struct tegra_cbb *cbb); 40 int tegra_cbb_register(struct tegra_cbb *cbb); 42 void tegra_cbb_fault_enable(struct tegra_cbb *cbb); 43 void tegra_cbb_stall_enable(struct tegra_cbb *cbb); [all …]
|
| /linux/fs/afs/ |
| H A D | callback.c | 207 struct afs_callback_break *cbb, in afs_break_some_callbacks() argument 210 struct afs_callback_break *residue = cbb; in afs_break_some_callbacks() 212 afs_volid_t vid = cbb->fid.vid; in afs_break_some_callbacks() 221 } else if (cbb->fid.vnode == 0 && cbb->fid.unique == 0) { in afs_break_some_callbacks() 225 memmove(cbb, cbb + 1, sizeof(*cbb) * *_count); in afs_break_some_callbacks() 231 for (i = *_count; i > 0; cbb++, i--) { in afs_break_some_callbacks() 232 if (cbb->fid.vid == vid) { in afs_break_some_callbacks() 234 cbb->fid.vid, in afs_break_some_callbacks() 235 cbb->fid.vnode, in afs_break_some_callbacks() 236 cbb->fid.unique); in afs_break_some_callbacks() [all …]
|
| H A D | rotate.c | 727 pr_notice("OP: cbb=%x cbb2=%x fl=%x err=%hd\n", in afs_dump_edestaddrreq()
|
| /linux/Documentation/devicetree/bindings/arm/tegra/ |
| 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";
|
| /linux/drivers/soc/tegra/cbb/ |
| H A D | Makefile | 6 obj-y += tegra-cbb.o 7 obj-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-cbb.o 8 obj-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-cbb.o
|
| /linux/drivers/soc/tegra/ |
| H A D | Makefile | 3 obj-y += cbb/
|
| /linux/drivers/soc/tegra/fuse/ |
| H A D | tegra-apbmisc.c | 140 * OKAY response from CBB to the master which caused error.
|
| /linux/drivers/media/platform/microchip/ |
| H A D | microchip-isc-regs.h | 243 /* Color Space Conversion CBB OCB Register */
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra234.dtsi | 4375 cbb-fabric@13a00000 { 4376 compatible = "nvidia,tegra234-cbb-fabric";
|