Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/i2c/busses/
Di2c-sis630.c91 #define SIS630_BLOCK_DATA 0x05 macro
171 if (size == SIS630_BLOCK_DATA && (temp & 0x10)) in sis630_transaction_wait()
252 SIS630_BLOCK_DATA, &oldclock); in sis630_block_data()
268 SIS630_BLOCK_DATA); in sis630_block_data()
280 SIS630_BLOCK_DATA, &oldclock); in sis630_block_data()
284 rc = sis630_transaction_wait(adap, SIS630_BLOCK_DATA); in sis630_block_data()
354 size = SIS630_BLOCK_DATA; in sis630_access()