Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 8 of 8) sorted by relevance

/drivers/ide/
Dtrm290.c282 static u16 next_offset = 0; in init_hwif_trm290() local
291 compat += (next_offset += 0x400); in init_hwif_trm290()
/drivers/pci/hotplug/
Dibmphp_ebda.c249 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; in ibmphp_access_ebda() local
275 next_offset = 0x180; in ibmphp_access_ebda()
278 offset = next_offset; in ibmphp_access_ebda()
285 next_offset = readw (io_mem + offset); /* offset of next blk */ in ibmphp_access_ebda()
288 if (next_offset == 0) /* 0 indicate it's last blk */ in ibmphp_access_ebda()
/drivers/infiniband/hw/amso1100/
Dc2.h221 dma_addr_t next_offset; member
227 dma_addr_t next_offset; member
Dc2.c143 tx_desc->next_offset = base; in c2_tx_ring_alloc()
146 tx_desc->next_offset = in c2_tx_ring_alloc()
195 rx_desc->next_offset = base; in c2_rx_ring_alloc()
198 rx_desc->next_offset = in c2_rx_ring_alloc()
/drivers/mtd/nand/
Dnandsim.c672 uint64_t next_offset; in init_nandsim() local
736 next_offset = 0; in init_nandsim()
746 ns->partitions[i].offset = next_offset; in init_nandsim()
748 next_offset += ns->partitions[i].size; in init_nandsim()
759 ns->partitions[i].offset = next_offset; in init_nandsim()
/drivers/media/pci/saa7164/
Dsaa7164-api.c935 u32 idx, next_offset; in saa7164_api_dump_subdevs() local
1077 next_offset = idx + (vcoutputtermhdr->len); in saa7164_api_dump_subdevs()
1080 (buf + next_offset); in saa7164_api_dump_subdevs()
1137 next_offset += t->len; in saa7164_api_dump_subdevs()
/drivers/net/ethernet/marvell/
Dskge.h2370 u32 next_offset; member
2383 u32 next_offset; member
Dskge.c922 d->next_offset = base; in skge_ring_alloc()
925 d->next_offset = base + (i+1) * sizeof(*d); in skge_ring_alloc()