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

/netbsd-current/sys/dev/ic/
H A Dds.h98 static void ds_write_byte(struct ds_handle *, unsigned int);
113 ds_write_byte(struct ds_handle *dsh, unsigned int b) function
/netbsd-current/sys/arch/amiga/dev/
H A Ddrbbc.c102 ds_write_byte(&sc->sc_dsh, DS_ROM_READ);
170 ds_write_byte(&drbbc_sc->sc_dsh, DS_ROM_SKIP);
172 ds_write_byte(&drbbc_sc->sc_dsh, DS_MEM_READ_MEMORY);
174 ds_write_byte(&drbbc_sc->sc_dsh, 0x02);
175 ds_write_byte(&drbbc_sc->sc_dsh, 0x02);

Completed in 122 milliseconds