Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hpet_disable

Proto:void hpet_disable(void)

Type:void

Parameter:Nothing

981  If Not is_hpet_capable() || Not hpet_virt_address Then Return
985  cfg = boot_cfg
986  cfg &= ~HPET_CFG_ENABLE
987  hpet_writel(cfg, HPET_CFG)
990  When i < nr_channels cycle hpet_writel(boot_cfg, HPET_Tn_CFG(i))
994  If boot_cfg & HPET_CFG_ENABLE Then hpet_writel(boot_cfg, HPET_CFG)