Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A Dsort.c2710 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
2715 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
2716 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
2723 struct hpp_sort_entry *hse; in __sort__hpp_header() local
2730 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
2733 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
2742 struct hpp_sort_entry *hse; in __sort__hpp_width() local
2745 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
2748 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
2756 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-dk1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ed1-scmi.dts77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-dk2-scmi.dts78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ev1-scmi.dts82 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157f-dk2-scmi.dtsi100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32f746.dtsi53 clk_hse: clk-hse {
H A Dstm32f429.dtsi57 clk_hse: clk-hse {
H A Dstm32h743.dtsi53 clk_hse: clk-hse {
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4326 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/arch/arm64/boot/dts/ti/
H A Dk3-am642-evm-nand.dtso3 * DT overlay for HSE NAND expansion card on AM642 EVM
/linux/include/drm/
H A 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/drivers/clk/
H A Dclk-stm32f4.c1260 "no-clock", "lse", "lsi", "hse-rtc"
1992 clks[CLK_HSE_RTC] = clk_hw_register_divider(NULL, "hse-rtc", "clk-hse", in stm32f4_rcc_init()
1997 pr_err("Unable to register hse-rtc clock\n"); in stm32f4_rcc_init()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h199 u16 hse; member
/linux/drivers/clk/stm32/
H A Dclk-stm32mp25.c45 HSE, enumerator
162 { .index = HSE },
167 { .index = HSE },
172 { .index = HSE },
H A Dclk-stm32mp1.c171 "ck_hse", "pll4_r", "clk-hse-div2"
1765 GATE_MP1(CK_HSE, "ck_hse", "clk-hse", 0, RCC_OCENSETR, 8, 0),
1777 FIXED_FACTOR(CK_HSE_DIV2, "clk-hse-div2", "ck_hse", 0, 1, 2),
2307 "hsi", "hse", "csi", "lsi", "lse", in get_clock_deps()
H A Dclk-stm32mp21.c47 HSE, enumerator
142 { .index = HSE },
H A Dclk-stm32mp13.c642 "ck_hse", "pll4_r", "clk-hse-div2"
/linux/drivers/gpu/drm/gma500/
H A Doaktrail_lvds.c252 pr_info("HSE is %d\n", mode->hsync_end); in oaktrail_lvds_get_configuration_mode()
/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h109 #define HSE (1 << 7) /* High-Speed Operation Enable */ macro
/linux/drivers/usb/host/
H A 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/include/linux/usb/
H A Dr8a66597.h133 #define HSE 0x0080 /* b7: Hi-speed enable */ macro
/linux/drivers/gpu/drm/stm/
H A Ddw_mipi_dsi-stm.c557 /* HBP must be longer than 4 bytes HSE packets */ in dw_mipi_dsi_stm_mode_valid()
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c812 r8a66597_bset(r8a66597, HSE, SYSCFG0); in init_controller()
825 r8a66597_bset(r8a66597, HSE, SYSCFG0); /* High spd */ in init_controller()
/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h1185 /* hse Packet Enable */

12