drain_offset      188 drivers/mmc/host/bcm2835.c 	u32			drain_offset;
drain_offset      489 drivers/mmc/host/bcm2835.c 				host->drain_offset = sg->offset + sg->length;
drain_offset     1075 drivers/mmc/host/bcm2835.c 		if (host->drain_offset & PAGE_MASK) {
drain_offset     1076 drivers/mmc/host/bcm2835.c 			host->drain_page += host->drain_offset >> PAGE_SHIFT;
drain_offset     1077 drivers/mmc/host/bcm2835.c 			host->drain_offset &= ~PAGE_MASK;
drain_offset     1081 drivers/mmc/host/bcm2835.c 		buf = page + host->drain_offset;