Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dclgenfb.c155 clgen_board_t btype; /* chipset enum, not strictly necessary, as member
277 clgen_board_t btype; member
298 clgen_board_t btype; member
379 clgen_board_t btype; member
689 if (_info->btype == BT_GD5480) { in clgen_encode_fix()
982 maxclock = clgen_board_info[fb_info->btype].maxclock; in clgen_decode_var()
988 switch (fb_info->btype) { in clgen_decode_var()
1136 bi = &clgen_board_info[fb_info->btype]; in clgen_set_par()
1236 if ((fb_info->btype == BT_SD64) || in clgen_set_par()
1237 (fb_info->btype == BT_ALPINE) || in clgen_set_par()
[all …]
Dcreatorfb.c812 unsigned int btype; in creatorfb_init() local
841 btype = prom_getintdefault(fb->prom_node, "board_type", 0); in creatorfb_init()
845 if ((btype & 7) == 3) in creatorfb_init()
/linux-2.4.37.9/include/asm-m68k/
Dunistd.h276 #define _syscall2(type,name,atype,a,btype,b) \ argument
277 type name(atype a,btype b) \
289 #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ argument
290 type name(atype a,btype b,ctype c) \
304 #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
305 type name (atype a, btype b, ctype c, dtype d) \
320 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
321 type name (atype a,btype b,ctype c,dtype d,etype e) \
/linux-2.4.37.9/arch/ia64/kernel/
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
82 btype = ((bundle[1] >> 29) & 0x7); in ia64_emulate_brl()
97 if (btype != 0) return rv; in ia64_emulate_brl()
128 switch(btype) { in ia64_emulate_brl()
/linux-2.4.37.9/include/asm-mips64/
Dunistd.h794 #define _syscall2(type,name,atype,a,btype,b) \ argument
795 type name(atype a, btype b) \
819 #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ argument
820 type name(atype a, btype b, ctype c) \
845 #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
846 type name(atype a, btype b, ctype c, dtype d) \
877 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
878 type name(atype a, btype b, ctype c, dtype d, etype e) \
908 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \ argument
909 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
[all …]
/linux-2.4.37.9/include/asm-mips/
Dunistd.h794 #define _syscall2(type,name,atype,a,btype,b) \ argument
795 type name(atype a, btype b) \
819 #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ argument
820 type name(atype a, btype b, ctype c) \
845 #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
846 type name(atype a, btype b, ctype c, dtype d) \
877 #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
878 type name(atype a, btype b, ctype c, dtype d, etype e) \
908 #define _syscall6(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e,ftype,f) \ argument
909 type name(atype a, btype b, ctype c, dtype d, etype e, ftype f) \
[all …]
/linux-2.4.37.9/drivers/macintosh/
Dapm_emu.c444 unsigned long btype = 0; in apm_emu_get_info() local
457 if (btype == 0) in apm_emu_get_info()
458 btype = (pmu_batteries[i].flags & PMU_BATT_TYPE_MASK); in apm_emu_get_info()
466 if (btype == PMU_BATT_TYPE_SMART) in apm_emu_get_info()
/linux-2.4.37.9/include/linux/
Dcdk.h83 unsigned short btype; member
/linux-2.4.37.9/drivers/atm/
Dnicstar.c2761 int btype; in ns_ioctl() local
2861 btype = (int) arg; /* an int is the same size as a pointer */ in ns_ioctl()
2862 switch (btype) in ns_ioctl()