Lines Matching refs:read_write
182 unsigned short flags, char read_write, in amd756_access() argument
190 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
195 outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), in amd756_access()
197 if (read_write == I2C_SMBUS_WRITE) in amd756_access()
202 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()
247 if ((read_write == I2C_SMBUS_WRITE) || (size == AMD756_QUICK)) in amd756_access()