Searched refs:HSP (Results 1 – 8 of 8) sorted by relevance
1 NVIDIA Tegra Hardware Synchronization Primitives (HSP)3 The HSP modules are used for the processors to share resources and communicate9 The features that HSP supported are shared mailboxes, shared semaphores,33 contain two data. The first one should be the HSP type and the second
159 if ((pTiming->HSP > 0) && (pTiming->VSP < 0)) { /* +hsync -vsync */ in SetupVTG()161 } else if ((pTiming->HSP < 0) && (pTiming->VSP > 0)) { /* -hsync +vsync */ in SetupVTG()163 } else if ((pTiming->HSP < 0) && (pTiming->VSP < 0)) { /* -hsync -vsync */ in SetupVTG()165 } else if ((pTiming->HSP > 0) && (pTiming->VSP > 0)) { /* +hsync -vsync */ in SetupVTG()
315 par->HSP, par->VSP, &par->PIXCLK) < 0) in kyro_dev_video_mode_set()470 if (par->HSP == 1) in kyrofb_check_var()525 par->HSP = (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
21 bool "Enable Tegra HSP controller support"24 This enables support for the NVIDIA Tegra HSP Hw module, which
23 s32 HSP; /* Hor Sync Polarity */ member
21 It needs HSP as the HW synchronization and notification module and
73 whether the HSP TPM has been activated.
197 bool "Tegra HSP (Hardware Synchronization Primitives) Driver"200 The Tegra HSP driver is used for the interprocessor communication