Function report |
Source Code:arch\x86\kernel\hpet.c |
Create Date:2022-07-28 08:42:55 |
| Last Modify:2020-03-16 21:38:50 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hpet_clkevt_set_state_shutdown
Proto:static int hpet_clkevt_set_state_shutdown(struct clock_event_device *evt)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct clock_event_device * | evt |
| 344 | cfg = hpet_readl(HPET_Tn_CFG(channel)) |
| 345 | cfg &= ~HPET_TN_ENABLE |
| 346 | hpet_writel(cfg, HPET_Tn_CFG(channel)) |
| 348 | Return 0 |
| 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 |