/src/sys/dev/isa/ |
wbsio.c | 698 uint8_t sfr, mfs0, mfs1, mfs2, mfs3; local in function:wbsio_gpio_pinconfig_nct6779d 709 mfs0 = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_MFS0); 745 mfs0 &= ~WBSIO_NCT6779D_MFS0_GP30_MASK; 746 mfs0 |= WBSIO_NCT6779D_MFS0_GP30; 748 mfs0 |= WBSIO_NCT6779D_MFS0_GP31; 750 mfs0 |= WBSIO_NCT6779D_MFS0_GP32; 759 mfs0 &= ~WBSIO_NCT6779D_MFS0_GP41_MASK; 760 mfs0 |= WBSIO_NCT6779D_MFS0_GP41; 788 wbsio_conf_write(sc->sc_iot, sc->sc_ioh, WBSIO_MFS0, mfs0);
|
wbsio.c | 698 uint8_t sfr, mfs0, mfs1, mfs2, mfs3; local in function:wbsio_gpio_pinconfig_nct6779d 709 mfs0 = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_MFS0); 745 mfs0 &= ~WBSIO_NCT6779D_MFS0_GP30_MASK; 746 mfs0 |= WBSIO_NCT6779D_MFS0_GP30; 748 mfs0 |= WBSIO_NCT6779D_MFS0_GP31; 750 mfs0 |= WBSIO_NCT6779D_MFS0_GP32; 759 mfs0 &= ~WBSIO_NCT6779D_MFS0_GP41_MASK; 760 mfs0 |= WBSIO_NCT6779D_MFS0_GP41; 788 wbsio_conf_write(sc->sc_iot, sc->sc_ioh, WBSIO_MFS0, mfs0);
|
wbsio.c | 698 uint8_t sfr, mfs0, mfs1, mfs2, mfs3; local in function:wbsio_gpio_pinconfig_nct6779d 709 mfs0 = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_MFS0); 745 mfs0 &= ~WBSIO_NCT6779D_MFS0_GP30_MASK; 746 mfs0 |= WBSIO_NCT6779D_MFS0_GP30; 748 mfs0 |= WBSIO_NCT6779D_MFS0_GP31; 750 mfs0 |= WBSIO_NCT6779D_MFS0_GP32; 759 mfs0 &= ~WBSIO_NCT6779D_MFS0_GP41_MASK; 760 mfs0 |= WBSIO_NCT6779D_MFS0_GP41; 788 wbsio_conf_write(sc->sc_iot, sc->sc_ioh, WBSIO_MFS0, mfs0);
|