Lines Matching refs:base_addr
64 static void __iomem *base_addr; variable
71 return readb(base_addr + reg); in udc_read()
76 writeb(value, base_addr + reg); in udc_write()
311 writesb(base_addr + fifo, buf, len); in s3c2410_udc_write_packet()
375 s3c2410_udc_set_ep0_de_in(base_addr); in s3c2410_udc_write_fifo()
392 s3c2410_udc_set_ep0_ipr(base_addr); in s3c2410_udc_write_fifo()
413 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet()
498 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_read_fifo()
511 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_read_fifo()
538 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
592 s3c2410_udc_set_ep0_de_in(base_addr); in s3c2410_udc_get_status()
617 s3c2410_udc_set_ep0_ss(base_addr); in s3c2410_udc_handle_ep0_idle()
636 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
645 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
657 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
664 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
673 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
682 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
686 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
695 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
699 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
727 s3c2410_udc_set_ep0_ss(base_addr); in s3c2410_udc_handle_ep0_idle()
728 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
764 s3c2410_udc_clear_ep0_sst(base_addr); in s3c2410_udc_handle_ep0()
773 s3c2410_udc_clear_ep0_se(base_addr); in s3c2410_udc_handle_ep0()
893 udc_writeb(base_addr, S3C2410_UDC_INDEX_EP0, S3C2410_UDC_INDEX_REG); in s3c2410_udc_irq()
1351 s3c2410_udc_set_ep0_ss(base_addr); in s3c2410_udc_set_halt()
1352 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_set_halt()
1809 base_addr = ioremap(rsrc_start, rsrc_len); in s3c2410_udc_probe()
1810 if (!base_addr) { in s3c2410_udc_probe()
1904 iounmap(base_addr); in s3c2410_udc_probe()
1938 iounmap(base_addr); in s3c2410_udc_remove()