HomeSort by: relevance | last modified time | path
    Searched defs:cc_size (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/cardbus/
com_cardbus.c 64 bus_size_t cc_size; member in struct:com_cardbus_softc
226 &csc->cc_size) != 0) {
335 sc->sc_regs.cr_ioh, csc->cc_size);
  /src/sys/dev/sun/
cgsixvar.h 49 struct fbcurpos cc_size; /* size of mask & image fields */ member in struct:cg6_cursor
  /src/sys/arch/sparc/dev/
cgfourteenvar.h 66 struct fbcurpos cc_size; /* size of mask & image fields */ member in struct:cg14_cursor
  /src/sys/dev/ic/
igsfbvar.h 50 struct wsdisplay_curpos cc_size; member in struct:igs_hwcursor
  /src/sys/dev/tc/
sticvar.h 55 struct wsdisplay_curpos cc_size; member in struct:stic_hwcursor64
cfb.c 108 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
556 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
558 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
759 cc->cc_size = p->size;
mfb.c 96 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
533 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
535 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
647 cc->cc_size = p->size;
xcfb.c 67 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
628 cc->cc_size = p->size;
727 while (i < sc->sc_cursor.cc_size.y * 8) {
729 if ((i & 0x4) && sc->sc_cursor.cc_size.x < 33)
sfb.c 116 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
608 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
610 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
813 cc->cc_size = p->size;
tfb.c 133 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
606 while (bcnt < sc->sc_cursor.cc_size.y * 16) {
608 if ((bcnt & 0x8) && sc->sc_cursor.cc_size.x < 33) {
817 cc->cc_size = p->size;
sfbplus.c 90 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
594 (*sc->sc_hwops.shape)(base, &cc->cc_size, cc->cc_image);
796 cc->cc_size = p->size;
  /src/sys/arch/pmax/ibus/
pm.c 69 struct wsdisplay_curpos cc_size; member in struct:hwcursor64
638 x = 0xffff >> (16 - sc->sc_cursor.cc_size.x);
765 cc->cc_size = p->size;
  /src/sys/arch/arm/iomd/
vidcvideo.c 79 struct wsdisplay_curpos cc_size; member in struct:hwcursor32
743 cc->cc_size = p->size;

Completed in 19 milliseconds