Searched refs:next_offset (Results 1 – 8 of 8) sorted by relevance
/drivers/ide/ |
D | trm290.c | 282 static u16 next_offset = 0; in init_hwif_trm290() local 291 compat += (next_offset += 0x400); in init_hwif_trm290()
|
/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 249 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/ |
D | c2.h | 221 dma_addr_t next_offset; member 227 dma_addr_t next_offset; member
|
D | c2.c | 143 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/ |
D | nandsim.c | 672 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/ |
D | saa7164-api.c | 935 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/ |
D | skge.h | 2370 u32 next_offset; member 2383 u32 next_offset; member
|
D | skge.c | 922 d->next_offset = base; in skge_ring_alloc() 925 d->next_offset = base + (i+1) * sizeof(*d); in skge_ring_alloc()
|