Lines Matching defs:dto
1300 uint32_t reg, clkd, dto = 0;1312 dto += 1;1315 dto = 31 - dto;1317 if (timeout && dto)1318 dto += 1;1319 if (dto >= 13)1320 dto -= 13;1322 dto = 0;1323 if (dto > 14)1324 dto = 14;1328 reg |= dto << DTO_SHIFT;