Searched refs:ADREAD (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | ad1848.c | 238 x = ADREAD(sc, AD1848_IDATA); in ad_read() 264 x = ADREAD(sc, AD1848_IDATA); in ad_xread() 304 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) == SP_IN_INIT) { in wait_for_calibration() 317 (ADREAD(sc, AD1848_IADDR)&SP_IADDR_MASK) != SP_TEST_AND_INIT) { in wait_for_calibration() 361 printf("ad1848 status=%02x", ADREAD(sc, AD1848_STATUS)); in ad1848_dump_regs() 394 while (timeout > 0 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT) in ad1848_attach() 405 ADREAD(sc, AD1848_IADDR) & SP_IN_INIT) in ad1848_attach() 945 timeout < 1000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; timeout++) in ad1848_commit_settings() 960 (void)ADREAD(sc, AD1848_IDATA); in ad1848_commit_settings() 961 (void)ADREAD(sc, AD1848_IDATA); in ad1848_commit_settings() [all …]
|
| D | ad1848var.h | 106 #define ADREAD(sc, index) (*(sc)->sc_readreg)(sc, index) macro
|
| /netbsd/src/sys/dev/isa/ |
| D | ad1848_isa.c | 202 tmp = ADREAD(sc, AD1848_IADDR); in ad1848_isa_probe() 243 for (t = 0; t < 100000 && ADREAD(sc, AD1848_IADDR) & SP_IN_INIT; t++) in ad1848_isa_probe() 412 while (ADREAD(sc, AD1848_IADDR) & SP_IN_INIT) in ad1848_isa_probe() 417 while (ADREAD(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG) in ad1848_isa_probe() 703 status = ADREAD(sc, AD1848_STATUS); in ad1848_isa_intr()
|
| D | ym.c | 1103 t < 100000 && ADREAD(ac, AD1848_IADDR) & SP_IN_INIT; t++) in ym_restore_codec_regs()
|
| /netbsd/src/sys/dev/ebus/ |
| D | cs4231_ebus.c | 542 status = ADREAD(&sc->sc_ad1848, AD1848_STATUS); in cs4231_ebus_intr()
|
| /netbsd/src/sys/dev/sbus/ |
| D | cs4231_sbus.c | 520 status = ADREAD(&sc->sc_ad1848, AD1848_STATUS); in cs4231_sbus_intr()
|