wbsio.c | 698 uint8_t sfr, mfs0, mfs1, mfs2, mfs3; local in function:wbsio_gpio_pinconfig_nct6779d 710 mfs1 = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_MFS1); 737 mfs1 &= ~WBSIO_NCT6779D_MFS1_GP24_MASK; 747 mfs1 &= ~WBSIO_NCT6779D_MFS1_GP31_MASK; 749 mfs1 &= ~WBSIO_NCT6779D_MFS1_GP32_MASK; 757 mfs1 |= WBSIO_NCT6779D_MFS1_GP40; 761 mfs1 |= WBSIO_NCT6779D_MFS1_GP42; 762 mfs1 |= WBSIO_NCT6779D_MFS1_GP42; 764 mfs1 &= ~WBSIO_NCT6779D_MFS1_GP44_GP45_MASK; 766 mfs1 |= WBSIO_NCT6779D_MFS1_GP47 [all...] |