Home
last modified time | relevance | path

Searched refs:fcnt (Results 1 – 5 of 5) sorted by relevance

/bsp/raspberry-pi/raspi3-32/cpu/
A Dmmu.c18 int fcnt = 0; in rt_hw_cpu_dump_page_table_2nd() local
25 if (fcnt == 0) in rt_hw_cpu_dump_page_table_2nd()
28 fcnt++; in rt_hw_cpu_dump_page_table_2nd()
29 if (fcnt == 16) in rt_hw_cpu_dump_page_table_2nd()
32 fcnt = 0; in rt_hw_cpu_dump_page_table_2nd()
36 if (fcnt != 0) in rt_hw_cpu_dump_page_table_2nd()
39 fcnt = 0; in rt_hw_cpu_dump_page_table_2nd()
62 int fcnt = 0; in rt_hw_cpu_dump_page_table() local
71 fcnt++; in rt_hw_cpu_dump_page_table()
79 if (fcnt != 0) in rt_hw_cpu_dump_page_table()
[all …]
/bsp/raspberry-pi/raspi2/cpu/
A Dmmu.c50 int fcnt = 0; in rt_hw_cpu_dump_page_table_2nd() local
57 if (fcnt == 0) in rt_hw_cpu_dump_page_table_2nd()
60 fcnt++; in rt_hw_cpu_dump_page_table_2nd()
64 fcnt = 0; in rt_hw_cpu_dump_page_table_2nd()
68 if (fcnt != 0) in rt_hw_cpu_dump_page_table_2nd()
71 fcnt = 0; in rt_hw_cpu_dump_page_table_2nd()
94 int fcnt = 0; in rt_hw_cpu_dump_page_table() local
103 fcnt++; in rt_hw_cpu_dump_page_table()
107 fcnt = 0; in rt_hw_cpu_dump_page_table()
111 if (fcnt != 0) in rt_hw_cpu_dump_page_table()
[all …]
/bsp/nxp/imx/imx6sx/cortex-a9/cpu/
A Dmmu.c50 int fcnt = 0; in rt_hw_cpu_dump_page_table_2nd() local
57 if (fcnt == 0) in rt_hw_cpu_dump_page_table_2nd()
60 fcnt++; in rt_hw_cpu_dump_page_table_2nd()
64 fcnt = 0; in rt_hw_cpu_dump_page_table_2nd()
68 if (fcnt != 0) in rt_hw_cpu_dump_page_table_2nd()
71 fcnt = 0; in rt_hw_cpu_dump_page_table_2nd()
94 int fcnt = 0; in rt_hw_cpu_dump_page_table() local
103 fcnt++; in rt_hw_cpu_dump_page_table()
107 fcnt = 0; in rt_hw_cpu_dump_page_table()
111 if (fcnt != 0) in rt_hw_cpu_dump_page_table()
[all …]
/bsp/nxp/lpc/lpc43xx/Libraries/Device/NXP/LPC43xx/Source/Templates/
A Dsystem_LPC43xx.c718 uint32_t fcnt, rcnt, fout; in MeasureFreq() local
725 fcnt = (LPC_CGU->FREQ_MON >> 9) & 0x3FFF; in MeasureFreq()
727 if (fcnt == 0 && rcnt == 0) { in MeasureFreq()
731 fcnt = (LPC_CGU->FREQ_MON >> 9) & 0x3FFF; in MeasureFreq()
732 fout = fcnt * (12000000U/511U); /* FCNT * (IRC_CLK / RCNT) */ in MeasureFreq()
/bsp/xplorer4330/Libraries/Device/NXP/LPC43xx/Source/Templates/
A Dsystem_LPC43xx.c718 uint32_t fcnt, rcnt, fout; in MeasureFreq() local
725 fcnt = (LPC_CGU->FREQ_MON >> 9) & 0x3FFF; in MeasureFreq()
727 if (fcnt == 0 && rcnt == 0) { in MeasureFreq()
731 fcnt = (LPC_CGU->FREQ_MON >> 9) & 0x3FFF; in MeasureFreq()
732 fout = fcnt * (12000000U/511U); /* FCNT * (IRC_CLK / RCNT) */ in MeasureFreq()

Completed in 10 milliseconds