Searched refs:p (Results 1 – 5 of 5) sorted by relevance
39 rt_uint8_t m, p, s; in rt_hw_get_clock() local43 p = (val>>4)&0x3f; in rt_hw_get_clock()46 FCLK = ((m+8)*(CONFIG_SYS_CLK_FREQ/100)*2)/((p+2)*(1<<s))*100; in rt_hw_get_clock()50 p = val&1; in rt_hw_get_clock()73 if(p) in rt_hw_get_clock()
133 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p)) argument134 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) argument135 #define XKPHYS_TO_PHYS(p) ((p) & TO_PHYS_MASK) argument
10 #define RISCV_FENCE(p, s) \ argument11 __asm__ __volatile__ ("fence " #p "," #s : : : "memory")
38 rt_uint32_t p; member
1183 unsigned long get_wchan(struct task_struct *p);1194 #define free_task_struct(p) free_pages((unsigned long)(p),1) argument
Completed in 11 milliseconds