Searched refs:MCI_read (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | sd-card.h | 33 /* MCI_read() is the original read function, taking a byte offset and byte 45 int MCI_read (char* dest, unsigned bytenum, unsigned length);
|
H A D | sd-card.c | 252 //* \fn MCI_read 257 MCI_read(char* dest, unsigned byteoffset, unsigned length) function
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/ |
H A D | centipad_board.c | 67 return (MCI_read((char *)buf, lba << 9, nblk << 9));
|
H A D | kb920x_board.c | 65 return (MCI_read((char *)buf, lba << 9, nblk << 9));
|
H A D | bwct_board.c | 124 return (MCI_read((char *)buf, lba << 9, nblk << 9));
|
Completed in 85 milliseconds