/linux-6.12.1/tools/perf/util/ |
D | sort.c | 2516 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local 2521 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width() 2522 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 2529 struct hpp_sort_entry *hse; in __sort__hpp_header() local 2532 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header() 2535 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 2544 struct hpp_sort_entry *hse; in __sort__hpp_width() local 2547 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width() 2550 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 2558 struct hpp_sort_entry *hse; in __sort__hpp_entry() local [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | st,stm32mp1-rcc.yaml | 96 - const: hse 124 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | st,stm32-rcc.txt | 24 - high speed external clock signal (HSE) 79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|
D | st,stm32h7-rcc.txt | 21 - high speed external clock signal (HSE)
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32mp157a-dk1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp157c-ed1-scmi.dts | 77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp157c-dk2-scmi.dts | 78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32mp157c-ev1-scmi.dts | 82 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
D | stm32f746.dtsi | 52 clk_hse: clk-hse {
|
D | stm32h743.dtsi | 53 clk_hse: clk-hse {
|
D | stm32f429.dtsi | 57 clk_hse: clk-hse {
|
/linux-6.12.1/drivers/usb/renesas_usbhs/ |
D | common.c | 101 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()
|
D | common.h | 109 #define HSE (1 << 7) /* High-Speed Operation Enable */ macro
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
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 …]
|
D | dsi.h | 199 u16 hse; member
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 4326 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4335 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4339 TO_DSI_T(t->hse), in print_dsi_vm() 4391 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4394 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm() 4503 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4553 hse = 1; in dsi_vm_calc_blanking() 4555 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4557 hse = 0; in dsi_vm_calc_blanking() 4564 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-am642-evm-nand.dtso | 3 * DT overlay for HSE NAND expansion card on AM642 EVM
|
/linux-6.12.1/include/drm/ |
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), \
|
/linux-6.12.1/drivers/clk/ |
D | clk-stm32f4.c | 1117 "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.12.1/drivers/clk/stm32/ |
D | clk-stm32mp25.c | 45 HSE, enumerator 162 { .index = HSE }, 167 { .index = HSE }, 172 { .index = HSE },
|
D | clk-stm32mp1.c | 171 "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()
|
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | oaktrail_lvds.c | 252 pr_info("HSE is %d\n", mode->hsync_end); in oaktrail_lvds_get_configuration_mode()
|
/linux-6.12.1/drivers/usb/host/ |
D | r8a66597-hcd.c | 142 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.12.1/include/linux/usb/ |
D | r8a66597.h | 133 #define HSE 0x0080 /* b7: Hi-speed enable */ macro
|
/linux-6.12.1/drivers/gpu/drm/stm/ |
D | dw_mipi_dsi-stm.c | 557 /* HBP must be longer than 4 bytes HSE packets */ in dw_mipi_dsi_stm_mode_valid()
|