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()
693 int smbcmd; in i801_block_transaction_byte_by_byte() local714 smbcmd = I801_I2C_BLOCK_DATA; in i801_block_transaction_byte_by_byte()716 smbcmd = I801_BLOCK_DATA; in i801_block_transaction_byte_by_byte()721 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()722 priv->cmd = smbcmd | SMBHSTCNT_INTREN; in i801_block_transaction_byte_by_byte()742 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()743 outb_p(smbcmd, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()