Lines Matching refs:w83627thf
17 * w83627thf 7 3 3 3 0x90 0x5ca3 no yes(LPC)
49 enum chips { w83627hf, w83627thf, w83697hf, w83637hf, w83687thf };
82 #define W83627HF_LD_GPIO5 0x07 /* w83627thf only */
85 #define W83627HF_LD_GPIO4 0x09 /* w83627thf only */
91 #define W83627THF_GPIO5_EN 0x30 /* w83627thf only */
92 #define W83627THF_GPIO5_IOSR 0xf3 /* w83627thf only */
93 #define W83627THF_GPIO5_DR 0xf4 /* w83627thf only */
513 if (data->type == w83627thf)
525 } else if (data->type != w83627thf) {
613 if (data->type == w83627thf || data->type == w83637hf ||
740 } else if (type == w83627thf) {
747 if (type == w83627thf || type == w83637hf || type == w83687thf) {
809 (w83627thf == data->type || w83637hf == data->type
851 (w83627thf == data->type || w83637hf == data->type
890 (w83627thf == data->type || w83637hf == data->type
1451 if (data->type == w83627thf) {
1675 "w83627thf",
1786 if (data->type == w83627thf || data->type == w83637hf
1809 if (data->type == w83627thf || data->type == w83637hf
1878 sio_data->type = w83627thf;