Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-sis630.c95 #define SIS630_BLOCK_DATA 0x05 macro
181 if (size == SIS630_BLOCK_DATA && (temp & BYTE_DONE_STS)) in sis630_transaction_wait()
260 SIS630_BLOCK_DATA, &oldclock); in sis630_block_data()
278 SIS630_BLOCK_DATA); in sis630_block_data()
290 SIS630_BLOCK_DATA, &oldclock); in sis630_block_data()
294 rc = sis630_transaction_wait(adap, SIS630_BLOCK_DATA); in sis630_block_data()
374 size = SIS630_BLOCK_DATA; in sis630_access()