Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c65 static inline u32 _nbu2ss_readl(void __iomem *address) in _nbu2ss_readl() function
113 reg_data = _nbu2ss_readl(IO_ADDRESS(USB_BASE_ADDRESS + i)); in _nbu2ss_dump_register()
116 reg_data = _nbu2ss_readl(IO_ADDRESS(USB_BASE_ADDRESS + i + 4)); in _nbu2ss_dump_register()
119 reg_data = _nbu2ss_readl(IO_ADDRESS(USB_BASE_ADDRESS + i + 8)); in _nbu2ss_dump_register()
122 reg_data = _nbu2ss_readl(IO_ADDRESS(USB_BASE_ADDRESS + i + 12)); in _nbu2ss_dump_register()
191 data = _nbu2ss_readl(&p_ep_regs->EP_PCKT_ADRS); in _nbu2ss_get_begin_ram_address()
192 buf_type = _nbu2ss_readl(&p_ep_regs->EP_CONTROL) & EPN_BUF_TYPE; in _nbu2ss_get_begin_ram_address()
338 data = _nbu2ss_readl(&udc->p_regs->USBSSCONF); in _nbu2ss_ep_dma_init()
382 data = _nbu2ss_readl(&preg->USBSSCONF); in _nbu2ss_ep_dma_exit()
547 buf32->dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in ep0_out_pio()
[all …]