Lines Matching +full:0 +full:x01ffffff

33 #define TO_DMA_MASK(m)	(~((unsigned long long)m & 0xffffffff))
51 static int gvp11_xfer_mask = 0;
64 static int scsi_alloc_out_of_range = 0; in dma_setup()
83 wh->dma_bounce_len = (scsi_pointer->this_residual + 511) & ~0x1ff; in dma_setup()
98 wh->dma_bounce_len = 0; in dma_setup()
144 wh->dma_bounce_len = 0; in dma_setup()
175 bank_mask = (~wh->dma_xfer_mask >> 18) & 0x01c0; in dma_setup()
183 return 0; in dma_setup()
216 wh->dma_bounce_len = 0; in dma_stop()
262 if (q & 0x08) /* bit 3 should always be clear */ in check_wd33c93()
273 if (*scmd_3393 != q) /* and so should the image at 0x1f */ in check_wd33c93()
292 *sasr_3393 = 0x1e; /* this register is unimplemented */ in check_wd33c93()
294 *sasr_3393 = 0x1e; in check_wd33c93()
296 *sasr_3393 = 0x1e; in check_wd33c93()
298 *sasr_3393 = 0x1e; in check_wd33c93()
300 if (qq != q || qq != 0xff) /* should be read only, all 1's */ in check_wd33c93()
310 if (qq != (~q & 0xff)) /* should be read/write */ in check_wd33c93()
314 return 0; in check_wd33c93()
342 if (zorro_resource_len(z) != 0x10000) in gvp11_probe()
366 regs->secret1 = 0; in gvp11_probe()
370 regs->CNTR = 0; in gvp11_probe()
371 regs->BANK = 0; in gvp11_probe()
389 hdata->wh.no_sync = 0xff; in gvp11_probe()
390 hdata->wh.fast = 0; in gvp11_probe()
397 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000); in gvp11_probe()
415 return 0; in gvp11_probe()
431 hdata->regs->CNTR = 0; in gvp11_remove()
445 { ZORRO_PROD_GVP_COMBO_030_R3_SCSI, ~0x00ffffff },
446 { ZORRO_PROD_GVP_SERIES_II, ~0x00ffffff },
447 { ZORRO_PROD_GVP_GFORCE_030_SCSI, ~0x01ffffff },
448 { ZORRO_PROD_GVP_A530_SCSI, ~0x01ffffff },
449 { ZORRO_PROD_GVP_COMBO_030_R4_SCSI, ~0x01ffffff },
450 { ZORRO_PROD_GVP_A1291, ~0x07ffffff },
451 { ZORRO_PROD_GVP_GFORCE_040_SCSI_1, ~0x07ffffff },
452 { 0 }