Searched full:mtimer (Results 1 – 8 of 8) sorted by relevance
/linux/arch/riscv/boot/dts/sophgo/ |
H A D | sg2042.dtsi | 268 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 278 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 288 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 298 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 308 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 318 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 328 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 338 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 348 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 358 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; [all …]
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | thead,c900-aclint-mtimer.yaml | 4 $id: http://devicetree.org/schemas/timer/thead,c900-aclint-mtimer.yaml# 16 - sophgo,sg2042-aclint-mtimer 17 - const: thead,c900-aclint-mtimer 42 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer";
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | microchip,mpfs-rtc.yaml | 42 on the PolarFire SoC shares it's reference with MTIMER so this will
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | microchip,mpfs-clkcfg.yaml | 29 axi, ahb and rtc/mtimer reference clocks as well as enable and reset
|
/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-beaglev-fire.dts | 10 /* Clock frequency (in Hz) of MTIMER */
|
/linux/net/xfrm/ |
H A D | xfrm_state.c | 602 hrtimer_cancel(&x->mtimer); in ___xfrm_state_destroy() 643 struct xfrm_state *x = container_of(me, struct xfrm_state, mtimer); in xfrm_timer_handler() 710 hrtimer_forward_now(&x->mtimer, ktime_set(next, 0)); in xfrm_timer_handler() 749 hrtimer_init(&x->mtimer, CLOCK_BOOTTIME, HRTIMER_MODE_ABS_SOFT); in xfrm_state_alloc() 750 x->mtimer.function = xfrm_timer_handler; in xfrm_state_alloc() 1604 hrtimer_start(&x->mtimer, in xfrm_state_find() 1750 hrtimer_start(&x->mtimer, ktime_set(1, 0), HRTIMER_MODE_REL_SOFT); in __xfrm_state_insert() 1862 hrtimer_start(&x->mtimer, in __find_acq_core() 2225 hrtimer_start(&x1->mtimer, ktime_set(1, 0), in xfrm_state_update() 2267 hrtimer_start(&x->mtimer, 0, HRTIMER_MODE_REL_SOFT); in xfrm_state_check_expire()
|
/linux/net/bridge/ |
H A D | br_mdb.c | 235 struct timer_list *mtimer; in __mdb_fill_info() local 244 mtimer = &p->timer; in __mdb_fill_info() 248 mtimer = &mp->timer; in __mdb_fill_info() 273 br_timer_value(mtimer))) in __mdb_fill_info()
|
/linux/include/net/ |
H A D | xfrm.h | 280 struct hrtimer mtimer; member
|