Searched refs:bttl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Datp870u.c717 unsigned long l, bttl = 0; local
886 bttl = sg_dma_address(sgpnt);
889 printk("1. bttl %x, l %x\n",bttl, l);
894 (((u32 *) (prd))[i >> 1]) = cpu_to_le32(bttl);
896 bttl += 0x10000;
899 (((u32 *) (prd))[i >> 1]) = cpu_to_le32(bttl);
911 printk("2. bttl %x, l %x\n",bttl, l);

Completed in 221 milliseconds