Searched refs:smbcmd (Results 1 – 2 of 2) sorted by relevance
281 int smbcmd; in i801_block_transaction_byte_by_byte() local300 smbcmd = I801_I2C_BLOCK_LAST; in i801_block_transaction_byte_by_byte()302 smbcmd = I801_BLOCK_LAST; in i801_block_transaction_byte_by_byte()305 smbcmd = I801_I2C_BLOCK_DATA; in i801_block_transaction_byte_by_byte()307 smbcmd = I801_BLOCK_DATA; in i801_block_transaction_byte_by_byte()309 outb_p(smbcmd | ENABLE_INT9, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()
686 int smbcmd; in i801_block_transaction_byte_by_byte() local707 smbcmd = I801_I2C_BLOCK_DATA; in i801_block_transaction_byte_by_byte()709 smbcmd = I801_BLOCK_DATA; in i801_block_transaction_byte_by_byte()714 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()715 priv->cmd = smbcmd | SMBHSTCNT_INTREN; in i801_block_transaction_byte_by_byte()735 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()736 outb_p(smbcmd, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()