Home
last modified time | relevance | path

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

/drivers/usb/early/
Dxhci-dbc.c243 memset(xdbc.table_base, 0, PAGE_SIZE); in xdbc_mem_init()
248 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
265 xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
272 xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
568 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup()
569 if (!xdbc.table_base) in xdbc_early_setup()
686 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
Dxhci-dbc.h145 void *table_base; member