Home
last modified time | relevance | path

Searched refs:sc_handle (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/sparc64/dev/
Dfd.c202 #define sc_handle sc_io.fdcio_handle macro
342 BUS_SPACE_MAP_LINEAR, 0, &fdc->sc_handle) != 0) { in fdcattach_sbus()
356 bus_space_unmap(sa->sa_bustag, fdc->sc_handle, sa->sa_size); in fdcattach_sbus()
386 BUS_SPACE_MAP_PROMADDRESS, &fdc->sc_handle) != 0) { in fdcattach_ebus()
393 ea->ea_regs[0].size, 0, 0, &fdc->sc_handle) == 0) { in fdcattach_ebus()
397 ea->ea_regs[0].size, 0, 0, &fdc->sc_handle) == 0) { in fdcattach_ebus()
557 bus_space_handle_t h = fdc->sc_handle; in fdmatch()
806 bus_space_handle_t h = fdc->sc_handle; in fdc_reset()
836 bus_space_write_1(fdc->sc_bustag, fdc->sc_handle, in fd_set_motor()
875 bus_space_handle_t h = fdc->sc_handle; in fdcresult()
[all …]
/openbsd/src/sys/dev/pv/
Dhypervvar.h154 volatile uint32_t sc_handle; member
Dhyperv.c882 sc->sc_handle = VMBUS_GPADL_START; in hv_vmbus_connect()
1699 *handle = atomic_inc_int_nv(&sc->sc_handle); in hv_handle_alloc()