/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,stm32-rcc.yaml | 98 - description: high speed external (HSE) clock input 115 - description: high speed external (HSE) clock input
|
/linux/drivers/net/ethernet/intel/ice/devlink/ |
H A D | health.c | 120 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 D | Kconfig | 44 reference clock from either the external clock generator or HSE
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157a-dk1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157c-dk2-scmi.dts | 78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157f-dk2-scmi.dtsi | 100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp151c-plyaqm.dts | 267 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32f746.dtsi | 53 clk_hse: clk-hse {
|
H A D | stm32h743.dtsi | 53 clk_hse: clk-hse {
|
H A D | stm32f429.dtsi | 57 clk_hse: clk-hse {
|
/linux/drivers/usb/renesas_usbhs/ |
H A 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()
|
H A D | common.h | 109 #define HSE (1 << 7) /* High-Speed Operation Enable */ macro
|
/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 in dsi_vm_calc_blanking() [all...] |
H A D | dsi.h | 199 u16 hse; member
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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 in dsi_vm_calc_blanking() [all...] |
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am642-evm-nand.dtso | 3 * DT overlay for HSE NAND expansion card on AM642 EVM
|
/linux/drivers/clk/ |
H A D | clk-stm32f4.c | 1256 "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 D | clk-stm32mp25.c | 45 HSE, enumerator 162 { .index = HSE }, 167 { .index = HSE }, 172 { .index = HSE },
|
H A 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()
|
H A D | clk-stm32mp13.c | 642 "ck_hse", "pll4_r", "clk-hse-div2"
|
/linux/drivers/gpu/drm/gma500/ |
H A D | oaktrail_lvds.c | 252 pr_info("HSE is %d\n", mode->hsync_end); in oaktrail_lvds_get_configuration_mode()
|
/linux/include/linux/usb/ |
H A D | r8a66597.h | 133 #define HSE 0x0080 /* b7: Hi-speed enable */ macro
|
/linux/drivers/gpu/drm/tegra/ |
H A D | sor.c | 1290 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 D | cdns-dsi-core.c | 608 * 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 D | mmp_ctrl.h | 1185 /* hse Packet Enable */
|