Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\hpet.c Create Date:2022-07-28 08:42:43
Last Modify:2020-03-16 21:38:50 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hpet_writel

Proto:static inline void hpet_writel(unsigned int d, unsigned int a)

Type:void

Parameter:

TypeParameterName
unsigned intd
unsigned inta
82  writel(d, hpet_virt_address + a)
Caller
NameDescribe
hpet_stop_counterCommon HPET functions
hpet_reset_counter
hpet_start_counter
hpet_enable_legacy_int
hpet_clkevt_set_state_periodic
hpet_clkevt_set_state_oneshot
hpet_clkevt_set_state_shutdown
hpet_clkevt_set_next_event
hpet_enablehpet_enable - Try to setup the HPET timer. Returns 1 on success.
hpet_disable