Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dsh_mmcif.c34 state = sh_mmcif_read(&host->regs->ce_int); in sh_mmcif_intr()
38 sh_mmcif_write(~(INT_RBSYE | INT_CRSPE), &host->regs->ce_int); in sh_mmcif_intr()
42 sh_mmcif_write(~INT_CRSPE, &host->regs->ce_int); in sh_mmcif_intr()
49 sh_mmcif_write(~INT_BUFREN, &host->regs->ce_int); in sh_mmcif_intr()
53 sh_mmcif_write(~INT_BUFWEN, &host->regs->ce_int); in sh_mmcif_intr()
58 INT_BUFRE), &host->regs->ce_int); in sh_mmcif_intr()
62 sh_mmcif_write(~INT_BUFRE, &host->regs->ce_int); in sh_mmcif_intr()
66 sh_mmcif_write(~INT_DTRANE, &host->regs->ce_int); in sh_mmcif_intr()
71 &host->regs->ce_int); in sh_mmcif_intr()
76 sh_mmcif_write(~state, &host->regs->ce_int); in sh_mmcif_intr()
[all …]
A Dsh_mmcif.h27 unsigned long ce_int; member

Completed in 4 milliseconds