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

/linux-master/drivers/parisc/
H A Dlba_pci.c1171 int lba_num; local
1182 lba_num = READ_REG32(lba_dev->hba.base_addr + LBA_FW_SCRATCH);
1185 r->start = lba_num & 0xff;
1186 r->end = (lba_num>>8) & 0xff;
1332 lba_num = HBA_PORT_BASE(lba_dev->hba.hba_num);
1333 r->start |= lba_num;
1334 r->end |= lba_num;

Completed in 90 milliseconds