Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_mmcif.c26 state = sh_mmcif_read(&host->regs->ce_int); in sh_mmcif_intr()
30 sh_mmcif_write(~(INT_RBSYE | INT_CRSPE), &host->regs->ce_int); in sh_mmcif_intr()
34 sh_mmcif_write(~INT_CRSPE, &host->regs->ce_int); in sh_mmcif_intr()
41 sh_mmcif_write(~INT_BUFREN, &host->regs->ce_int); in sh_mmcif_intr()
45 sh_mmcif_write(~INT_BUFWEN, &host->regs->ce_int); in sh_mmcif_intr()
50 INT_BUFRE), &host->regs->ce_int); in sh_mmcif_intr()
54 sh_mmcif_write(~INT_BUFRE, &host->regs->ce_int); in sh_mmcif_intr()
58 sh_mmcif_write(~INT_DTRANE, &host->regs->ce_int); in sh_mmcif_intr()
63 &host->regs->ce_int); in sh_mmcif_intr()
68 sh_mmcif_write(~state, &host->regs->ce_int); in sh_mmcif_intr()
[all …]
H A Dsh_mmcif.h28 unsigned long ce_int; member