byte              780 arch/x86/kernel/early_printk.c 	u8 byte;
byte              817 arch/x86/kernel/early_printk.c 	byte = read_pci_config_byte(bus, slot, func, 0x04);
byte              818 arch/x86/kernel/early_printk.c 	if (!(byte & 0x2)) {
byte              819 arch/x86/kernel/early_printk.c 		byte  |= 0x02;
byte              820 arch/x86/kernel/early_printk.c 		write_pci_config_byte(bus, slot, func, 0x04, byte);
byte              172 arch/x86/kernel/mca_32.c 	unsigned char byte;
byte              185 arch/x86/kernel/mca_32.c 		byte = inb_p(MCA_POS_REG(reg));
byte              196 arch/x86/kernel/mca_32.c 		byte = inb_p(MCA_POS_REG(reg));
byte              201 arch/x86/kernel/mca_32.c 	mca_dev->pos[reg] = byte;
byte              203 arch/x86/kernel/mca_32.c 	return byte;
byte              223 arch/x86/kernel/mca_32.c 	outb_p(byte, MCA_POS_REG(reg));
byte              230 arch/x86/kernel/mca_32.c 	mca_dev->pos[reg] = byte;
byte              124 arch/x86/mach-voyager/voyager_cat.c 	__u16 byte = start_bit / BITS_PER_BYTE;
byte              137 arch/x86/mach-voyager/voyager_cat.c 	msg[byte] &= 0xff << (BITS_PER_BYTE - offset);
byte              138 arch/x86/mach-voyager/voyager_cat.c 	msg[byte++] |= data[0] >> offset;
byte              142 arch/x86/mach-voyager/voyager_cat.c 		msg[byte++] = (data[i - 1] << (BITS_PER_BYTE - offset))
byte              150 arch/x86/mach-voyager/voyager_cat.c 		msg[byte] &= mask;
byte              151 arch/x86/mach-voyager/voyager_cat.c 		msg[byte] |= last_byte;
byte              169 arch/x86/mach-voyager/voyager_cat.c 	__u16 byte = start_bit / BITS_PER_BYTE;
byte              178 arch/x86/mach-voyager/voyager_cat.c 		data[0] = msg[byte] << offset;
byte              186 arch/x86/mach-voyager/voyager_cat.c 			data[i] = msg[byte++] << offset;
byte              187 arch/x86/mach-voyager/voyager_cat.c 			data[i] |= msg[byte] >> (BITS_PER_BYTE - offset);
byte              189 arch/x86/mach-voyager/voyager_cat.c 			data[i] = msg[byte++];
byte              589 arch/x86/math-emu/fpu_entry.c 	u_char byte;
byte              597 arch/x86/math-emu/fpu_entry.c 	FPU_get_user(byte, ip);
byte              601 arch/x86/math-emu/fpu_entry.c 		switch (byte) {
byte              641 arch/x86/math-emu/fpu_entry.c 			FPU_get_user(byte, ip);
byte              645 arch/x86/math-emu/fpu_entry.c 			*Byte = byte;
byte              648 arch/x86/math-emu/fpu_entry.c 			if ((byte & 0xf8) == 0xd8) {
byte              649 arch/x86/math-emu/fpu_entry.c 				*Byte = byte;
byte              655 arch/x86/math-emu/fpu_entry.c 				*Byte = byte;	/* Needed for error message. */
byte              176 crypto/aes_generic.c 	crypto_fl_tab[0][byte(x, 0)] ^	\
byte              177 crypto/aes_generic.c 	crypto_fl_tab[1][byte(x, 1)] ^	\
byte              178 crypto/aes_generic.c 	crypto_fl_tab[2][byte(x, 2)] ^	\
byte              179 crypto/aes_generic.c 	crypto_fl_tab[3][byte(x, 3)]
byte              330 crypto/aes_generic.c 	bo[n] = crypto_ft_tab[0][byte(bi[n], 0)] ^			\
byte              331 crypto/aes_generic.c 		crypto_ft_tab[1][byte(bi[(n + 1) & 3], 1)] ^		\
byte              332 crypto/aes_generic.c 		crypto_ft_tab[2][byte(bi[(n + 2) & 3], 2)] ^		\
byte              333 crypto/aes_generic.c 		crypto_ft_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n);	\
byte              345 crypto/aes_generic.c 	bo[n] = crypto_fl_tab[0][byte(bi[n], 0)] ^			\
byte              346 crypto/aes_generic.c 		crypto_fl_tab[1][byte(bi[(n + 1) & 3], 1)] ^		\
byte              347 crypto/aes_generic.c 		crypto_fl_tab[2][byte(bi[(n + 2) & 3], 2)] ^		\
byte              348 crypto/aes_generic.c 		crypto_fl_tab[3][byte(bi[(n + 3) & 3], 3)] ^ *(k + n);	\
byte              402 crypto/aes_generic.c 	bo[n] = crypto_it_tab[0][byte(bi[n], 0)] ^			\
byte              403 crypto/aes_generic.c 		crypto_it_tab[1][byte(bi[(n + 3) & 3], 1)] ^		\
byte              404 crypto/aes_generic.c 		crypto_it_tab[2][byte(bi[(n + 2) & 3], 2)] ^		\
byte              405 crypto/aes_generic.c 		crypto_it_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n);	\
byte              417 crypto/aes_generic.c 	bo[n] = crypto_il_tab[0][byte(bi[n], 0)] ^		\
byte              418 crypto/aes_generic.c 	crypto_il_tab[1][byte(bi[(n + 3) & 3], 1)] ^		\
byte              419 crypto/aes_generic.c 	crypto_il_tab[2][byte(bi[(n + 2) & 3], 2)] ^		\
byte              420 crypto/aes_generic.c 	crypto_il_tab[3][byte(bi[(n + 1) & 3], 3)] ^ *(k + n);	\
byte              319 crypto/seed.c  	t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^	\
byte              320 crypto/seed.c  		SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)];	\
byte              322 crypto/seed.c  	t0 = SS0[byte(t0, 0)] ^ SS1[byte(t0, 1)] ^	\
byte              323 crypto/seed.c  		SS2[byte(t0, 2)] ^ SS3[byte(t0, 3)];	\
byte              325 crypto/seed.c  	t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^	\
byte              326 crypto/seed.c  		SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)];	\
byte              347 crypto/seed.c  		*(keyout++) = SS0[byte(t0, 0)] ^ SS1[byte(t0, 1)] ^
byte              348 crypto/seed.c  				SS2[byte(t0, 2)] ^ SS3[byte(t0, 3)];
byte              349 crypto/seed.c  		*(keyout++) = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^
byte              350 crypto/seed.c  				SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)];
byte              197 fs/gfs2/quota.c 	unsigned char byte = 0;
byte              208 fs/gfs2/quota.c 			byte = sdp->sd_quota_bitmap[c][o];
byte              209 fs/gfs2/quota.c 			if (byte != 0xFF)
byte              217 fs/gfs2/quota.c 		if (!(byte & (1 << b)))
byte              119 fs/gfs2/rgrp.c 	const unsigned char *byte, *end;
byte              123 fs/gfs2/rgrp.c 	byte = buffer + (block / GFS2_NBBY);
byte              127 fs/gfs2/rgrp.c 	gfs2_assert(rgd->rd_sbd, byte < end);
byte              129 fs/gfs2/rgrp.c 	cur_state = (*byte >> bit) & GFS2_BIT_MASK;
byte              152 fs/gfs2/rgrp.c 	const u8 *byte, *start, *end;
byte              161 fs/gfs2/rgrp.c 	byte = start;
byte              171 fs/gfs2/rgrp.c 	while (byte < end) {
byte              172 fs/gfs2/rgrp.c 		if (((*byte >> bit) & GFS2_BIT_MASK) == old_state) {
byte              174 fs/gfs2/rgrp.c 				(((byte - start) * GFS2_NBBY) +
byte              180 fs/gfs2/rgrp.c 			byte++;
byte              183 fs/gfs2/rgrp.c 				plong = (unsigned long *)byte;
byte              205 fs/gfs2/rgrp.c 		byte = (const u8 *)plong;
byte              224 fs/gfs2/rgrp.c 	const u8 *byte = buffer;
byte              231 fs/gfs2/rgrp.c 	for (; byte < end; byte++) {
byte              232 fs/gfs2/rgrp.c 		if (((*byte) & 0x03) == state)
byte              234 fs/gfs2/rgrp.c 		if (((*byte) & 0x0C) == state1)
byte              236 fs/gfs2/rgrp.c 		if (((*byte) & 0x30) == state2)
byte              238 fs/gfs2/rgrp.c 		if (((*byte) & 0xC0) == state3)
byte              214 fs/hfs/btree.c 	u8 *data, byte, m;
byte              251 fs/hfs/btree.c 			byte = data[off];
byte              252 fs/hfs/btree.c 			if (byte != 0xff) {
byte              254 fs/hfs/btree.c 					if (!(byte & m)) {
byte              301 fs/hfs/btree.c 	u8 *data, byte, m;
byte              337 fs/hfs/btree.c 	byte = data[off];
byte              338 fs/hfs/btree.c 	if (!(byte & m)) {
byte              344 fs/hfs/btree.c 	data[off] = byte & ~m;
byte              190 fs/hfsplus/btree.c 	u8 *data, byte, m;
byte              227 fs/hfsplus/btree.c 			byte = data[off];
byte              228 fs/hfsplus/btree.c 			if (byte != 0xff) {
byte              230 fs/hfsplus/btree.c 					if (!(byte & m)) {
byte              277 fs/hfsplus/btree.c 	u8 *data, byte, m;
byte              314 fs/hfsplus/btree.c 	byte = data[off];
byte              315 fs/hfsplus/btree.c 	if (!(byte & m)) {
byte              321 fs/hfsplus/btree.c 	data[off] = byte & ~m;
byte              238 fs/jffs2/compr_rubin.c 		ret = encode(rs, rs->bit_divider-rs->bits[i],rs->bits[i],byte&1);
byte              244 fs/jffs2/compr_rubin.c 		byte=byte>>1;
byte               92 fs/ntfs/bitmap.c 		u8 *byte = kaddr + pos;
byte               96 fs/ntfs/bitmap.c 				*byte |= 1 << bit++;
byte               98 fs/ntfs/bitmap.c 				*byte &= ~(1 << bit++);
byte              145 fs/ntfs/bitmap.c 		u8 *byte;
byte              150 fs/ntfs/bitmap.c 		byte = kaddr + len;
byte              153 fs/ntfs/bitmap.c 				*byte |= 1 << bit;
byte              155 fs/ntfs/bitmap.c 				*byte &= ~(1 << bit);
byte              159 fs/ntfs/lcnalloc.c 	u8 *buf, *byte;
byte              305 fs/ntfs/lcnalloc.c 			byte = buf + (lcn >> 3);
byte              314 fs/ntfs/lcnalloc.c 					(unsigned int)*byte);
byte              316 fs/ntfs/lcnalloc.c 			if (*byte == 0xff) {
byte              324 fs/ntfs/lcnalloc.c 			if (*byte & bit) {
byte              358 fs/ntfs/lcnalloc.c 			*byte |= bit;
byte              362 fs/ntfs/lcnalloc.c 					(unsigned int)*byte);
byte             1137 fs/ntfs/mft.c  	u8 *buf, *byte;
byte             1207 fs/ntfs/mft.c  				byte = buf + (bit >> 3);
byte             1208 fs/ntfs/mft.c  				if (*byte == 0xff)
byte             1210 fs/ntfs/mft.c  				b = ffz((unsigned long)*byte);
byte             1217 fs/ntfs/mft.c  					*byte |= 1 << b;
byte               53 fs/xfs/xfs_buf_item.c 	uint	byte;
byte               62 fs/xfs/xfs_buf_item.c 	byte = first;
byte               66 fs/xfs/xfs_buf_item.c 		chunk_num = byte >> XFS_BLI_SHIFT;
byte               72 fs/xfs/xfs_buf_item.c 		byte++;
byte               17 include/asm-m68k/mac_asc.h #define ASC_FREQ(chan,byte)	((0x810)+((chan)<<3)+(byte))
byte              250 include/asm-parisc/pci.h 	u8 byte;
byte              252 include/asm-parisc/pci.h 	pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &byte);
byte              253 include/asm-parisc/pci.h 	if (byte == 0)
byte              256 include/asm-parisc/pci.h 		cacheline_size = (int) byte * 4;
byte              169 include/asm-x86/calling.h 	.byte 0xf1
byte             1538 include/asm-x86/paravirt.h 	 .byte ptype;				\
byte             1539 include/asm-x86/paravirt.h 	 .byte 772b-771b;			\
byte              168 include/asm-x86/xen/interface.h #define XEN_EMULATE_PREFIX .byte 0x0f,0x0b,0x78,0x65,0x6e ;
byte               10 include/linux/bitrev.h 	return byte_rev_table[byte];
byte              574 include/linux/i2c.h 	__u8 byte;
byte              286 include/linux/kernel.h 	*buf++ = hex_asc_hi(byte);
byte              287 include/linux/kernel.h 	*buf++ = hex_asc_lo(byte);
byte               77 include/linux/mca.h 					 unsigned char byte);
byte              811 include/linux/pci.h #define _PCI_NOP_ALL(o, x)	_PCI_NOP(o, byte, u8 x) \
byte             1295 include/linux/soundcard.h 					_seqbuf[_seqbufptr+1] = (byte);\
byte               57 include/net/irda/discovery.h 	__u8  byte[2];
byte              406 kernel/trace/trace.c 	unsigned char byte;
byte              416 kernel/trace/trace.c 		byte = data[i];
byte              418 kernel/trace/trace.c 		hex[j++] = hex2asc[byte & 0x0f];
byte              419 kernel/trace/trace.c 		hex[j++] = hex2asc[byte >> 4];
byte              718 net/atm/br2684.c #define b1(var, byte)	((u8 *) &brvcc->filter.var)[byte]
byte              149 net/ipv4/cipso_ipv4.c 	unsigned char byte;
byte              153 net/ipv4/cipso_ipv4.c 	byte = bitmap[byte_offset];
byte              158 net/ipv4/cipso_ipv4.c 		if ((state && (byte & bitmask) == bitmask) ||
byte              159 net/ipv4/cipso_ipv4.c 		    (state == 0 && (byte & bitmask) == 0))
byte              165 net/ipv4/cipso_ipv4.c 			byte = bitmap[++byte_offset];
byte             1469 net/irda/irlmp.c 	hint.byte[0] = service_hint_mapping[service][0];
byte             1470 net/irda/irlmp.c 	hint.byte[1] = service_hint_mapping[service][1];
byte              343 net/irda/irnet/irnet_ppp.c 	      irnet_events.log[ap->event_index].hints.byte[0],
byte              344 net/irda/irnet/irnet_ppp.c 	      irnet_events.log[ap->event_index].hints.byte[1]);
byte              351 net/irda/irnet/irnet_ppp.c 	      irnet_events.log[ap->event_index].hints.byte[0],
byte              352 net/irda/irnet/irnet_ppp.c 	      irnet_events.log[ap->event_index].hints.byte[1]);
byte               60 net/irda/wrapper.c 	switch (byte) {
byte               66 net/irda/wrapper.c 		buf[1] = byte^IRDA_TRANS;    /* Complement bit 5 */
byte               71 net/irda/wrapper.c 		buf[0] = byte;
byte              418 net/irda/wrapper.c 			rx_buff->data[rx_buff->len++] = byte;
byte              420 net/irda/wrapper.c 			rx_buff->fcs = irda_fcs(rx_buff->fcs, byte);
byte              434 net/irda/wrapper.c 		byte ^= IRDA_TRANS;
byte              436 net/irda/wrapper.c 			rx_buff->data[rx_buff->len++] = byte;
byte              438 net/irda/wrapper.c 			rx_buff->fcs = irda_fcs(rx_buff->fcs, byte);
byte              450 net/irda/wrapper.c 		if(byte != XBOF)
byte              456 net/irda/wrapper.c 		rx_buff->data[rx_buff->len++] = byte;
byte              458 net/irda/wrapper.c 		rx_buff->fcs = irda_fcs(rx_buff->fcs, byte);
byte              476 net/irda/wrapper.c 	switch(byte) {
byte              478 net/irda/wrapper.c 		async_unwrap_ce(dev, stats, rx_buff, byte);
byte              481 net/irda/wrapper.c 		async_unwrap_bof(dev, stats, rx_buff, byte);
byte              484 net/irda/wrapper.c 		async_unwrap_eof(dev, stats, rx_buff, byte);
byte              487 net/irda/wrapper.c 		async_unwrap_other(dev, stats, rx_buff, byte);
byte             1108 net/sunrpc/cache.c 			int byte = isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10;
byte             1110 net/sunrpc/cache.c 			byte <<= 4;
byte             1111 net/sunrpc/cache.c 			byte |= isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10;
byte             1112 net/sunrpc/cache.c 			*dest++ = byte;
byte             1123 net/sunrpc/cache.c 				int byte = (*++bp -'0');
byte             1125 net/sunrpc/cache.c 				byte = (byte << 3) | (*bp++ - '0');
byte             1126 net/sunrpc/cache.c 				byte = (byte << 3) | (*bp++ - '0');
byte             1127 net/sunrpc/cache.c 				*dest++ = byte;
byte              268 scripts/pnmtologo.c 	fprintf(out, ", 0x%02x", byte);
byte              270 scripts/pnmtologo.c 	fprintf(out, ",\n\t0x%02x", byte);
byte              272 scripts/pnmtologo.c 	fprintf(out, "\t0x%02x", byte);
byte             1266 security/smack/smack_lsm.c 	int byte;
byte             1275 security/smack/smack_lsm.c 	for (cat = 1, cp = catset, byte = 0; byte < SMK_LABELLEN; cp++, byte++)
byte              400 sound/drivers/mpu401/mpu401_uart.c 	unsigned char byte;
byte              405 sound/drivers/mpu401/mpu401_uart.c 		byte = mpu->read(mpu, MPU401D(mpu));
byte              407 sound/drivers/mpu401/mpu401_uart.c 			snd_rawmidi_receive(mpu->substream_input, &byte, 1);
byte              425 sound/drivers/mpu401/mpu401_uart.c 	unsigned char byte;
byte              430 sound/drivers/mpu401/mpu401_uart.c 					      &byte, 1) == 1) {
byte              438 sound/drivers/mpu401/mpu401_uart.c 			mpu->write(mpu, byte, MPU401D(mpu));
byte              276 sound/drivers/mtpav.c 	snd_mtpav_mputreg(chip, DREG, byte);
byte              539 sound/drivers/portman2x4.c 	unsigned char byte;
byte              543 sound/drivers/portman2x4.c 		while ((snd_rawmidi_transmit(substream, &byte, 1) == 1))
byte              544 sound/drivers/portman2x4.c 			portman_write_midi(pm, substream->number, byte);
byte              375 sound/drivers/serial-u16550.c 	char byte;
byte              441 sound/drivers/serial-u16550.c 		byte = (0 & UART_IER_RDI)	/* Disable Receiver data interrupt */
byte              445 sound/drivers/serial-u16550.c 		byte = UART_IER_RDI	/* Enable Receiver data interrupt */
byte              449 sound/drivers/serial-u16550.c 		byte = UART_IER_RDI	/* Enable Receiver data interrupt */
byte              454 sound/drivers/serial-u16550.c 		byte = UART_IER_RDI	/* Enable Receiver data interrupt */
byte              458 sound/drivers/serial-u16550.c 	outb(byte, uart->base + UART_IER);	/* Interrupt enable Register */
byte              600 sound/drivers/serial-u16550.c 		uart->tx_buff[buff_in] = byte;
byte               31 sound/isa/gus/gus_uart.c 	unsigned char stat, data, byte;
byte               54 sound/isa/gus/gus_uart.c 		byte = snd_gf1_uart_get(gus);
byte               56 sound/isa/gus/gus_uart.c 		snd_rawmidi_receive(gus->midi_substream_input, &byte, 1);
byte               65 sound/isa/gus/gus_uart.c 	char byte;
byte               74 sound/isa/gus/gus_uart.c 		if (snd_rawmidi_transmit(gus->midi_substream_output, &byte, 1) != 1) {	/* no other bytes or error */
byte               77 sound/isa/gus/gus_uart.c 			snd_gf1_uart_put(gus, byte);
byte              190 sound/isa/gus/gus_uart.c 	char byte;
byte              209 sound/isa/gus/gus_uart.c 				if (snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte              213 sound/isa/gus/gus_uart.c 				snd_gf1_uart_put(gus, byte);
byte              153 sound/isa/opti9xx/miro.c 	unsigned char byte;
byte              156 sound/isa/opti9xx/miro.c 		if (((byte=inb(miro->aci_port + ACI_REG_BUSY)) & 1) == 0) {
byte              160 sound/isa/opti9xx/miro.c 			return byte;
byte              185 sound/isa/opti9xx/miro.c 		outb(byte, miro->aci_port + ACI_REG_COMMAND);
byte              188 sound/isa/opti9xx/miro.c 		snd_printk(KERN_ERR "aci busy, aci_write(0x%x) stopped.\n", byte);
byte              195 sound/isa/opti9xx/miro.c 	unsigned char byte;
byte              198 sound/isa/opti9xx/miro.c 		byte=inb(miro->aci_port + ACI_REG_STATUS);
byte              199 sound/isa/opti9xx/miro.c 		return byte;
byte               39 sound/isa/sb/sb8_midi.c 	char byte;
byte               53 sound/isa/sb/sb8_midi.c 			byte = inb(SBP(chip, READ));
byte               55 sound/isa/sb/sb8_midi.c 				snd_rawmidi_receive(chip->midi_substream_input, &byte, 1);
byte              180 sound/isa/sb/sb8_midi.c 	char byte;
byte              187 sound/isa/sb/sb8_midi.c 		if (snd_rawmidi_transmit_peek(substream, &byte, 1) != 1) {
byte              202 sound/isa/sb/sb8_midi.c 			outb(byte, SBP(chip, WRITE));
byte              205 sound/isa/sb/sb8_midi.c 			snd_sbdsp_command(chip, byte);
byte               89 sound/isa/wavefront/wavefront_midi.c 	outb (byte, midi->mpu_data_port);
byte              414 sound/isa/wavefront/wavefront_midi.c 	unsigned char byte;
byte              427 sound/isa/wavefront/wavefront_midi.c 			byte = read_data (midi);
byte              430 sound/isa/wavefront/wavefront_midi.c 				if (byte == WF_EXTERNAL_SWITCH) {
byte              433 sound/isa/wavefront/wavefront_midi.c 				} else if (byte == WF_INTERNAL_SWITCH) { 
byte              447 sound/isa/wavefront/wavefront_midi.c 				snd_rawmidi_receive(substream, &byte, 1);
byte              103 sound/oss/mpu401.c 	outb(byte, DATAPORT(devc->base));
byte               70 sound/oss/uart401.c 	outb((byte), DATAPORT);
byte               62 sound/oss/uart6850.c 	outb(byte, DATAPORT);
byte               56 sound/pci/ca0106/ca_midi.c 	unsigned char byte;
byte               68 sound/pci/ca0106/ca_midi.c 			byte = ca_midi_read_data(midi);
byte               70 sound/pci/ca0106/ca_midi.c 				snd_rawmidi_receive(midi->substream_input, &byte, 1);
byte               80 sound/pci/ca0106/ca_midi.c 		    snd_rawmidi_transmit(midi->substream_output, &byte, 1) == 1) {
byte               81 sound/pci/ca0106/ca_midi.c 			ca_midi_write_data(midi, byte);
byte              230 sound/pci/ca0106/ca_midi.c 		unsigned char byte;
byte              238 sound/pci/ca0106/ca_midi.c 				    snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte              243 sound/pci/ca0106/ca_midi.c 				ca_midi_write_data(midi, byte);
byte             1750 sound/pci/cs4281.c 	unsigned char byte;
byte             1759 sound/pci/cs4281.c 				if (snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte             1762 sound/pci/cs4281.c 					snd_cs4281_pokeBA0(chip, BA0_MIDWP, byte);
byte             2493 sound/pci/cs46xx/cs46xx_lib.c 	unsigned char byte;
byte             2502 sound/pci/cs46xx/cs46xx_lib.c 				if (snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte             2505 sound/pci/cs46xx/cs46xx_lib.c 					snd_cs46xx_pokeBA0(chip, BA0_MIDWP, byte);
byte             1243 sound/pci/emu10k1/emu10k1x.c 	unsigned char byte;
byte             1255 sound/pci/emu10k1/emu10k1x.c 			byte = mpu401_read_data(emu, midi);
byte             1257 sound/pci/emu10k1/emu10k1x.c 				snd_rawmidi_receive(midi->substream_input, &byte, 1);
byte             1265 sound/pci/emu10k1/emu10k1x.c 		    snd_rawmidi_transmit(midi->substream_output, &byte, 1) == 1) {
byte             1266 sound/pci/emu10k1/emu10k1x.c 			mpu401_write_data(emu, midi, byte);
byte             1441 sound/pci/emu10k1/emu10k1x.c 		unsigned char byte;
byte             1448 sound/pci/emu10k1/emu10k1x.c 				    snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte             1453 sound/pci/emu10k1/emu10k1x.c 				mpu401_write_data(emu, midi, byte);
byte               77 sound/pci/emu10k1/emumpu401.c 	unsigned char byte;
byte               89 sound/pci/emu10k1/emumpu401.c 			byte = mpu401_read_data(emu, midi);
byte               91 sound/pci/emu10k1/emumpu401.c 				snd_rawmidi_receive(midi->substream_input, &byte, 1);
byte               99 sound/pci/emu10k1/emumpu401.c 		    snd_rawmidi_transmit(midi->substream_output, &byte, 1) == 1) {
byte              100 sound/pci/emu10k1/emumpu401.c 			mpu401_write_data(emu, midi, byte);
byte              279 sound/pci/emu10k1/emumpu401.c 		unsigned char byte;
byte              286 sound/pci/emu10k1/emumpu401.c 				    snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte              291 sound/pci/emu10k1/emumpu401.c 				mpu401_write_data(emu, midi, byte);
byte             2164 sound/pci/ens1370.c 	unsigned char status, mask, byte;
byte             2175 sound/pci/ens1370.c 		byte = inb(ES_REG(ensoniq, UART_DATA));
byte             2176 sound/pci/ens1370.c 		snd_rawmidi_receive(ensoniq->midi_input, &byte, 1);
byte             2187 sound/pci/ens1370.c 		if (snd_rawmidi_transmit(ensoniq->midi_output, &byte, 1) != 1) {
byte             2192 sound/pci/ens1370.c 			outb(byte, ES_REG(ensoniq, UART_DATA));
byte             2292 sound/pci/ens1370.c 	unsigned char byte;
byte             2301 sound/pci/ens1370.c 				if (snd_rawmidi_transmit(substream, &byte, 1) != 1) {
byte             2304 sound/pci/ens1370.c 					outb(byte, ES_REG(ensoniq, UART_DATA));
byte              829 sound/pci/ice1712/ews.c 	unsigned char byte;
byte              833 sound/pci/ice1712/ews.c 	byte = reg;
byte              834 sound/pci/ice1712/ews.c 	snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1);
byte              835 sound/pci/ice1712/ews.c 	byte = 0;
byte              836 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
byte              842 sound/pci/ice1712/ews.c 	return byte;
byte               45 sound/pci/ice1712/hoontech.c 	byte |= ICE1712_STDSP24_CLOCK_BIT;
byte               47 sound/pci/ice1712/hoontech.c 	snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, byte);
byte               48 sound/pci/ice1712/hoontech.c 	byte &= ~ICE1712_STDSP24_CLOCK_BIT;
byte               50 sound/pci/ice1712/hoontech.c 	snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, byte);
byte               51 sound/pci/ice1712/hoontech.c 	byte |= ICE1712_STDSP24_CLOCK_BIT;
byte               53 sound/pci/ice1712/hoontech.c 	snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, byte);
byte              506 sound/sparc/amd7930.c 		u8 byte;
byte              510 sound/sparc/amd7930.c 				byte = *(amd->p_cur++);
byte              512 sound/sparc/amd7930.c 				sbus_writeb(byte, amd->regs + AMD7930_BBTB);
byte              518 sound/sparc/amd7930.c 			byte = sbus_readb(amd->regs + AMD7930_BBRB);
byte              520 sound/sparc/amd7930.c 				*(amd->c_cur++) = byte;