Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
D53c700.h382 #define DBC_REG 0x24 macro
D53c700.c460 (NCR_700_readl(host, DBC_REG) & 0x7f)) & 0x7f; in NCR_700_data_residual()
463 (NCR_700_readl(host, DBC_REG) & 0x3f)) & 0x3f; in NCR_700_data_residual()
1599 …int count = (hostdata->script[Ent_SendMessage/4] & 0xffffff) - ((NCR_700_readl(host, DBC_REG) & 0x… in NCR_700_intr()
1605 int data_transfer = NCR_700_readl(host, DBC_REG) & 0xffffff; in NCR_700_intr()