Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dbootstd.h99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
100 type name(atype a, btype b, ctype c, dtype d) \
115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
116 type name(atype a, btype b, ctype c, dtype d, etype e) \
/arch/powerpc/platforms/chrp/
Dsetup.c577 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local
579 if (dtype == NULL) in chrp_probe()
581 if (strcmp(dtype, "chrp")) in chrp_probe()
/arch/frv/include/asm/
Duaccess.h227 #define __get_user_asm(err,x,ptr,dtype,constraint) \ argument
229 asm("1: ld"dtype"%I2 %M2,%1 \n" \
/arch/powerpc/platforms/pseries/
Dsetup.c710 const char *dtype = of_get_property(of_root, "device_type", NULL); in pSeries_probe() local
712 if (dtype == NULL) in pSeries_probe()
714 if (strcmp(dtype, "chrp")) in pSeries_probe()
/arch/mips/include/asm/
Dsgiarcs.h179 enum linux_devtypes dtype; member