Lines Matching defs:clocks
142 unsigned char clocks = clk;
149 clocks++;
151 switch (clocks) {
153 clocks = 1;
162 clocks = 7; /* 12 clk */
166 clocks = 0;
171 return clocks << ATP867X_IO_PIOSPD_ACTIVE_SHIFT;
177 unsigned char clocks = clk;
179 switch (clocks) {
181 clocks = 1;
187 --clocks; /* by the spec */
196 clocks = 0;
200 return clocks << ATP867X_IO_PIOSPD_RECOVER_SHIFT;