Home
last modified time | relevance | path

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

12

/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.yaml98 - description: high speed external (HSE) clock input
115 - description: high speed external (HSE) clock input
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dhealth.c120 struct ice_aqc_health_status_elem *hse) in ice_describe_status_code() argument
127 status_code = le16_to_cpu(hse->health_status_code); in ice_describe_status_code()
131 internal_data[0] = le32_to_cpu(hse->internal_data1); in ice_describe_status_code()
132 internal_data[1] = le32_to_cpu(hse->internal_data2); in ice_describe_status_code()
/linux/drivers/phy/st/
H A DKconfig44 reference clock from either the external clock generator or HSE
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-dk1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-dk2-scmi.dts78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157f-dk2-scmi.dtsi100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp151c-plyaqm.dts267 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32f746.dtsi53 clk_hse: clk-hse {
H A Dstm32h743.dtsi53 clk_hse: clk-hse {
H A Dstm32f429.dtsi57 clk_hse: clk-hse {
/linux/drivers/usb/renesas_usbhs/
H A 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()
H A Dcommon.h109 #define HSE (1 << 7) /* High-Speed Operation Enable */ macro
/linux/drivers/gpu/drm/omapdrm/dss/
H A 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 in dsi_vm_calc_blanking()
[all...]
H A Ddsi.h199 u16 hse; member
/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 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/drivers/clk/
H A Dclk-stm32f4.c1256 "no-clock", "lse", "lsi", "hse-rtc"
1988 clks[CLK_HSE_RTC] = clk_hw_register_divider(NULL, "hse-rtc", "clk-hse", in stm32f4_rcc_init()
1993 pr_err("Unable to register hse-rtc clock\n"); in stm32f4_rcc_init()
/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"
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()
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/include/linux/usb/
H A Dr8a66597.h133 #define HSE 0x0080 /* b7: Hi-speed enable */ macro
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1290 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1351 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set()
1353 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1358 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c608 * Make sure DPI(HFP) > DSI(HSS+HSA+HSE+HBP) to guarantee that the FIFO in cdns_dsi_check_conf()
/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h1185 /* hse Packet Enable */

12