Searched refs:dito (Results 1 – 2 of 2) sorted by relevance
32 - * @param right Array of float buffers to store right channel of planar audio (size: dito)34 …ght Since 1.1.7: If not \c NULL, array of float buffers to store right effect channels (size: dito)36 + * @param right Array of float buffers to store right channel of planar audio (size: dito). Since …38 …not \c NULL, array of float buffers to store right effect channels (size: dito). Since 2.0.3: NULL…
2103 u32 devslp, dm, dito, mdat, deto, dito_conf; in ahci_set_aggressive_devslp() local2128 dito = devslp_idle_timeout / (dm + 1); in ahci_set_aggressive_devslp()2129 if (dito > 0x3ff) in ahci_set_aggressive_devslp()2130 dito = 0x3ff; in ahci_set_aggressive_devslp()2135 if ((devslp & PORT_DEVSLP_ADSE) && (dito_conf == dito)) in ahci_set_aggressive_devslp()2162 devslp |= ((dito << PORT_DEVSLP_DITO_OFFSET) | in ahci_set_aggressive_devslp()