Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/arm/
Dacornscsi.c315 host->card.page_reg = 0x80; in acornscsi_resetcard()
316 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
321 host->card.page_reg = 0; in acornscsi_resetcard()
322 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
369 host->card.page_reg = 0x40; in acornscsi_resetcard()
370 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
912 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
931 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
934 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
957 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()
[all …]
Dacornscsi.h343 unsigned char page_reg; /* current setting of page reg */ member