Home
last modified time | relevance | path

Searched refs:smbcmd (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/i2c/busses/
Di2c-i801.c671 int smbcmd; in i801_block_transaction_byte_by_byte() local
688 smbcmd = I801_I2C_BLOCK_DATA; in i801_block_transaction_byte_by_byte()
690 smbcmd = I801_BLOCK_DATA; in i801_block_transaction_byte_by_byte()
695 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()
696 priv->cmd = smbcmd | SMBHSTCNT_INTREN; in i801_block_transaction_byte_by_byte()
708 smbcmd |= SMBHSTCNT_LAST_BYTE; in i801_block_transaction_byte_by_byte()
709 outb_p(smbcmd | SMBHSTCNT_START, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()
738 outb_p(smbcmd | SMBHSTCNT_LAST_BYTE, SMBHSTCNT(priv)); in i801_block_transaction_byte_by_byte()