Home
last modified time | relevance | path

Searched full:ib2 (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arm/boot/dts/arm/
H A Dversatile-ab-ib2.dts3 * The Versatile AB with the IB2 expansion board mounted.
10 model = "ARM Versatile AB + IB2 board";
12 /* Special IB2 control register */
14 compatible = "arm,versatile-ib2-syscon", "syscon", "simple-mfd";
25 label = "versatile-ib2:0";
H A DMakefile24 versatile-ab-ib2.dtb \
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c90 u32 ib2; in mtk_ppe_debugfs_foe_show() local
148 ib2 = entry->ipv6.ib2; in mtk_ppe_debugfs_foe_show()
151 ib2 = entry->ipv4.ib2; in mtk_ppe_debugfs_foe_show()
160 " vlan=%d,%d ib1=%08x ib2=%08x" in mtk_ppe_debugfs_foe_show()
163 l2->vlan1, l2->vlan2, entry->ib1, ib2, in mtk_ppe_debugfs_foe_show()
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c377 hwe->bridge.ib2 = val; in airoha_ppe_foe_entry_prepare()
381 hwe->ipv6.ib2 = val; in airoha_ppe_foe_entry_prepare()
386 hwe->ipv4.ib2 = val; in airoha_ppe_foe_entry_prepare()
584 u32 index, pse_port, val, *data, *ib2, *meter; in airoha_ppe_foe_flow_stats_update() local
600 ib2 = &hwe->bridge.ib2; in airoha_ppe_foe_flow_stats_update()
604 ib2 = &hwe->ipv6.ib2; in airoha_ppe_foe_flow_stats_update()
608 ib2 = &hwe->ipv4.ib2; in airoha_ppe_foe_flow_stats_update()
612 pse_port = FIELD_GET(AIROHA_FOE_IB2_PSE_PORT, *ib2); in airoha_ppe_foe_flow_stats_update()
622 val = *ib2 & (AIROHA_FOE_IB2_NBQ | AIROHA_FOE_IB2_PSE_PORT | in airoha_ppe_foe_flow_stats_update()
627 *ib2 &= ~(AIROHA_FOE_IB2_NBQ | AIROHA_FOE_IB2_PSE_PORT | in airoha_ppe_foe_flow_stats_update()
[all …]
H A Dairoha_eth.h331 u32 ib2; member
359 u32 ib2; member
373 u32 ib2; member
403 u32 ib2; member
/linux/Documentation/devicetree/bindings/arm/
H A Darm,versatile.yaml21 When fitted with the IB2 Interface Board, the Versatile AB will present an
32 to an IB1 interface board for a touchscreen-type use case or an IB2
/linux/Documentation/devicetree/bindings/mfd/
H A Darm,dev-platforms-syscon.yaml38 - arm,versatile-ib2-syscon
/linux/drivers/gpu/drm/amd/include/ivsrcid/gfx/
H A Dirqsrcs_gfx_10_1.h30 #define GFX_10_1__SRCID__CP_IB2_INTERRUPT_PKT 178 // B2 CP_INTERRUPT pkt in IB2
H A Dirqsrcs_gfx_9_0.h32 #define GFX_9_0__SRCID__CP_IB2_INTERRUPT_PKT 178 /* B2 CP_INTERRUPT pkt in IB2 */
/linux/drivers/gpu/drm/msm/adreno/
H A Da8xx_gpu.c1157 "BR: status %8.8X rb %4.4x/%4.4x ib1 %16.16llX/%4.4x ib2 %16.16llX/%4.4x ib3 %16.16llX/%4.4x\n", in a8xx_fault_detect_irq()
1172 "BV: status %8.8X rb %4.4x/%4.4x ib1 %16.16llX/%4.4x ib2 %16.16llX/%4.4x ib3 %16.16llX/%4.4x\n", in a8xx_fault_detect_irq()
H A Da3xx_gpu.c342 /* CP ROQ queue sizes (bytes) - RB:16, ST:16, IB1:32, IB2:64 */ in a3xx_hw_init()
/linux/drivers/gpu/drm/msm/registers/adreno/
H A Dadreno_common.xml146 <bitfield name="IB2" low="16" high="22" type="uint"/>
H A Dadreno_pm4.xml492 Enables IB2 skipping. If both GLOBAL and LOCAL are 1 and
623 CP_INDIRECT_BUFFER calls to IB2 commands which setup state and
2208 executed in an IB2 before the IB1 commands following
/linux/drivers/gpu/drm/radeon/
H A Dr600.c4084 * 178 - CP_INT IB2
4289 case 178: /* CP_INT in IB2 */ in r600_irq_process()