Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-keystone.c195 writel((u32)&event_q, &dwc3_reg->g_evnt_buf[0].g_evntadrlo); in keystone_xhci_phy_suspend()
196 writel(0, &dwc3_reg->g_evnt_buf[0].g_evntadrhi); in keystone_xhci_phy_suspend()
197 writel(0x4, &dwc3_reg->g_evnt_buf[0].g_evntsiz); in keystone_xhci_phy_suspend()
/external/u-boot/include/linux/usb/
Ddwc3.h107 struct g_event_buffer g_evnt_buf[32]; member