Home
last modified time | relevance | path

Searched defs:r_format (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mips/include/asm/
Dinst.h226 struct r_format { /* Register format */ struct
227 unsigned int opcode : 6;
228 unsigned int rs : 5;
229 unsigned int rt : 5;
230 unsigned int rd : 5;
231 unsigned int re : 5;
232 unsigned int func : 6;
299 struct r_format { /* Register format */ struct
300 unsigned int func : 6;
301 unsigned int re : 5;
[all …]
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_fb.h35 u32 r_format; member