Searched refs:deto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libahci.c | 2104 u32 devslp, dm, dito, mdat, deto, dito_conf; in ahci_set_aggressive_devslp() local 2153 deto = dev->devslp_timing[ATA_LOG_DEVSLP_DETO]; in ahci_set_aggressive_devslp() 2154 if (!deto) in ahci_set_aggressive_devslp() 2155 deto = 20; in ahci_set_aggressive_devslp() 2158 deto = 20; in ahci_set_aggressive_devslp() 2161 /* Make dito, mdat, deto bits to 0s */ in ahci_set_aggressive_devslp() 2165 (deto << PORT_DEVSLP_DETO_OFFSET) | in ahci_set_aggressive_devslp()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libahci.c | 2254 u32 devslp, dm, dito, mdat, deto, dito_conf; in ahci_set_aggressive_devslp() local 2303 deto = dev->devslp_timing[ATA_LOG_DEVSLP_DETO]; in ahci_set_aggressive_devslp() 2304 if (!deto) in ahci_set_aggressive_devslp() 2305 deto = 20; in ahci_set_aggressive_devslp() 2308 deto = 20; in ahci_set_aggressive_devslp() 2311 /* Make dito, mdat, deto bits to 0s */ in ahci_set_aggressive_devslp() 2315 (deto << PORT_DEVSLP_DETO_OFFSET) | in ahci_set_aggressive_devslp()
|
Completed in 7 milliseconds