Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsh_mmcif.c29 state = sh_mmcif_read(&host->regs->ce_int); in sh_mmcif_intr()
33 sh_mmcif_write(~(INT_RBSYE | INT_CRSPE), &host->regs->ce_int); in sh_mmcif_intr()
37 sh_mmcif_write(~INT_CRSPE, &host->regs->ce_int); in sh_mmcif_intr()
44 sh_mmcif_write(~INT_BUFREN, &host->regs->ce_int); in sh_mmcif_intr()
48 sh_mmcif_write(~INT_BUFWEN, &host->regs->ce_int); in sh_mmcif_intr()
53 INT_BUFRE), &host->regs->ce_int); in sh_mmcif_intr()
57 sh_mmcif_write(~INT_BUFRE, &host->regs->ce_int); in sh_mmcif_intr()
61 sh_mmcif_write(~INT_DTRANE, &host->regs->ce_int); in sh_mmcif_intr()
66 &host->regs->ce_int); in sh_mmcif_intr()
71 sh_mmcif_write(~state, &host->regs->ce_int); in sh_mmcif_intr()
[all …]
Dsh_mmcif.h27 unsigned long ce_int; member