Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dds.h86 int (*ds_read_bit)(void *); member
107 buf |= (dsh->ds_read_bit)(dsh->ds_hw_handle) << i; in ds_read_byte()
/netbsd-src/sys/arch/amiga/dev/
H A Ddrbbc.c95 sc->sc_dsh.ds_read_bit = draco_ds_read_bit; in drbbc_attach()