/src/sys/dev/pci/ |
cs428x.h | 151 uint32_t cie; member in struct:cs428x_softc::__anonab2d7656010a::__anonab2d76560208
|
cs4280.c | 663 uint32_t cctl, cie; local in function:cs4280_trigger_input 705 /* set CIE */ 706 cie = BA1READ4(sc, CS4280_CIE) & ~CIE_CI_MASK; 707 BA1WRITE4(sc, CS4280_CIE, cie | CIE_CI_ENABLE); 741 sc->sc_suspend_state.cs4280.cie = BA1READ4(sc, CS4280_CIE); 743 DPRINTF(("cctl=0x%08x cie=0x%08x cba=0x%08x\n", 745 sc->sc_suspend_state.cs4280.cie, 786 DPRINTF(("cctl=0x%08x cie=0x%08x cba=0x%08x\n", 788 sc->sc_suspend_state.cs4280.cie, 792 BA1WRITE4(sc, CS4280_CIE, sc->sc_suspend_state.cs4280.cie); [all...] |
/src/sbin/ifconfig/ |
ieee80211.c | 1231 const struct ieee80211_country_ie *cie = local in function:printcountry 1235 printf("%s<%c%c%c", tag, cie->cc[0], cie->cc[1], cie->cc[2]); 1236 nbands = (cie->len - 3) / sizeof(cie->band[0]); 1238 schan = cie->band[i].schan; 1239 nchan = cie->band[i].nchan; 1242 cie->band[i].maxtxpwr); 1244 printf(" %u,%u", schan, cie->band[i].maxtxpwr) [all...] |