Home
last modified time | relevance | path

Searched refs:erst_base (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.h161 void *erst_base; member
H A Dxhci-dbc.c246 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
250 entry = (struct xdbc_erst_entry *)xdbc.erst_base; in xdbc_mem_init()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c583 val_64 = xhci_readq(&ctrl->ir_set->erst_base); in xhci_mem_init()
587 xhci_writeq(&ctrl->ir_set->erst_base, val_64); in xhci_mem_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h395 volatile __le64 erst_base; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c274 val = xhci_read_64(xhci, &ir->erst_base); in xhci_zero_64b_regs()
276 xhci_write_64(xhci, 0, &ir->erst_base); in xhci_zero_64b_regs()
821 xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_save_registers()
834 xhci_write_64(xhci, xhci->s3.erst_base, &xhci->ir_set->erst_base); in xhci_restore_registers()
H A Dxhci.h492 __le64 erst_base; member
1697 u64 erst_base; member
H A Dxhci-mem.c2664 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init()
2667 xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base); in xhci_mem_init()