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()
313 writesb(base_addr + fifo, buf, len); in s3c2410_udc_write_packet()
377 s3c2410_udc_set_ep0_de_in(base_addr); in s3c2410_udc_write_fifo()
394 s3c2410_udc_set_ep0_ipr(base_addr); in s3c2410_udc_write_fifo()
415 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet()
500 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_read_fifo()
513 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_read_fifo()
540 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
594 s3c2410_udc_set_ep0_de_in(base_addr); in s3c2410_udc_get_status()
619 s3c2410_udc_set_ep0_ss(base_addr); in s3c2410_udc_handle_ep0_idle()
638 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
647 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
659 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
666 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
675 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
684 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
688 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
697 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
701 s3c2410_udc_clear_ep0_opr(base_addr); in s3c2410_udc_handle_ep0_idle()
729 s3c2410_udc_set_ep0_ss(base_addr); in s3c2410_udc_handle_ep0_idle()
730 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_handle_ep0_idle()
766 s3c2410_udc_clear_ep0_sst(base_addr); in s3c2410_udc_handle_ep0()
775 s3c2410_udc_clear_ep0_se(base_addr); in s3c2410_udc_handle_ep0()
895 udc_writeb(base_addr, S3C2410_UDC_INDEX_EP0, S3C2410_UDC_INDEX_REG); in s3c2410_udc_irq()
1353 s3c2410_udc_set_ep0_ss(base_addr); in s3c2410_udc_set_halt()
1354 s3c2410_udc_set_ep0_de_out(base_addr); in s3c2410_udc_set_halt()
1801 base_addr = ioremap(rsrc_start, rsrc_len); in s3c2410_udc_probe()
1802 if (!base_addr) { in s3c2410_udc_probe()
1896 iounmap(base_addr); in s3c2410_udc_probe()
1930 iounmap(base_addr); in s3c2410_udc_remove()