Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv.c146 union hv_timer_config timer_cfg; in hv_ce_set_oneshot() local
148 timer_cfg.as_uint64 = 0; in hv_ce_set_oneshot()
149 timer_cfg.enable = 1; in hv_ce_set_oneshot()
150 timer_cfg.auto_enable = 1; in hv_ce_set_oneshot()
156 timer_cfg.direct_mode = 1; in hv_ce_set_oneshot()
157 timer_cfg.apic_vector = stimer0_vector; in hv_ce_set_oneshot()
164 timer_cfg.direct_mode = 0; in hv_ce_set_oneshot()
165 timer_cfg.sintx = VMBUS_MESSAGE_SINT; in hv_ce_set_oneshot()
167 hv_init_timer_config(0, timer_cfg.as_uint64); in hv_ce_set_oneshot()