raise_point        72 drivers/mmc/host/dw_mmc-hi3798cv200.c 	int raise_point = -1, fall_point = -1;
raise_point        89 drivers/mmc/host/dw_mmc-hi3798cv200.c 				raise_point = i;
raise_point        92 drivers/mmc/host/dw_mmc-hi3798cv200.c 		if (raise_point != -1 && fall_point != -1)
raise_point       101 drivers/mmc/host/dw_mmc-hi3798cv200.c 		if (raise_point == -1)
raise_point       102 drivers/mmc/host/dw_mmc-hi3798cv200.c 			raise_point = 0;
raise_point       105 drivers/mmc/host/dw_mmc-hi3798cv200.c 		if (fall_point < raise_point) {
raise_point       106 drivers/mmc/host/dw_mmc-hi3798cv200.c 			if ((raise_point + fall_point) >
raise_point       110 drivers/mmc/host/dw_mmc-hi3798cv200.c 				i = (raise_point + ARRAY_SIZE(degrees) - 1) / 2;
raise_point       112 drivers/mmc/host/dw_mmc-hi3798cv200.c 			i = (raise_point + fall_point) / 2;
raise_point       117 drivers/mmc/host/dw_mmc-hi3798cv200.c 			raise_point, fall_point, degrees[i]);