Searched refs:HCCHAR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 547 dump_register(HCCHAR(0)), 548 dump_register(HCCHAR(1)), 549 dump_register(HCCHAR(2)), 550 dump_register(HCCHAR(3)), 551 dump_register(HCCHAR(4)), 552 dump_register(HCCHAR(5)), 553 dump_register(HCCHAR(6)), 554 dump_register(HCCHAR(7)), 555 dump_register(HCCHAR(8)), 556 dump_register(HCCHAR(9)), [all …]
|
H A D | hcd.c | 417 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); in dwc2_dump_channel_info() 681 dwc2_writel(hsotg, hcchar, HCCHAR(hc_num)); in dwc2_hc_init() 821 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); in dwc2_hc_halt() 849 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); in dwc2_hc_halt() 893 dwc2_writel(hsotg, hcchar, HCCHAR(chan->hc_num)); in dwc2_hc_halt() 1153 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); in dwc2_hc_do_ping() 1156 dwc2_writel(hsotg, hcchar, HCCHAR(chan->hc_num)); in dwc2_hc_do_ping() 1360 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); in dwc2_hc_start_transfer() 1379 dwc2_writel(hsotg, hcchar, HCCHAR(chan->hc_num)); in dwc2_hc_start_transfer() 1448 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); in dwc2_hc_start_transfer_ddma() [all …]
|
H A D | core.c | 655 addr = hsotg->regs + HCCHAR(i); in dwc2_dump_host_registers() 657 (unsigned long)addr, dwc2_readl(hsotg, HCCHAR(i))); in dwc2_dump_host_registers()
|
H A D | hcd_intr.c | 1539 hcchar = dwc2_readl(hsotg, HCCHAR(chnum)); in dwc2_hc_ahberr_intr() 1755 hcchar = dwc2_readl(hsotg, HCCHAR(chnum)); in dwc2_halt_status_ok() 1782 hcchar = dwc2_readl(hsotg, HCCHAR(chnum)); in dwc2_halt_status_ok()
|
H A D | hw.h | 731 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) macro
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 974 if (addr < HCCHAR(0) || addr > HCDMAB(DWC2_NB_CHAN - 1)) { in dwc2_hreg1_read() 997 if (addr < HCCHAR(0) || addr > HCDMAB(DWC2_NB_CHAN - 1)) { in dwc2_hreg1_write() 1007 case HCCHAR(0): in dwc2_hreg1_write()
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 755 #define HCCHAR(_ch) HSOTG_REG(0x0500 + 0x20 * (_ch)) macro
|