Searched refs:smbcmd (Results 1 – 2 of 2) sorted by relevance
294 int smbcmd; in i801_block_transaction_byte_by_byte() local313 smbcmd = I801_I2C_BLOCK_LAST; in i801_block_transaction_byte_by_byte()315 smbcmd = I801_BLOCK_LAST; in i801_block_transaction_byte_by_byte()319 smbcmd = I801_I2C_BLOCK_DATA; in i801_block_transaction_byte_by_byte()321 smbcmd = I801_BLOCK_DATA; in i801_block_transaction_byte_by_byte()323 outb_p(smbcmd | ENABLE_INT9, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()
691 int smbcmd; in i801_block_transaction_byte_by_byte() local712 smbcmd = I801_I2C_BLOCK_DATA; in i801_block_transaction_byte_by_byte()714 smbcmd = I801_BLOCK_DATA; in i801_block_transaction_byte_by_byte()719 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()720 priv->cmd = smbcmd | SMBHSTCNT_INTREN; in i801_block_transaction_byte_by_byte()740 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()741 outb_p(smbcmd, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()