Lines Matching defs:width
791 static void FPT_siwidr(u32 port, unsigned char width);
3405 unsigned char width;
3412 width = FPT_sfm(port, currSCCB);
3414 if ((width == 0x00) && (currSCCB->Sccb_scsimsg == MSG_PARITY_ERROR)) {
3421 width = 0;
3423 if (width) {
3425 width = 0;
3427 width = NARROW_SCSI;
3431 FPT_sssyncv(port, currSCCB->TargID, width, currTar_Info);
3457 width = SM16BIT;
3459 width = SM8BIT;
3461 FPT_siwidr(port, width);
3474 static void FPT_siwidr(u32 port, unsigned char width)
3483 WRW_HARPOON((port + SYNC_MSGS + 8), (MPM_OP + AMSG_OUT + width));