Searched refs:MCI_read (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dsd-card.h33 /* 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 Dsd-card.c252 //* \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 Dcentipad_board.c67 return (MCI_read((char *)buf, lba << 9, nblk << 9));
H A Dkb920x_board.c65 return (MCI_read((char *)buf, lba << 9, nblk << 9));
H A Dbwct_board.c124 return (MCI_read((char *)buf, lba << 9, nblk << 9));

Completed in 85 milliseconds