Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/
H A Dkpc2000_i2c.c294 int smbcmd; in i801_block_transaction_byte_by_byte() local
313 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()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-i801.c691 int smbcmd; in i801_block_transaction_byte_by_byte() local
712 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()