Function report |
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 activity | Download SCCT | Chinese |
Name:hpet_disable
Proto:void hpet_disable(void)
Type:void
Parameter:Nothing
981 | If Not is_hpet_capable() || Not hpet_virt_address Then Return |
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) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |