Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dthp7312.c1388 #define THP7312_RAM_BANK_SIZE (32 * 1024) macro
1664 num_banks = DIV_ROUND_UP(size, THP7312_RAM_BANK_SIZE); in thp7312_fw_load_to_ram()
1670 const u32 bank_addr = 0x10000000 | (i * THP7312_RAM_BANK_SIZE); in thp7312_fw_load_to_ram()
1679 bank_size = min_t(u32, size, THP7312_RAM_BANK_SIZE); in thp7312_fw_load_to_ram()