Searched refs:XDBC_MAX_PACKET (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/usb/early/ |
| D | xhci-dbc.c | 337 xdbc.in_buf = xdbc.out_buf + XDBC_MAX_PACKET; in xdbc_mem_init() 338 xdbc.in_dma = xdbc.out_dma + XDBC_MAX_PACKET; in xdbc_mem_init() 465 if (size > XDBC_MAX_PACKET) { in xdbc_bulk_transfer() 491 memset(xdbc.in_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer() 495 memset(xdbc.out_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer() 538 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_external_reset() 590 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_early_setup() 736 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_tx_event() 786 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_events() 867 static char buf[XDBC_MAX_PACKET]; in early_xdbc_write() [all …]
|
| D | xhci-dbc.h | 212 #define XDBC_MAX_PACKET 1024 macro
|