switch_busy       978 drivers/staging/rts5208/sd.c 	u8 support_mask = 0, query_switch = 0, switch_busy = 0;
switch_busy       990 drivers/staging/rts5208/sd.c 			switch_busy = HS_SWITCH_BUSY;
switch_busy       996 drivers/staging/rts5208/sd.c 			switch_busy = SDR50_SWITCH_BUSY;
switch_busy      1002 drivers/staging/rts5208/sd.c 			switch_busy = SDR104_SWITCH_BUSY;
switch_busy      1008 drivers/staging/rts5208/sd.c 			switch_busy = DDR50_SWITCH_BUSY;
switch_busy      1023 drivers/staging/rts5208/sd.c 			switch_busy = TYPE_A_SWITCH_BUSY;
switch_busy      1029 drivers/staging/rts5208/sd.c 			switch_busy = TYPE_C_SWITCH_BUSY;
switch_busy      1035 drivers/staging/rts5208/sd.c 			switch_busy = TYPE_D_SWITCH_BUSY;
switch_busy      1050 drivers/staging/rts5208/sd.c 			switch_busy = CURRENT_LIMIT_400_SWITCH_BUSY;
switch_busy      1056 drivers/staging/rts5208/sd.c 			switch_busy = CURRENT_LIMIT_600_SWITCH_BUSY;
switch_busy      1062 drivers/staging/rts5208/sd.c 			switch_busy = CURRENT_LIMIT_800_SWITCH_BUSY;
switch_busy      1081 drivers/staging/rts5208/sd.c 	    ((buf[check_busy_offset] & switch_busy) == switch_busy)) {