tag | line | file | source code |
xfer_count | 208 | drivers/net/hp.c | int xfer_count = count; |
xfer_count | 220 | drivers/net/hp.c | buf[count-1] = inb(nic_base - NIC_OFFSET + HP_DATAPORT), xfer_count++; |
xfer_count | 230 | drivers/net/hp.c | if (((ring_offset + xfer_count) & 0xff) != (addr & 0xff)) |
xfer_count | 232 | drivers/net/hp.c | dev->name, ring_offset + xfer_count, addr); |
xfer_count | 287 | drivers/net/ne.c | int xfer_count = count; |
xfer_count | 307 | drivers/net/ne.c | buf[count-1] = inb(NE_BASE + NE_DATAPORT), xfer_count++; |
xfer_count | 324 | drivers/net/ne.c | if (((ring_offset + xfer_count) & 0xff) == low) |
xfer_count | 330 | drivers/net/ne.c | dev->name, ring_offset + xfer_count, addr); |
xfer_count | 59 | drivers/sound/ad1848.c | int xfer_count; |
xfer_count | 478 | drivers/sound/ad1848.c | cnt == devc->xfer_count) |
xfer_count | 511 | drivers/sound/ad1848.c | devc->xfer_count = cnt; |
xfer_count | 541 | drivers/sound/ad1848.c | cnt == devc->xfer_count) |
xfer_count | 582 | drivers/sound/ad1848.c | devc->xfer_count = cnt; |
xfer_count | 640 | drivers/sound/ad1848.c | devc->xfer_count = 0; |