Searched refs:TMS_WRITE (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | nsclpcsio_isa.c | 189 #define TMS_WRITE(sc, reg, val) \ macro 370 TMS_WRITE(sc, 0x08, 0x00); in nsclpcsio_tms_init() 371 TMS_WRITE(sc, 0x09, 0x0f); in nsclpcsio_tms_init() 372 TMS_WRITE(sc, 0x0a, 0x08); in nsclpcsio_tms_init() 373 TMS_WRITE(sc, 0x0b, 0x04); in nsclpcsio_tms_init() 374 TMS_WRITE(sc, 0x0c, 0x35); in nsclpcsio_tms_init() 375 TMS_WRITE(sc, 0x0d, 0x05); in nsclpcsio_tms_init() 376 TMS_WRITE(sc, 0x0e, 0x05); in nsclpcsio_tms_init() 378 TMS_WRITE(sc, SIO_TMSCFG, 0x00); in nsclpcsio_tms_init() 382 TMS_WRITE(sc, SIO_TMSBS, i); in nsclpcsio_tms_init() [all …]
|