Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-platform.c168 static inline int nct6775_asuswmi_read(u8 bank, u8 reg, u8 *val) in nct6775_asuswmi_read() function
273 err = nct6775_asuswmi_read(data->bank, reg & 0xff, &tmp); in nct6775_wmi_reg_read()
279 err = nct6775_asuswmi_read(data->bank, (reg & 0xff) + 1, &tmp); in nct6775_wmi_reg_read()
1490 if (!nct6775_asuswmi_read(0, NCT6775_PORT_CHIPID, &tmp) && tmp) { in nct6775_determine_access()