Lines Matching defs:control
99 int control = 0;
109 control |= 1; /* TIME1 enable */
111 control |= 2; /* IE enable */
114 control |= 4; /* PPE enable */
129 master_data |= (control << 4);
139 master_data |= control;
233 unsigned int control;
240 control = 3; /* IORDY|TIME1 */
247 control |= 8; /* PIO cycles in PIO0 */
251 master_data |= control << 4;
260 master_data |= control;
301 * and then hand over control to libata, for it to do the rest.