Home
last modified time | relevance | path

Searched full:hse (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.8/tools/perf/util/
Dsort.c2455 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
2460 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
2461 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
2468 struct hpp_sort_entry *hse; in __sort__hpp_header() local
2471 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
2474 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
2483 struct hpp_sort_entry *hse; in __sort__hpp_width() local
2486 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
2489 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
2497 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]
/linux-6.8/Documentation/devicetree/bindings/clock/
Dst,stm32mp25-rcc.yaml44 - const: hse
69 clock-names = "hse", "hsi", "msi", "lse", "lsi";
Dst,stm32mp1-rcc.yaml90 - const: hse
118 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dst,stm32-rcc.txt24 - high speed external clock signal (HSE)
79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
Dst,stm32h7-rcc.txt21 - high speed external clock signal (HSE)
/linux-6.8/arch/arm/boot/dts/st/
Dstm32mp157a-dk1-scmi.dts67 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ed1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-dk2-scmi.dts73 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ev1-scmi.dts77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32f746.dtsi52 clk_hse: clk-hse {
Dstm32f429.dtsi57 clk_hse: clk-hse {
Dstm32h743.dtsi53 clk_hse: clk-hse {
/linux-6.8/drivers/usb/renesas_usbhs/
Dcommon.c101 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_host_ctrl()
102 u16 val = DCFM | DRPD | HSE | USBE; in usbhs_sys_host_ctrl()
115 u16 mask = DCFM | DRPD | DPRPU | HSE | USBE; in usbhs_sys_function_ctrl()
116 u16 val = HSE | USBE; in usbhs_sys_function_ctrl()
Dcommon.h109 #define HSE (1 << 7) /* High-Speed Operation Enable */ macro
/linux-6.8/drivers/gpu/drm/omapdrm/dss/
Ddsi.c3584 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 …]
Ddsi.h199 u16 hse; member
/linux-6.8/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4325 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 …]
/linux-6.8/include/drm/
Ddrm_modes.h134 #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), \
/linux-6.8/drivers/clk/
Dclk-stm32f4.c1117 "no-clock", "lse", "lsi", "hse-rtc"
1848 clks[CLK_HSE_RTC] = clk_hw_register_divider(NULL, "hse-rtc", "clk-hse", in stm32f4_rcc_init()
1853 pr_err("Unable to register hse-rtc clock\n"); in stm32f4_rcc_init()
/linux-6.8/drivers/gpu/drm/gma500/
Doaktrail_lvds.c254 pr_info("HSE is %d\n", mode->hsync_end); in oaktrail_lvds_get_configuration_mode()
/linux-6.8/drivers/usb/host/
Dr8a66597-hcd.c142 r8a66597_bset(r8a66597, HSE, get_syscfg_reg(port)); in r8a66597_enable_port()
165 r8a66597_bclr(r8a66597, HSE, get_syscfg_reg(port)); in r8a66597_disable_port()
1020 r8a66597_bset(r8a66597, HSE, get_syscfg_reg(port)); in r8a66597_check_syssts()
1022 r8a66597_bclr(r8a66597, HSE, get_syscfg_reg(port)); in r8a66597_check_syssts()
/linux-6.8/drivers/clk/stm32/
Dclk-stm32mp1.c171 "ck_hse", "pll4_r", "clk-hse-div2"
1762 GATE_MP1(CK_HSE, "ck_hse", "clk-hse", 0, RCC_OCENSETR, 8, 0),
1774 FIXED_FACTOR(CK_HSE_DIV2, "clk-hse-div2", "ck_hse", 0, 1, 2),
2304 "hsi", "hse", "csi", "lsi", "lse", in get_clock_deps()
Dclk-stm32mp13.c642 "ck_hse", "pll4_r", "clk-hse-div2"
1565 "hsi", "hse", "csi", "lsi", "lse", in get_clock_deps()
/linux-6.8/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c395 /* HBP must be longer than 4 bytes HSE packets */ in dw_mipi_dsi_stm_mode_valid()
/linux-6.8/include/linux/usb/
Dr8a66597.h133 #define HSE 0x0080 /* b7: Hi-speed enable */ macro

12