Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/platforms/cell/
Dbeat_udbg.c44 static u64 inbuf[2]; /* must be 2 u64s */ variable
51 char ch, *buf = (char *)inbuf; in udbg_getc_poll_beat()
58 inbuf+0, inbuf+1); in udbg_getc_poll_beat()
/arch/alpha/boot/
Dmisc.c44 static uch *inbuf; /* input buffer */ variable
60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
111 inbuf = input_data; in fill_inbuf()
115 return inbuf[0]; in fill_inbuf()
/arch/h8300/boot/compressed/
Dmisc.c32 static uch *inbuf; /* input buffer */ variable
48 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
129 inbuf = input_data; in fill_inbuf()
132 return inbuf[0]; in fill_inbuf()
/arch/cris/boot/compressed/
Dmisc.c54 static uch *inbuf; /* input buffer */ variable
73 #define get_byte() (inbuf[inptr++])
327 inbuf = input_data; in decompress_kernel()
333 inbuf = input_data; in decompress_kernel()
/arch/mn10300/boot/compressed/
Dmisc.c88 static uch *inbuf; /* input buffer */ variable
128 unsigned char ch = inptr < insize ? inbuf[inptr++] : fill_inbuf(); in get_byte()
249 inbuf = input_data; in fill_inbuf()
252 return inbuf[0]; in fill_inbuf()
/arch/x86/platform/olpc/
Dolpc.c128 int olpc_ec_cmd(unsigned char cmd, unsigned char *inbuf, size_t inlen, in olpc_ec_cmd() argument
172 if (inbuf && inlen) { in olpc_ec_cmd()
175 pr_devel("olpc-ec: sending cmd arg 0x%x\n", inbuf[i]); in olpc_ec_cmd()
176 outb(inbuf[i], 0x68); in olpc_ec_cmd()
/arch/x86/include/asm/
Dolpc.h105 extern int olpc_ec_cmd(unsigned char cmd, unsigned char *inbuf, size_t inlen,
/arch/powerpc/include/asm/
Dhvsi.h64 unsigned char inbuf[HVSI_INBUF_SIZE]; member