Lines Matching refs:readl

156 	con 	= readl(host->base + S3C2410_SDICON);  in dbg_dumpregs()
157 pre = readl(host->base + S3C2410_SDIPRE); in dbg_dumpregs()
158 cmdarg = readl(host->base + S3C2410_SDICMDARG); in dbg_dumpregs()
159 cmdcon = readl(host->base + S3C2410_SDICMDCON); in dbg_dumpregs()
160 cmdsta = readl(host->base + S3C2410_SDICMDSTAT); in dbg_dumpregs()
161 r0 = readl(host->base + S3C2410_SDIRSP0); in dbg_dumpregs()
162 r1 = readl(host->base + S3C2410_SDIRSP1); in dbg_dumpregs()
163 r2 = readl(host->base + S3C2410_SDIRSP2); in dbg_dumpregs()
164 r3 = readl(host->base + S3C2410_SDIRSP3); in dbg_dumpregs()
165 timer = readl(host->base + S3C2410_SDITIMER); in dbg_dumpregs()
166 bsize = readl(host->base + S3C2410_SDIBSIZE); in dbg_dumpregs()
167 datcon = readl(host->base + S3C2410_SDIDCON); in dbg_dumpregs()
168 datcnt = readl(host->base + S3C2410_SDIDCNT); in dbg_dumpregs()
169 datsta = readl(host->base + S3C2410_SDIDSTA); in dbg_dumpregs()
170 fsta = readl(host->base + S3C2410_SDIFSTA); in dbg_dumpregs()
171 imask = readl(host->base + host->sdiimsk); in dbg_dumpregs()
231 readl(host->base + S3C2410_SDIDCNT)); in dbg_dumpcmd()
266 newmask = readl(host->base + host->sdiimsk); in enable_imask()
278 newmask = readl(host->base + host->sdiimsk); in disable_imask()
288 u32 mask = readl(host->base + host->sdiimsk); in clear_imask()
348 u32 fifostat = readl(host->base + S3C2410_SDIFSTA); in fifo_count()
356 u32 fifostat = readl(host->base + S3C2410_SDIFSTA); in fifo_free()
454 readl(host->base + S3C2410_SDIDCNT)); in do_pio_read()
472 *ptr++ = readl(from_ptr); in do_pio_read()
477 u32 data = readl(from_ptr); in do_pio_read()
617 mci_dsta = readl(host->base + S3C2410_SDIDSTA); in s3cmci_irq()
618 mci_imsk = readl(host->base + host->sdiimsk); in s3cmci_irq()
632 mci_csta = readl(host->base + S3C2410_SDICMDSTAT); in s3cmci_irq()
633 mci_dcnt = readl(host->base + S3C2410_SDIDCNT); in s3cmci_irq()
634 mci_fsta = readl(host->base + S3C2410_SDIFSTA); in s3cmci_irq()
868 cmd->resp[0] = readl(host->base + S3C2410_SDIRSP0); in finalize_request()
869 cmd->resp[1] = readl(host->base + S3C2410_SDIRSP1); in finalize_request()
870 cmd->resp[2] = readl(host->base + S3C2410_SDIRSP2); in finalize_request()
871 cmd->resp[3] = readl(host->base + S3C2410_SDIRSP3); in finalize_request()
925 mci_con = readl(host->base + S3C2410_SDICON); in finalize_request()
994 while (readl(host->base + S3C2410_SDIDSTA) & in s3cmci_setup_data()
1240 mci_con = readl(host->base + S3C2410_SDICON); in s3cmci_set_ios()
1293 u32 con = readl(host->base + S3C2410_SDICON); in s3cmci_reset()
1322 con = readl(host->base + S3C2410_SDICON); in s3cmci_enable_sdio_irq()
1491 readl(host->base + rptr->addr)); in s3cmci_regs_show()
1493 seq_printf(seq, "SDIIMSK\t=0x%08x\n", readl(host->base + host->sdiimsk)); in s3cmci_regs_show()