/linux-2.4.37.9/arch/mips/math-emu/ |
D | sp_tint.c | 65 u32 residue; in ieee754sp_tint() local 71 residue = xm; in ieee754sp_tint() 73 sticky = residue != 0; in ieee754sp_tint() 80 residue = xm << (xe + 1); in ieee754sp_tint() 81 residue <<= 31 - SP_MBITS; in ieee754sp_tint() 82 round = (residue >> 31) != 0; in ieee754sp_tint() 83 sticky = (residue << 1) != 0; in ieee754sp_tint()
|
D | dp_tlong.c | 64 u64 residue; in ieee754dp_tlong() local 70 residue = xm; in ieee754dp_tlong() 72 sticky = residue != 0; in ieee754dp_tlong() 79 residue = xm << (xe + 1); in ieee754dp_tlong() 80 residue <<= 63 - DP_MBITS; in ieee754dp_tlong() 81 round = (residue >> 63) != 0; in ieee754dp_tlong() 82 sticky = (residue << 1) != 0; in ieee754dp_tlong()
|
D | dp_tint.c | 62 u64 residue; in ieee754dp_tint() local 68 residue = xm; in ieee754dp_tint() 70 sticky = residue != 0; in ieee754dp_tint() 74 residue = xm << (64 - DP_MBITS + xe); in ieee754dp_tint() 75 round = (residue >> 63) != 0; in ieee754dp_tint() 76 sticky = (residue << 1) != 0; in ieee754dp_tint()
|
D | sp_tlong.c | 64 u32 residue; in ieee754sp_tlong() local 70 residue = xm; in ieee754sp_tlong() 72 sticky = residue != 0; in ieee754sp_tlong() 76 residue = xm << (32 - SP_MBITS + xe); in ieee754sp_tlong() 77 round = (residue >> 31) != 0; in ieee754sp_tlong() 78 sticky = (residue << 1) != 0; in ieee754sp_tlong()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | dma-arc.c | 112 .residue = arc_floppy_data_get_dma_residue, 119 .residue = arc_floppy_cmdend_get_dma_residue, 174 .residue = a5k_floppy_get_dma_residue,
|
D | dma.c | 252 if (dma->d_ops->residue) in get_dma_residue() 253 ret = dma->d_ops->residue(channel, dma); in get_dma_residue()
|
D | dma-riscstation.c | 83 residue: floppy_get_residue,
|
D | dma-isa.c | 139 .residue = isa_get_dma_residue,
|
D | dma-rpc.c | 286 .residue = floppy_get_residue,
|
/linux-2.4.37.9/include/asm-arm/mach/ |
D | dma.h | 22 int (*residue)(dmach_t, dma_t *); /* optional */ member
|
/linux-2.4.37.9/drivers/sound/ |
D | forte.c | 180 unsigned int residue; /* Partial fragment */ member 406 channel->residue = 0; in forte_channel_reset() 1125 if (chip->play.residue) in forte_dsp_ioctl() 1129 chip->play.residue; in forte_dsp_ioctl() 1171 if (chip->play.residue) in forte_dsp_ioctl() 1172 ival += chip->play.frag_sz - chip->play.residue; in forte_dsp_ioctl() 1529 if (channel->residue) in forte_dsp_write() 1530 sz = channel->residue; in forte_dsp_write() 1552 channel->residue = 0; in forte_dsp_write() 1555 channel->residue = channel->frag_sz - sz; in forte_dsp_write()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | file_storage.c | 675 u32 residue; member 1613 fsg->residue -= nread; in do_read() 1790 fsg->residue -= nwritten; in do_write() 2280 fsg->usb_amount_left = nkeep + fsg->residue; in pad_with_zeros() 2376 else if (fsg->residue == 0) { in finish_reply() 2391 fsg->residue == fsg->data_size && in finish_reply() 2421 if (fsg->residue == 0) in finish_reply() 2490 csw->Residue = cpu_to_le32(fsg->residue); in send_status() 2587 fsg->residue = fsg->usb_amount_left = fsg->data_size; in check_command() 2877 fsg->residue -= reply; in do_scsi_command()
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | aachba.c | 501 u32 residue) in set_sense() argument 508 sense_buf[3] = BYTE3(residue); in set_sense() 509 sense_buf[4] = BYTE2(residue); in set_sense() 510 sense_buf[5] = BYTE1(residue); in set_sense() 511 sense_buf[6] = BYTE0(residue); in set_sense()
|
/linux-2.4.37.9/drivers/char/ |
D | isicom.c | 373 short txcount, wait, wrd, residue, word_count, cnt; in isicom_tx() local 433 residue = NO; in isicom_tx() 437 if (residue == YES) { in isicom_tx() 438 residue = NO; in isicom_tx() 460 residue = YES; in isicom_tx()
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_pc.c | 193 int residue; in get_fifo_residue() local 198 for (residue = priv->fifo_depth; ; residue--) { in get_fifo_residue() 207 residue); in get_fifo_residue() 219 residue++; in get_fifo_residue() 229 return residue; in get_fifo_residue()
|
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.c | 1986 unsigned char saved_data = 0, overrun = 0, residue; in NCR5380_transfer_dma() local 2112 residue = NCR5380_dma_residual(instance); in NCR5380_transfer_dma() 2113 c -= residue; in NCR5380_transfer_dma() 2119 if (*phase == p && (p & SR_IO) && residue == 0) { in NCR5380_transfer_dma()
|
D | ChangeLog.sym53c8xx | 317 - Handling of the SWIDE (low byte residue at the end of a CHMOV
|
/linux-2.4.37.9/drivers/net/ |
D | ns83820.c | 1091 u32 residue = 0; in ns83820_hard_start_xmit() local 1101 cmdsts = ((nr_frags|residue) ? CMDSTS_MORE : do_intr ? CMDSTS_INTR : 0); in ns83820_hard_start_xmit() 1106 if (residue) { in ns83820_hard_start_xmit() 1108 len = residue; in ns83820_hard_start_xmit()
|
/linux-2.4.37.9/drivers/macintosh/ |
D | macserial.c | 804 int residue, available, space, do_queue; in rxdma_to_tty() local 817 residue = 0; in rxdma_to_tty() 823 residue = in_le16(&info->rx->res_count); in rxdma_to_tty() 826 available = RX_BUF_SIZE - residue - info->rx_done_bytes; in rxdma_to_tty()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | README.aic7xxx | 136 - Correct and simplify handling of the ignore wide residue
|
D | README.aic79xx | 73 - Correct and simplify handling of the ignore wide residue
|
D | aic79xx.reg | 3830 * ignore wide residue message handling.
|
D | aic79xx.seq | 871 /* Pull the residue byte */
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | RELEASE-NOTES | 62 a zero DMA residue. Dunno why, but compensate for it.
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 1014 * to the kernel (when the residue byte happened to cause us to advance our
|