Searched refs:CmdPageStart (Results 1 – 1 of 1) sorted by relevance
357 int CmdPageStart = (0 - Ent_dsa_zero - sizeof(struct NCR53c7x0_cmd)) & 0xff; variable1293 if (((u32)t & 0xff) > CmdPageStart) in ncr53c7xx_init()1295 t = (void *)(((u32)t & ~0xff) + CmdPageStart); in ncr53c7xx_init()1299 printk ("scsi: CmdPageStart = 0x%02x\n", CmdPageStart); in ncr53c7xx_init()3116 if (((u32)tmp & 0xff) > CmdPageStart) in allocate_cmd()3118 tmp = (struct NCR53c7x0_cmd *)(((u32)tmp & ~0xff) + CmdPageStart); in allocate_cmd()