Lines Matching refs:ctrl
31 struct preg ctrl;
50 /* Bits in ctrl register */
110 out_8(&adb->ctrl.r, 0);
153 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | ADB_RST);
154 while ((in_8(&adb->ctrl.r) & ADB_RST) != 0) {
156 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) & ~ADB_RST);
189 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);
221 out_8(&adb->ctrl.r, DTB + CRE);
223 out_8(&adb->ctrl.r, DTB);
227 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);
247 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);