HomeSort by: relevance | last modified time | path
    Searched defs:apipe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/adm5120/dev/
ahci.c 358 struct ahci_pipe *apipe = (struct ahci_pipe *)pipe; local in function:ahci_open
365 apipe->toggle=0;
840 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe;
1156 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe; local in function:ahci_device_bulk_start
1181 if (apipe->toggle == 0) {
1184 toggle = apipe->toggle;
1279 apipe->toggle = ((uint32_t)ep->head & 2)?ADMHCD_TD_DATA1:ADMHCD_TD_DATA0;
1280 /* printf("bulk_transfer_done: status: %x, err: %x, len: %x, toggle: %x\n", status,err,len,apipe->toggle); */
1449 struct ahci_pipe *apipe = (struct ahci_pipe *)pipe; local in function:ahci_device_clear_toggle
1450 apipe->toggle = 0
    [all...]
ahci.c 358 struct ahci_pipe *apipe = (struct ahci_pipe *)pipe; local in function:ahci_open
365 apipe->toggle=0;
840 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe;
1156 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe; local in function:ahci_device_bulk_start
1181 if (apipe->toggle == 0) {
1184 toggle = apipe->toggle;
1279 apipe->toggle = ((uint32_t)ep->head & 2)?ADMHCD_TD_DATA1:ADMHCD_TD_DATA0;
1280 /* printf("bulk_transfer_done: status: %x, err: %x, len: %x, toggle: %x\n", status,err,len,apipe->toggle); */
1449 struct ahci_pipe *apipe = (struct ahci_pipe *)pipe; local in function:ahci_device_clear_toggle
1450 apipe->toggle = 0
    [all...]
ahci.c 358 struct ahci_pipe *apipe = (struct ahci_pipe *)pipe; local in function:ahci_open
365 apipe->toggle=0;
840 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe;
1156 struct ahci_pipe *apipe = (struct ahci_pipe *)xfer->ux_pipe; local in function:ahci_device_bulk_start
1181 if (apipe->toggle == 0) {
1184 toggle = apipe->toggle;
1279 apipe->toggle = ((uint32_t)ep->head & 2)?ADMHCD_TD_DATA1:ADMHCD_TD_DATA0;
1280 /* printf("bulk_transfer_done: status: %x, err: %x, len: %x, toggle: %x\n", status,err,len,apipe->toggle); */
1449 struct ahci_pipe *apipe = (struct ahci_pipe *)pipe; local in function:ahci_device_clear_toggle
1450 apipe->toggle = 0
    [all...]

Completed in 103 milliseconds