Home
last modified time | relevance | path

Searched refs:CmdPageStart (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c7xx.c357 int CmdPageStart = (0 - Ent_dsa_zero - sizeof(struct NCR53c7x0_cmd)) & 0xff; variable
1293 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()