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

/netbsd-current/sys/dev/ic/
H A Dds.h97 static u_int8_t ds_read_byte(struct ds_handle *);
101 ds_read_byte(struct ds_handle *dsh) function
/netbsd-current/sys/arch/amiga/dev/
H A Ddrbbc.c104 rombuf[i] = ds_read_byte(&sc->sc_dsh);
177 usecs = (ds_read_byte(&drbbc_sc->sc_dsh) * 1000000) / 256;
178 clkbuf = ds_read_byte(&drbbc_sc->sc_dsh)
179 + (ds_read_byte(&drbbc_sc->sc_dsh)<<8)
180 + (ds_read_byte(&drbbc_sc->sc_dsh)<<16)
181 + (ds_read_byte(&drbbc_sc->sc_dsh)<<24);

Completed in 126 milliseconds