Lines Matching defs:dto
1305 uint32_t reg, clkd, dto = 0;1317 dto += 1;1320 dto = 31 - dto;1322 if (timeout && dto)1323 dto += 1;1324 if (dto >= 13)1325 dto -= 13;1327 dto = 0;1328 if (dto > 14)1329 dto = 14;1333 reg |= dto << DTO_SHIFT;