Lines Matching defs:value
176 unsigned long value;
180 value = *regs.SCMD << 16;
181 value |= *regs.SCMD << 8;
182 value |= *regs.SCMD;
184 return value;
194 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value)
198 *regs.SCMD = value;
203 write_wd33c93_count(const wd33c93_regs regs, unsigned long value)
207 *regs.SCMD = value >> 16;
208 *regs.SCMD = value >> 8;
209 *regs.SCMD = value;
263 * Calculate Synchronous Transfer Register value from SDTR code.
270 * value in 'sx_table' is two times the actually used transfer period.
294 /* 'period' is a "normal"-mode value, like the ones in 'sx_table'. The
296 * transfers is half that value.
362 * preset SCp.Status to an illegal value (0xff) so that when
548 * sync_xfer[] entry is initialized to the default/safe value. SS_UNSET