Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/mm/
H A Dsp_mem.c70 static size_t get_page_count(struct mobj_sp *ms) in get_page_count()
79 struct mobj_sp *ms = to_mobj_sp(mobj); in sp_mem_add_pages() local
127 struct mobj_sp *ms = to_mobj_sp(mobj); in get_pa() local
161 struct mobj_sp *ms = to_mobj_sp(mobj); in inactivate() local
/optee_os/core/kernel/
H A Dcallout.c82 uint32_t ms) in callout_add()
107 void callout_set_next_timeout(struct callout *co, uint32_t ms) in callout_set_next_timeout()
H A Ddelay.c74 void mdelay(uint32_t ms) in mdelay()
/optee_os/core/include/drivers/
H A Drtc.h25 #define RTC_TIME(year, mon, mday, wday, hour, min, sec, ms) \ argument