Function report |
Source Code:arch\x86\kernel\hpet.c |
Create Date:2022-07-28 08:42:48 |
| Last Modify:2020-03-16 21:38:50 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_hpet_print_config
Proto:static void _hpet_print_config(const char *function, int line)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const char * | function | |
| int | line |
| 145 | id = hpet_readl(HPET_ID) |
| 146 | period = hpet_readl(HPET_PERIOD) |
| 149 | cfg = hpet_readl(HPET_CFG) |
| 150 | status = hpet_readl(HPET_STATUS) |
| 153 | l = hpet_readl(HPET_COUNTER) |
| 154 | h = hpet_readl(HPET_COUNTER + 4) |
| 157 | channels = ((id & HPET_ID_NUMBER) >> HPET_ID_NUMBER_SHIFT) + 1 |
| 160 | l = hpet_readl(HPET_Tn_CFG(i)) |
| 161 | h = hpet_readl(HPET_Tn_CFG(i) + 4) |
| 164 | l = hpet_readl(HPET_Tn_CMP(i)) |
| 165 | h = hpet_readl(HPET_Tn_CMP(i) + 4) |
| 168 | l = hpet_readl(HPET_Tn_ROUTE(i)) |
| 169 | h = hpet_readl(HPET_Tn_ROUTE(i) + 4) |
| 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 |