Searched refs:i2s (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/modules/sound/driver/ai2s/
H A DMakefile8 SRCS+= onyx.c snapper.c tumbler.c aoa.c i2s.c
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c141 if (method->i2s) {
142 if (!(value = method->i2s(method, ext_str))) {
H A Dx509v3.h115 X509V3_EXT_I2S i2s; member in struct:v3_ext_method
/freebsd-11-stable/sys/dev/sound/macio/
H A Di2s.c141 struct i2s_softc *i2s; /* for extint-gpio */ member in struct:aoagpio_softc
168 if (strcmp(name, "i2s") != 0)
202 port = of_find_firstchild_byname(sc->node, "i2s-a");
312 if (sc->i2s)
313 i2s_cint(sc->i2s);
344 sc->i2s = NULL;
758 gpio_ctrls[i]->i2s = sc;
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24ht.c118 u_int8_t scfg, acl, i2s, spdif; member in struct:cfg_info
645 buff->i2s = 0xfc;
684 buff->i2s = envy24ht_rdrom(sc, ENVY24HT_E2PROM_I2S);
2249 if (sc->cfg->i2s & ENVY24HT_CCSM_I2S_VOL)
2251 if (sc->cfg->i2s & ENVY24HT_CCSM_I2S_192KHZ)
2254 if (sc->cfg->i2s & ENVY24HT_CCSM_I2S_96KHZ)
2258 switch (sc->cfg->i2s & ENVY24HT_CCSM_I2S_RES) {
2272 printf("ID#0x%x)\n", sc->cfg->i2s & ENVY24HT_CCSM_I2S_ID);
2345 envy24ht_wrcs(sc, ENVY24HT_CCS_I2S, sc->cfg->i2s, 1);
H A Denvy24.c109 u_int8_t scfg, acl, i2s, spdif; member in struct:cfg_info
609 buff->i2s = envy24_rdrom(sc, ENVY24_E2PROM_I2S);
2347 if (sc->cfg->i2s & PCIM_I2S_VOL)
2349 if (sc->cfg->i2s & PCIM_I2S_96KHZ)
2351 switch (sc->cfg->i2s & PCIM_I2S_RES) {
2365 printf("ID#0x%x)\n", sc->cfg->i2s & PCIM_I2S_ID);
2436 pci_write_config(sc->dev, PCIR_I2S, sc->cfg->i2s, 1);

Completed in 279 milliseconds