dito             2096 drivers/ata/libahci.c 	u32 devslp, dm, dito, mdat, deto, dito_conf;
dito             2121 drivers/ata/libahci.c 	dito = devslp_idle_timeout / (dm + 1);
dito             2122 drivers/ata/libahci.c 	if (dito > 0x3ff)
dito             2123 drivers/ata/libahci.c 		dito = 0x3ff;
dito             2128 drivers/ata/libahci.c 	if ((devslp & PORT_DEVSLP_ADSE) && (dito_conf == dito))
dito             2155 drivers/ata/libahci.c 	devslp |= ((dito << PORT_DEVSLP_DITO_OFFSET) |