Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsmc91cxx.c617 bus_space_write_2(bst, bsh, DATA_REG_W, 0); in smc91cxx_start()
633 bus_space_write_multi_stream_2(bst, bsh, DATA_REG_W, in smc91cxx_start()
647 bus_space_write_2(bst, bsh, DATA_REG_W, 0); in smc91cxx_start()
659 bus_space_write_2(bst, bsh, DATA_REG_W, 0); in smc91cxx_start()
799 tx_status = bus_space_read_2(bst, bsh, DATA_REG_W); in smc91cxx_intr()
907 status = bus_space_read_2(bst, bsh, DATA_REG_W); in smc91cxx_read()
908 packetlen = bus_space_read_2(bst, bsh, DATA_REG_W); in smc91cxx_read()
960 bus_space_read_multi_stream_2(bst, bsh, DATA_REG_W, in smc91cxx_read()
H A Dsmc91cxxreg.h317 #define DATA_REG_W 0x08 macro