Lines Matching refs:read_write
190 unsigned short flags, char read_write, in amd756_access() argument
198 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
203 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
205 if (read_write == I2C_SMBUS_WRITE) in amd756_access()
210 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
213 if (read_write == I2C_SMBUS_WRITE) in amd756_access()
218 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
221 if (read_write == I2C_SMBUS_WRITE) in amd756_access()
226 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
229 if (read_write == I2C_SMBUS_WRITE) { in amd756_access()
255 if ((read_write == I2C_SMBUS_WRITE) || (size == AMD756_QUICK)) in amd756_access()