Home
last modified time | relevance | path

Searched refs:tscl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c602 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()
605 if ((tscl >= clk_min) && (tscl <= clk_max) && in stm32f7_i2c_compute_timing()
608 int clk_error = tscl - i2cbus; in stm32f7_i2c_compute_timing()
604 u32 tscl = tscl_l + tscl_h + stm32f7_i2c_compute_timing() local
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7398 u64 tscl; in vmx_update_hv_timer()
7405 tscl = rdtsc(); in vmx_update_host_rsp()
7406 if (vmx->hv_deadline_tsc > tscl) in vmx_update_host_rsp()
7408 delta_tsc = (u32)((vmx->hv_deadline_tsc - tscl) >> in vmx_update_host_rsp()
8319 u64 tscl, guest_tscl, delta_tsc, lapic_timer_advance_cycles; in u64_shl_div_u64()
8323 tscl = rdtsc();
8324 guest_tscl = kvm_read_l1_tsc(vcpu, tscl); in vmx_set_hv_timer()
8350 vmx->hv_deadline_tsc = tscl + delta_tsc; in vmx_set_hv_timer()
7381 u64 tscl; vmx_update_hv_timer() local
8328 u64 tscl, guest_tscl, delta_tsc, lapic_timer_advance_cycles; vmx_set_hv_timer() local
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h644 u32 tscl; /* 0x.6fc - Transmit Single Collision Packet Counter */ member
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c222 u32 tscl; /* 0x27C Tx single collision packet counter */ member