Home
last modified time | relevance | path

Searched refs:tav_read_byte (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dtms320av110.c125 while (tav_read_byte(iot, ioh, TAV_RESET)) in tms320av110_attach_mi()
134 tav_read_byte(iot, ioh, TAV_VERSION), in tms320av110_attach_mi()
135 TAV_DRAM_SIZE(tav_read_byte(iot, ioh, TAV_DRAM_EXT))); in tms320av110_attach_mi()
288 tav_read_byte(iot, ioh, TAV_VERSION)); in tav_getdev()
306 maxhalf = TAV_DRAM_HSIZE(tav_read_byte(iot, ioh, TAV_DRAM_EXT)); in tav_round_blocksize()
357 } while (tav_read_byte(iot, ioh, TAV_RESTART)); in tav_set_format()
Dtms320av110var.h84 #define tav_read_byte(ioh, iot, off) bus_space_read_1(ioh, iot, off) macro