Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-i801.c182 #define SMBHSTCNT_PEC_EN BIT(7) /* ICH3 and later */ macro
525 int xact = hwpec ? SMBHSTCNT_PEC_EN : 0; in i801_block_transaction_by_block()