Searched refs:XDBC_MAX_PACKET (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/usb/early/ |
D | xhci-dbc.c | 344 xdbc.in_buf = xdbc.out_buf + XDBC_MAX_PACKET; in xdbc_mem_init() 345 xdbc.in_dma = xdbc.out_dma + XDBC_MAX_PACKET; in xdbc_mem_init() 472 if (size > XDBC_MAX_PACKET) { in xdbc_bulk_transfer() 498 memset(xdbc.in_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer() 502 memset(xdbc.out_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer() 545 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_external_reset() 597 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_early_setup() 746 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_tx_event() 796 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_events() 877 static char buf[XDBC_MAX_PACKET]; in early_xdbc_write() [all …]
|
D | xhci-dbc.h | 212 #define XDBC_MAX_PACKET 1024 macro
|