Home | History | Annotate | Download | only in ic

Lines Matching defs:tflags

408 	uint32_t tflags;
436 tflags = bus_space_read_4(sc->sc_c.sc_rt, sc->sc_c.sc_rh,
439 printf("interrupt, istat=0x%x tflags=0x%x "
440 "DSA=0x%x DSP=0x%lx\n", istat, tflags,
446 target = (tflags & A_f_c_target) ? ((tflags >> 8) & 0xff) : -1;
448 lun = (tflags & A_f_c_lun) ? ((tflags >> 16) & 0xff) : -1;
450 tag = (tflags & A_f_c_tag) ? ((tflags >> 24) & 0xff) : -1;