Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sis630.c87 #define SIS630_BLOCK_DATA 0x05 macro
173 if (size == SIS630_BLOCK_DATA && (temp & BYTE_DONE_STS)) in sis630_transaction_wait()
252 SIS630_BLOCK_DATA, &oldclock); in sis630_block_data()
270 SIS630_BLOCK_DATA); in sis630_block_data()
282 SIS630_BLOCK_DATA, &oldclock); in sis630_block_data()
286 rc = sis630_transaction_wait(adap, SIS630_BLOCK_DATA); in sis630_block_data()
366 size = SIS630_BLOCK_DATA; in sis630_access()