Lines Matching refs:ctrl
32 struct preg ctrl;
51 /* Bits in ctrl register */
114 out_8(&adb->ctrl.r, 0);
157 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | ADB_RST);
158 while ((in_8(&adb->ctrl.r) & ADB_RST) != 0) {
160 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) & ~ADB_RST);
193 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);
225 out_8(&adb->ctrl.r, DTB + CRE);
227 out_8(&adb->ctrl.r, DTB);
231 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);
251 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR);