Searched refs:CARD_READ_SIZE (Results 1 – 3 of 3) sorted by relevance
418 offset = (s32) ent->stat.commentAddr & ~(CARD_READ_SIZE - 1); in DoList()420 length = (length + (CARD_READ_SIZE - 1)) & ~(CARD_READ_SIZE - 1); in DoList()428 offset = (s32) (ent->stat.commentAddr & (CARD_READ_SIZE - 1)); in DoList()443 offset = (s32) ent->stat.iconAddr & ~(CARD_READ_SIZE - 1); in DoList()445 length = (length + (CARD_READ_SIZE - 1)) & ~(CARD_READ_SIZE - 1); in DoList()453 offset = (s32) (ent->stat.iconAddr & (CARD_READ_SIZE - 1)); in DoList()
60 CARD_READ_SIZE];
154 #define CARD_READ_SIZE 512 macro