Lines Matching defs:odt
816 debug("odt[%d] = 0x%x\n", i, input->odt[i]);
891 msg_blk->acsm_odt_ctrl0 = input->odt[0];
892 msg_blk->acsm_odt_ctrl1 = input->odt[1];
893 msg_blk->acsm_odt_ctrl2 = input->odt[2];
894 msg_blk->acsm_odt_ctrl3 = input->odt[3];
2309 unsigned int *odt)
2320 odt[i] |= (1 << i) << shift;
2330 odt[j] |= (1 << i) << shift;
2334 odt[i] |= (1 << i) << 4;
2342 odt[j] |= (1 << i) << shift;
2351 odt[j] |= (1 << i) << shift;
2360 odt[j] |= (1 << i) << shift;
2373 odt[j] |= (1 << i) << shift;
2548 input.odt);
2550 input.odt);
2576 input.adv.odtimpedance = popts->odt ? popts->odt : 60;