Searched refs:ds_hw_handle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dds.h89 void *ds_hw_handle; member in struct:ds_handle
107 buf |= (dsh->ds_read_bit)(dsh->ds_hw_handle) << i;
118 (dsh->ds_write_bit)(dsh->ds_hw_handle, b & 1);
/netbsd-current/sys/arch/amiga/dev/
H A Ddrbbc.c98 sc->sc_dsh.ds_hw_handle = (void *)(DRCCADDR + DRIOCTLPG*PAGE_SIZE);
100 sc->sc_dsh.ds_reset(sc->sc_dsh.ds_hw_handle);
168 drbbc_sc->sc_dsh.ds_reset(drbbc_sc->sc_dsh.ds_hw_handle);

Completed in 123 milliseconds