tag | line | file | source code |
bcount | 787 | drivers/block/ide-tape.c | void idetape_input_data (ide_drive_t *drive,void *buffer, unsigned long bcount); |
bcount | 788 | drivers/block/ide-tape.c | void idetape_output_data (ide_drive_t *drive,void *buffer, unsigned long bcount); |
bcount | 789 | drivers/block/ide-tape.c | void idetape_discard_data (ide_drive_t *drive, unsigned long bcount); |
bcount | 1432 | drivers/block/ide-tape.c | idetape_bcount_reg_t bcount; |
bcount | 1483 | drivers/block/ide-tape.c | bcount.all=pc->request_transfer; /* Request to transfer the entire buffer at once */ |
bcount | 1487 | drivers/block/ide-tape.c | OUT_BYTE (bcount.b.high,IDETAPE_BCOUNTH_REG); |
bcount | 1488 | drivers/block/ide-tape.c | OUT_BYTE (bcount.b.low,IDETAPE_BCOUNTL_REG); |
bcount | 1531 | drivers/block/ide-tape.c | idetape_bcount_reg_t bcount; |
bcount | 1578 | drivers/block/ide-tape.c | bcount.b.high=IN_BYTE (IDETAPE_BCOUNTH_REG); /* Get the number of bytes to transfer */ |
bcount | 1579 | drivers/block/ide-tape.c | bcount.b.low=IN_BYTE (IDETAPE_BCOUNTL_REG); /* on this interrupt */ |
bcount | 1593 | drivers/block/ide-tape.c | temp=(unsigned long) pc->actually_transferred + bcount.all; |
bcount | 1598 | drivers/block/ide-tape.c | idetape_discard_data (drive,bcount.all); |
bcount | 1607 | drivers/block/ide-tape.c | if (bcount.all && !pc->buffer) { |
bcount | 1612 | drivers/block/ide-tape.c | idetape_discard_data (drive,bcount.all); |
bcount | 1621 | drivers/block/ide-tape.c | idetape_output_data (drive,pc->current_position,bcount.all); /* Write the current buffer */ |
bcount | 1623 | drivers/block/ide-tape.c | idetape_input_data (drive,pc->current_position,bcount.all); /* Read the current buffer */ |
bcount | 1625 | drivers/block/ide-tape.c | printk ("ide-tape: %s %d bytes\n",pc->writing ? "Wrote":"Received",bcount.all); |
bcount | 1627 | drivers/block/ide-tape.c | pc->actually_transferred+=bcount.all; /* Update the current position */ |
bcount | 1628 | drivers/block/ide-tape.c | pc->current_position+=bcount.all; |
bcount | 2139 | drivers/block/ide-tape.c | void idetape_input_data (ide_drive_t *drive,void *buffer, unsigned long bcount) |
bcount | 2144 | drivers/block/ide-tape.c | wcount=bcount >> 2; |
bcount | 2145 | drivers/block/ide-tape.c | bcount -= 4*wcount; |
bcount | 2150 | drivers/block/ide-tape.c | if (bcount) { |
bcount | 2152 | drivers/block/ide-tape.c | insb (IDETAPE_DATA_REG,buffer,bcount); |
bcount | 2160 | drivers/block/ide-tape.c | void idetape_output_data (ide_drive_t *drive,void *buffer, unsigned long bcount) |
bcount | 2165 | drivers/block/ide-tape.c | wcount=bcount >> 2; |
bcount | 2166 | drivers/block/ide-tape.c | bcount -= 4*wcount; |
bcount | 2171 | drivers/block/ide-tape.c | if (bcount) { |
bcount | 2173 | drivers/block/ide-tape.c | outsb (IDETAPE_DATA_REG,buffer,bcount); |
bcount | 2182 | drivers/block/ide-tape.c | void idetape_discard_data (ide_drive_t *drive, unsigned long bcount) |
bcount | 2187 | drivers/block/ide-tape.c | for (i=0;i<bcount;i++) |
bcount | 215 | drivers/block/triton.c | unsigned long bcount = 0x10000 - (addr & 0xffff); |
bcount | 216 | drivers/block/triton.c | if (bcount > size) |
bcount | 217 | drivers/block/triton.c | bcount = size; |
bcount | 219 | drivers/block/triton.c | *table++ = bcount; |
bcount | 220 | drivers/block/triton.c | addr += bcount; |
bcount | 221 | drivers/block/triton.c | size -= bcount; |
bcount | 121 | drivers/sound/ad1848.c | static int ad1848_prepare_for_IO (int dev, int bsize, int bcount); |
bcount | 931 | drivers/sound/ad1848.c | ad1848_prepare_for_IO (int dev, int bsize, int bcount) |
bcount | 2372 | drivers/sound/gus_wave.c | gus_sampling_prepare_for_input (int dev, int bsize, int bcount) |
bcount | 2390 | drivers/sound/gus_wave.c | gus_sampling_prepare_for_output (int dev, int bsize, int bcount) |
bcount | 361 | drivers/sound/pas2_pcm.c | pas_pcm_prepare_for_input (int dev, int bsize, int bcount) |
bcount | 366 | drivers/sound/pas2_pcm.c | pas_pcm_prepare_for_output (int dev, int bsize, int bcount) |
bcount | 65 | drivers/sound/sb16_dsp.c | static int sb16_dsp_prepare_for_input (int dev, int bsize, int bcount); |
bcount | 66 | drivers/sound/sb16_dsp.c | static int sb16_dsp_prepare_for_output (int dev, int bsize, int bcount); |
bcount | 383 | drivers/sound/sb16_dsp.c | sb16_dsp_prepare_for_input (int dev, int bsize, int bcount) |
bcount | 394 | drivers/sound/sb16_dsp.c | sb16_dsp_prepare_for_output (int dev, int bsize, int bcount) |
bcount | 536 | drivers/sound/sb_dsp.c | sb_dsp_prepare_for_input (int dev, int bsize, int bcount) |
bcount | 573 | drivers/sound/sb_dsp.c | sb_dsp_prepare_for_output (int dev, int bsize, int bcount) |
bcount | 833 | drivers/sound/sscape.c | sscape_audio_prepare_for_input (int dev, int bsize, int bcount) |
bcount | 839 | drivers/sound/sscape.c | sscape_audio_prepare_for_output (int dev, int bsize, int bcount) |