Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dtusb6010.c82 #define TUSB_FIFO_BASE 0x600 macro
297 case TUSB_FIFO_BASE ... (TUSB_FIFO_BASE | 0x1ff): in tusb_async_readb()
314 case TUSB_FIFO_BASE ... (TUSB_FIFO_BASE | 0x1ff): in tusb_async_readh()
337 case TUSB_FIFO_BASE ... (TUSB_FIFO_BASE | 0x1ff): in tusb_async_readw()
456 case TUSB_FIFO_BASE ... (TUSB_FIFO_BASE | 0x1ff): in tusb_async_writeb()
477 case TUSB_FIFO_BASE ... (TUSB_FIFO_BASE | 0x1ff): in tusb_async_writeh()
503 case TUSB_FIFO_BASE ... (TUSB_FIFO_BASE | 0x1ff): in tusb_async_writew()
/openbmc/linux/drivers/usb/musb/
H A Dtusb6010.h19 #define TUSB_FIFO_BASE 0x600 macro
201 #define TUSB_EP_FIFO(ep) (TUSB_FIFO_BASE + (ep) * 0x20)