Lines Matching refs:toggle
224 uint32_t toggle; member
365 apipe->toggle=0; in ahci_open()
1155 int endpt, i, len, tlen, segs, offset, isread, toggle, short_ok; in ahci_device_bulk_start() local
1181 if (apipe->toggle == 0) { in ahci_device_bulk_start()
1182 toggle = ADMHCD_TD_DATA0; in ahci_device_bulk_start()
1184 toggle = apipe->toggle; in ahci_device_bulk_start()
1211 toggle | ADMHCD_TD_OWN | short_ok; in ahci_device_bulk_start()
1213 toggle = ADMHCD_TD_TOGGLE; in ahci_device_bulk_start()
1279 apipe->toggle = ((uint32_t)ep->head & 2)?ADMHCD_TD_DATA1:ADMHCD_TD_DATA0; in ahci_device_bulk_start()
1330 uint8_t pid, int len, u_char *buf, uint8_t toggle) in ahci_transaction() argument
1390 sl11write(sc, SL11_E0CTRL, cmd | toggle); in ahci_transaction()
1450 apipe->toggle = 0; in ahci_device_clear_toggle()