Lines Matching defs:bank
160 /* The W83627EHF registers for nr=7,8,9 are in bank 5 */
327 u8 bank; /* current register bank */
389 * Assume that is the case and set the bank number for each access.
390 * Cache the bank number so it only needs to be set if it changes.
394 u8 bank = reg >> 8;
395 if (data->bank != bank) {
397 outb_p(bank, data->addr + DATA_REG_OFFSET);
398 data->bank = bank;
1717 data->bank = 0xff; /* Force initial bank selection */
1746 * Temperature sources are selected with bank 0, registers 0x49
1794 * bank 0, registers 0x49 and 0x4a.
1964 data->bank = 0xff; /* Force initial bank selection */