Home
last modified time | relevance | path

Searched refs:PAGE_REG (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_tp9930.c474 techpoint_write_reg(client, PAGE_REG, ch); in tp9930_set_decoder_mode()
491 techpoint_write_reg(client, PAGE_REG, ch); in tp9930_get_channel_input_status()
506 techpoint_write_reg(client, PAGE_REG, i); in tp9930_get_all_input_status()
H A Dtechpoint_tp2855.c211 techpoint_write_reg(client, PAGE_REG, ch); in tp2855_get_channel_input_status()
225 techpoint_write_reg(client, PAGE_REG, i); in tp2855_get_all_input_status()
572 techpoint_write_reg(client, PAGE_REG, ch); in tp2855_set_decoder_mode()
H A Dtechpoint_common.h43 #define PAGE_REG 0x40 macro
H A Dtechpoint_tp9950.c116 techpoint_write_reg(client, PAGE_REG, ch); in tp9950_get_channel_input_status()
128 techpoint_write_reg(client, PAGE_REG, i); in tp9950_get_all_input_status()
/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A Dacornscsi.c193 #define PAGE_REG 0x3000 macro
316 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard()
322 writeb(host->card.page_reg, host->fast + PAGE_REG); 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()
976 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()
979 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write()
[all …]