Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/lib/
Dmemcpy_user_64.c28 #define _ST(p, inst, v) \ macro
55 #define ST1(p, v) _ST((p), st1, (v))
56 #define ST2(p, v) _ST((p), st2, (v))
57 #define ST4(p, v) _ST((p), st4, (v))
58 #define ST8(p, v) _ST((p), st, (v))
77 #define ST1(p, v) _ST((p), st1, (v))
78 #define ST2(p, v) _ST((p), st2, (v))
79 #define ST4(p, v) _ST((p), st4, (v))
80 #define ST8(p, v) _ST((p), st, (v))
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_spi.h38 [SPI_ST] = SPI_## __cpu ##_ST, \