Searched refs:PAGE_REG (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_tp9930.c | 474 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 D | techpoint_tp2855.c | 211 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 D | techpoint_common.h | 43 #define PAGE_REG 0x40 macro
|
| H A D | techpoint_tp9950.c | 116 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 D | acornscsi.c | 193 #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 …]
|