Searched refs:poffset (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/libfdt/
H A Dfdt_overlay.c256 uint32_t poffset; local
258 poffset = fdt32_to_cpu(fixup_val[i]);
266 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val));
274 poffset,
354 * @poffset: Offset within the overlay property where the phandle is stored
372 int poffset, const char *label)
404 name, name_len, poffset,
450 int poffset, ret; local
479 poffset = strtoul(sep + 1, &endptr, 10);
485 poffset, labe
368 overlay_fixup_one_phandle(void *fdt, void *fdto, int symbols_off, const char *path, uint32_t path_len, const char *name, uint32_t name_len, int poffset, const char *label) argument
[all...]
H A Dfdt_ro.c399 int *poffset)
413 if (poffset)
414 *poffset = offset;
454 int poffset; local
458 &poffset);
464 (poffset + sizeof(*prop)) % 8 && fdt32_ld_(&prop->len) >= 8)
394 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
/haiku/headers/private/firewire/
H A Dfirewirereg.h284 int poffset; member in struct:fw_bulkxfer
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c126 q->bulkxfer[i].poffset = i * q->bnpacket;
416 ir->stproc->poffset + ir->queued);
596 it->stproc->poffset + it->queued);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp1615 // fwdma_sync_multiseg(it->buf, chunk->poffset, it->bnpacket,
2249 fwdma_sync_multiseg(ir->buf, chunk->poffset,
2592 int poffset)
2603 db_tr->buf = (char*)fwdma_v_addr(it->buf, poffset);
2611 fwdma_bus_addr(it->buf, poffset) + sizeof(uint32_t));
2591 fwohci_add_tx_buf(fwohci_softc::fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, int poffset) argument

Completed in 101 milliseconds