Lines Matching refs:ctrl
34 struct preg ctrl;
53 /* Bits in ctrl register */
116 out_8(&adb->ctrl.r, 0);
159 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | ADB_RST);
160 while ((in_8(&adb->ctrl.r) & ADB_RST) != 0) {
162 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) & ~ADB_RST);
195 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);
228 out_8(&adb->ctrl.r, DTB + CRE);
230 out_8(&adb->ctrl.r, DTB);
234 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);
254 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);