Searched refs:sc_handle (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dcounter.c61 bus_space_handle_t sc_handle; member in struct:ct_softc
92 sc->sc_handle = handle;
109 return (bus_space_read_8(sc->sc_tag, sc->sc_handle, sc->sc_offset));
/freebsd-9.3-release/sys/boot/uboot/lib/
H A Dnet.c82 int sc_handle; /* device handle for ub_dev_xxx */ member in struct:uboot_softc
119 uboot_softc.sc_handle = i;
150 rv = ub_dev_send(sc->sc_handle, sc->sc_txbufp, sendlen);
176 err = ub_dev_recv(sc->sc_handle, sc->sc_rxbuf, len, &rlen);
213 if ((err = ub_dev_open(sc->sc_handle)) != 0)
218 di = ub_dev_get(sc->sc_handle);
243 if ((err = ub_dev_close(sc->sc_handle)) != 0)
/freebsd-9.3-release/sys/dev/cfi/
H A Dcfi_core.c64 val = bus_space_read_1(sc->sc_tag, sc->sc_handle, ofs);
67 val = bus_space_read_2(sc->sc_tag, sc->sc_handle, ofs);
70 val = bus_space_read_4(sc->sc_tag, sc->sc_handle, ofs);
86 bus_space_write_1(sc->sc_tag, sc->sc_handle, ofs, val);
89 bus_space_write_2(sc->sc_tag, sc->sc_handle, ofs, val);
92 bus_space_write_4(sc->sc_tag, sc->sc_handle, ofs, val);
153 sc->sc_handle = rman_get_bushandle(sc->sc_res);
248 sc->sc_handle = rman_get_bushandle(sc->sc_res);
410 bus_space_write_1(sc->sc_tag, sc->sc_handle,
414 bus_space_write_2(sc->sc_tag, sc->sc_handle,
[all...]
H A Dcfi_var.h44 bus_space_handle_t sc_handle; member in struct:cfi_softc

Completed in 119 milliseconds