Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/arm/
Dacornscsi.c318 host->card.page_reg = 0x80; in acornscsi_resetcard()
319 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
324 host->card.page_reg = 0; in acornscsi_resetcard()
325 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
372 host->card.page_reg = 0x40; in acornscsi_resetcard()
373 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
914 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
933 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
936 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
959 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()
[all …]
Dacornscsi.h346 unsigned char page_reg; /* current setting of page reg */ member