Home
last modified time | relevance | path

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

/bsp/loongson/ls2kdev/drivers/ata/
A Data_interface.h48 #define ALIGN_1(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
49 #define ALIGN_DOWN(x, a) ALIGN_1((x) - ((a)-1), (a))
61 type *name = (type *)ALIGN_1((rt_ubase_t)__##name, align)

Completed in 3 milliseconds