Searched refs:pt1_write_reg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/pci/pt1/ |
H A D | pt1.c | 288 static void pt1_write_reg(struct pt1 *pt1, int reg, u32 data) in pt1_write_reg() function 303 pt1_write_reg(pt1, 0, 0x00000020); in pt1_increment_table_count() 308 pt1_write_reg(pt1, 0, 0x00000010); in pt1_init_table_count() 313 pt1_write_reg(pt1, 5, first_pfn); in pt1_register_tables() 314 pt1_write_reg(pt1, 0, 0x0c000040); in pt1_register_tables() 319 pt1_write_reg(pt1, 0, 0x08080000); in pt1_unregister_tables() 328 pt1_write_reg(pt1, 0, 0x00000008); in pt1_sync() 340 pt1_write_reg(pt1, 0, 0x00000008); in pt1_identify() 348 pt1_write_reg(pt1, 0, 0x00000008); in pt1_unlock() 361 pt1_write_reg(pt1, 0, 0x01010000); in pt1_reset_pci() [all …]
|