Searched refs:spd (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp55 int spd,
68 if (spd < 0)
69 xfer->send.spd = fwdev->speed;
71 xfer->send.spd = min_c(spd, fwdev->speed);
84 uint8_t spd,
93 xfer = fwmem_xfer_req(fwdev, (char *)sc, spd, 0, 4, (void*)hand);
121 uint8_t spd,
130 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, (void*)hand);
157 uint8_t spd,
52 fwmem_xfer_req( struct fw_device *fwdev, caddr_t sc, int spd, int slen, int rlen, void *hand) argument
81 fwmem_read_quad( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, void *data, void (*hand)(struct fw_xfer *)) argument
118 fwmem_write_quad( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, void *data, void (*hand)(struct fw_xfer *)) argument
154 fwmem_read_block( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, int len, void *data, void (*hand)(struct fw_xfer *)) argument
192 fwmem_write_block( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, int len, void *data, void (*hand)(struct fw_xfer *)) argument
[all...]
H A Dfwohcireg.h353 uint32_t spd:16, /* XXX include reserved field */ member in struct:fwohci_txpkthdr::__anon1358::__anon1359
361 spd:16; /* XXX include reserved fields */
369 spd:3, member in struct:fwohci_txpkthdr::__anon1358::__anon1360
377 spd:3,
387 spd:3, member in struct:fwohci_txpkthdr::__anon1358::__anon1361
395 spd:3,
H A Dfirewire.cpp1361 printf("node:%d link:%d gap:%d spd:%d con:%d pwr:%d"
1683 * the Bus Info Block link spd value, so
1970 rb->xfer->recv.spd = rb->spd;
2032 printf("spd %d len:%d\n", spd, len);
2123 rb->xfer->send.spd = rb->spd;
2178 printf("stream rcv dma %d len %d off %d spd %d\n",
2179 sub, len, off, spd);
[all...]
H A Dfwohci.cpp930 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
938 ohcifp->mode.common.spd = 0;
2548 ohcifp->mode.common.spd = 0 & 0x7;
2746 u_int spd; local
2887 spd = (stat >> 21) & 0x3;
2905 rb.spd = spd;
/haiku-fatelf/headers/private/firewire/
H A Dfirewirereg.h327 uint8_t spd; member in struct:fw_xfer::send_recv
341 uint8_t spd; member in struct:fw_rcv_buf
/haiku-fatelf/src/libs/edit/
H A Dtty.c555 speed_t spd; local
557 if ((spd = cfgetispeed(td)) == 0)
558 spd = cfgetospeed(td);
559 return (spd);
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c514 xfer->send.spd = 2 /* XXX */;
795 xfer->send.spd = asyreq->req.sped;

Completed in 82 milliseconds