tag | line | file | source code |
bitsize | 295 | drivers/char/istallion.c | int bitsize; |
bitsize | 2513 | drivers/char/istallion.c | int bitpos, bitat, bitsize; |
bitsize | 2531 | drivers/char/istallion.c | bitsize = brdp->bitsize; |
bitsize | 2542 | drivers/char/istallion.c | memcpy(&bits[0], (((unsigned char *) hdrp) + brdp->hostoffset), bitsize); |
bitsize | 2544 | drivers/char/istallion.c | for (bitpos = 0; (bitpos < bitsize); bitpos++) { |
bitsize | 2564 | drivers/char/istallion.c | memcpy(&bits[0], (((unsigned char *) hdrp) + brdp->slaveoffset), bitsize); |
bitsize | 2566 | drivers/char/istallion.c | for (bitpos = 0; (bitpos < bitsize); bitpos++) { |
bitsize | 2587 | drivers/char/istallion.c | memcpy((((unsigned char *) hdrp) + brdp->slaveoffset), &bits[0], bitsize); |
bitsize | 3652 | drivers/char/istallion.c | brdp->bitsize = (nrdevs + 7) / 8; |