Lines Matching refs:page_reg
309 host->card.page_reg = 0x80; in acornscsi_resetcard()
310 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
315 host->card.page_reg = 0; in acornscsi_resetcard()
316 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
363 host->card.page_reg = 0x40; in acornscsi_resetcard()
364 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
895 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
914 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
917 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read()
940 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()
959 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()
962 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()