Home
last modified time | relevance | path

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

/libcpu/arm/s3c24x0/
A Dsystem_clock.c39 rt_uint8_t m, p, s; in rt_hw_get_clock() local
43 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()
/libcpu/mips/common/
A Dmips_addrspace.h133 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p)) argument
134 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) argument
135 #define XKPHYS_TO_PHYS(p) ((p) & TO_PHYS_MASK) argument
/libcpu/risc-v/common64/
A Dio.h10 #define RISCV_FENCE(p, s) \ argument
11 __asm__ __volatile__ ("fence " #p "," #s : : : "memory")
/libcpu/ti-dsp/c28x/
A Dcpuport.c38 rt_uint32_t p; member
/libcpu/ppc/ppc405/include/asm/
A Dprocessor.h1183 unsigned long get_wchan(struct task_struct *p);
1194 #define free_task_struct(p) free_pages((unsigned long)(p),1) argument

Completed in 14 milliseconds