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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c330 host->card.page_reg = 0x80;
331 writeb(host->card.page_reg, host->fast + PAGE_REG);
336 host->card.page_reg = 0;
337 writeb(host->card.page_reg, host->fast + PAGE_REG);
384 host->card.page_reg = 0x40;
385 writeb(host->card.page_reg, host->fast + PAGE_REG);
924 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG);
943 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG);
946 writeb(host->card.page_reg, host->fast + PAGE_REG);
969 writeb((page & 0x3f) | host->card.page_reg, hos
[all...]
H A Dacornscsi.h346 unsigned char page_reg; /* current setting of page reg */ member in struct:acornscsi_hostdata::__anon14250

Completed in 177 milliseconds