函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\hpet.c Create Date:2022-07-27 09:41:54
Last Modify:2020-03-16 21:38:50 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:hpet_writel

函数原型:static inline void hpet_writel(unsigned int d, unsigned int a)

返回类型:void

参数:

类型参数名称
unsigned intd
unsigned inta
82  writel(d, hpet_virt_address + a)
调用者
名称描述
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