Lines Matching +full:sh +full:- +full:mmcif
2 * sh7724 MMCIF loader
31 /* SH7724 specific MMCIF loader
35 * # dd if=arch/sh/boot/romImage of=/dev/sdx bs=512 seek=512
41 /* enable clock to the MMCIF hardware block */ in mmcif_loader()
44 /* setup pins D7-D0 */ in mmcif_loader()
50 /* select D3-D0 pin function */ in mmcif_loader()
53 /* select D7-D4 pin function */ in mmcif_loader()
56 /* disable Hi-Z for the MMC pins */ in mmcif_loader()
64 /* setup MMCIF hardware */ in mmcif_loader()
69 /* load kernel via MMCIF interface */ in mmcif_loader()
71 (no_bytes + SH_MMCIF_BBS - 1) / SH_MMCIF_BBS, in mmcif_loader()
74 /* disable clock to the MMCIF hardware block */ in mmcif_loader()