/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 2259 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local 2264 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width() 2265 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 2272 struct hpp_sort_entry *hse; in __sort__hpp_header() local 2275 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header() 2278 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 2287 struct hpp_sort_entry *hse; in __sort__hpp_width() local 2290 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width() 2293 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 2301 struct hpp_sort_entry *hse; in __sort__hpp_entry() local [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32mp1.txt | 162 - clk-hse 171 a) for external oscillator: "clk-lse", "clk-hse" 185 clk_hse: clk-hse {
|
/openbmc/linux/include/drm/ |
H A D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157a-dk1-scmi.dts | 67 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157c-ed1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157c-dk2-scmi.dts | 73 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157c-ev1-scmi.dts | 77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32f746.dtsi | 52 clk_hse: clk-hse {
|
H A D | stm32h743.dtsi | 53 clk_hse: clk-hse {
|
H A D | stm32f429.dtsi | 57 clk_hse: clk-hse {
|
H A D | stm32mp131.dtsi | 1087 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | mipi_dsim.h | 171 unsigned char hse; member
|
/openbmc/qemu/include/hw/misc/ |
H A D | stm32l4x5_rcc.h | 221 Clock *hse; member
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 3593 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 3597 TO_DSI_T(t->hse), in print_dsi_vm() 3649 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 3652 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 3763 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 3814 hse = 1; in dsi_vm_calc_blanking() 3816 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 3818 hse = 0; in dsi_vm_calc_blanking() 3825 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
H A D | dsi.h | 199 u16 hse; member
|
/openbmc/qemu/hw/misc/ |
H A D | stm32l4x5_rcc.c | 472 clock_update_hz(s->hse, s->hse_frequency); in rcc_update_cr_register() 477 clock_update(s->hse, 0); in rcc_update_cr_register() 1244 QDEV_CLOCK_IN(Stm32l4x5RccState, hse, NULL, 0), 1300 [RCC_CLOCK_MUX_SRC_HSE] = s->hse, in connect_mux_sources() 1376 VMSTATE_CLOCK(hse, Stm32l4x5RccState),
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 4325 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4334 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4338 TO_DSI_T(t->hse), in print_dsi_vm() 4390 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4393 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4502 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4552 hse = 1; in dsi_vm_calc_blanking() 4554 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4556 hse = 0; in dsi_vm_calc_blanking() 4563 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stm32h743.dtsi | 50 clk_hse: clk-hse {
|
H A D | stm32f746.dtsi | 55 clk_hse: clk-hse {
|
H A D | stm32f429.dtsi | 51 clk_hse: clk-hse {
|
H A D | stm32mp157c.dtsi | 78 clk_hse: clk-hse {
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | ctrl_regs.c | 800 unsigned int hse; /* Global half strength override */ in set_ddr_sdram_cfg() local 843 hse = popts->half_strength_driver_enable; in set_ddr_sdram_cfg() 863 | ((hse & 0x1) << 3) in set_ddr_sdram_cfg()
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi_lowlevel.c | 204 (dsim_config->hse << DSIM_HSE_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
|
/openbmc/linux/include/video/ |
H A D | omapfb_dss.h | 213 u16 hse; member
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | sor.c | 1288 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local 1349 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set() 1351 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set() 1356 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()
|