/linux/drivers/gpu/drm/panel/ |
H A D | panel-arm-versatile.c | 10 * named "IB1" or "IB2" (Interface Board 1 & 2 respectively.) They 19 * - The IB2 is a more complex board intended for GSM phone development 59 /* IB2 control register for the Versatile daughterboard */ 94 * @ib2: the panel may be connected on an IB2 daughterboard 96 bool ib2; member 120 * @ib2_map: map to the IB2 syscon, if applicable 197 * Versatile AB IB2 daughterboard for GSM prototyping. 217 .ib2 = true, 231 /* If we're on an IB2 daughterboard, turn off display */ in versatile_panel_disable() 233 dev_dbg(vpanel->dev, "disable IB2 display\n"); in versatile_panel_disable() [all …]
|
/linux/arch/arm/boot/dts/arm/ |
H A D | versatile-ab-ib2.dts | 3 * 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 D | Makefile | 24 versatile-ab-ib2.dtb \
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe.c | 204 return &entry->bridge.ib2; in mtk_foe_entry_ib2() 207 return &entry->ipv6.ib2; in mtk_foe_entry_ib2() 209 return &entry->ipv4.ib2; in mtk_foe_entry_ib2() 256 entry->bridge.ib2 = val; in mtk_foe_entry_prepare() 259 entry->ipv6.ib2 = val; in mtk_foe_entry_prepare() 262 entry->ipv4.ib2 = val; in mtk_foe_entry_prepare() 282 u32 *ib2 = mtk_foe_entry_ib2(eth, entry); in mtk_foe_entry_set_pse_port() local 283 u32 val = *ib2; in mtk_foe_entry_set_pse_port() 292 *ib2 = val; in mtk_foe_entry_set_pse_port() 432 u32 *ib2 = mtk_foe_entry_ib2(eth, entry); in mtk_foe_entry_set_wdma() local [all …]
|
H A D | mtk_ppe_debugfs.c | 90 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()
|
H A D | mtk_ppe.h | 137 u32 ib2; member 161 u32 ib2; member 184 u32 ib2; member 209 u32 ib2; member 231 u32 ib2; member
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,versatile.yaml | 21 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 D | arm,dev-platforms-syscon.yaml | 38 - arm,versatile-ib2-syscon
|
/linux/drivers/gpu/drm/amd/include/ivsrcid/gfx/ |
H A D | irqsrcs_gfx_10_1.h | 30 #define GFX_10_1__SRCID__CP_IB2_INTERRUPT_PKT 178 // B2 CP_INTERRUPT pkt in IB2
|
H A D | irqsrcs_gfx_9_0.h | 32 #define GFX_9_0__SRCID__CP_IB2_INTERRUPT_PKT 178 /* B2 CP_INTERRUPT pkt in IB2 */
|
/linux/sound/soc/codecs/ |
H A D | rt1305.c | 479 SND_SOC_DAPM_SUPPLY("LDO2 IB2", RT1305_POWER_CTRL_1, 566 { "DAC", NULL, "LDO2 IB2" },
|
/linux/drivers/gpu/drm/msm/registers/adreno/ |
H A D | adreno_common.xml | 145 <bitfield name="IB2" low="16" high="22" type="uint"/>
|
H A D | adreno_pm4.xml | 483 Enables IB2 skipping. If both GLOBAL and LOCAL are 1 and 615 CP_INDIRECT_BUFFER calls to IB2 commands which setup state and 2143 executed in an IB2 before the IB1 commands following
|
H A D | a6xx.xml | 15 (ib2 for Freedreno) 19 is either overwritten by renderpass/blit (ib2) or not used if not overwritten 2321 b24..31 identifies where IB2 data starts (and IB1 data ends) 2331 processing starts (and IB2 data ends). I'm guessing
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a3xx_gpu.c | 342 /* CP ROQ queue sizes (bytes) - RB:16, ST:16, IB1:32, IB2:64 */ in a3xx_hw_init()
|
H A D | a5xx_gpu.c | 164 /* Allow CP_CONTEXT_SWITCH_YIELD packets in the IB2 */ in a5xx_submit() 1245 …"gpu fault ring %d fence %x status %8.8X rb %4.4x/%4.4x ib1 %16.16llX/%4.4x ib2 %16.16llX/%4.4x\n", in a5xx_fault_detect_irq()
|
H A D | a6xx_gpu.c | 1499 …"gpu fault ring %d fence %x status %8.8X rb %4.4x/%4.4x ib1 %16.16llX/%4.4x ib2 %16.16llX/%4.4x\n", in a6xx_fault_detect_irq()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | r600.c | 4084 * 178 - CP_INT IB2 4289 case 178: /* CP_INT in IB2 */ in r600_irq_process()
|
H A D | evergreen.c | 4859 case 178: /* CP_INT in IB2 */ in evergreen_irq_process()
|