Home
last modified time | relevance | path

Searched refs:XDBC_MAX_PACKET (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/early/
Dxhci-dbc.c346 xdbc.in_buf = xdbc.out_buf + XDBC_MAX_PACKET; in xdbc_mem_init()
347 xdbc.in_dma = xdbc.out_dma + XDBC_MAX_PACKET; in xdbc_mem_init()
474 if (size > XDBC_MAX_PACKET) { in xdbc_bulk_transfer()
500 memset(xdbc.in_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer()
504 memset(xdbc.out_buf, 0, XDBC_MAX_PACKET); in xdbc_bulk_transfer()
549 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_external_reset()
603 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_early_setup()
752 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_tx_event()
802 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_events()
883 static char buf[XDBC_MAX_PACKET]; in early_xdbc_write()
[all …]
Dxhci-dbc.h201 #define XDBC_MAX_PACKET 1024 macro