wbsio.c | 698 uint8_t sfr, mfs0, mfs1, mfs2, mfs3; local in function:wbsio_gpio_pinconfig_nct6779d 711 mfs2 = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_MFS2); 722 mfs2 |= WBSIO_NCT6779D_MFS2_GP00; 723 mfs2 |= WBSIO_NCT6779D_MFS2_GP01; 724 mfs2 |= WBSIO_NCT6779D_MFS2_GP02; 725 mfs2 &= ~WBSIO_NCT6779D_MFS2_GP03_MASK; 726 mfs2 |= WBSIO_NCT6779D_MFS2_GP04; 727 mfs2 |= WBSIO_NCT6779D_MFS2_GP05; 728 mfs2 |= WBSIO_NCT6779D_MFS2_GP06; 790 wbsio_conf_write(sc->sc_iot, sc->sc_ioh, WBSIO_MFS2, mfs2); [all...] |