Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dbootstd.h100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/arch/powerpc/platforms/chrp/
Dsetup.c553 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local
555 if (dtype == NULL) in chrp_probe()
557 if (strcmp(dtype, "chrp")) in chrp_probe()
/arch/mips/include/asm/
Dsgiarcs.h181 enum linux_devtypes dtype; member