Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Datp870u.c623 unsigned long l, bttl; in send_s870() local
807 bttl = virt_to_bus(sgpnt[j].address); in send_s870()
812 (((unsigned long *) (prd))[i >> 1]) = bttl; in send_s870()
814 bttl += 0x10000; in send_s870()
817 (((unsigned long *) (prd))[i >> 1]) = bttl; in send_s870()
827 bttl = virt_to_bus(workrequ->request_buffer); in send_s870()
833 (((unsigned long *) (prd))[i >> 1]) = bttl; in send_s870()
835 bttl += 0x10000; in send_s870()
840 (((unsigned long *) (prd))[i >> 1]) = bttl; in send_s870()