Searched refs:ram_type (Results 1 – 7 of 7) sorted by relevance
47 u32 ram_type; member300 switch (blk->ram_type) { in catpt_load_block()344 switch (blk->ram_type) { in catpt_restore_basefw()387 switch (blk->ram_type) { in catpt_restore_module()441 if (blk->ram_type == CATPT_RAM_TYPE_INSTANCE) { in catpt_load_module()
354 else if (par->ram_type >= SDRAM) in aty_set_pll_ct()451 switch (par->ram_type) { in aty_init_pll_ct()557 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()
147 u8 ram_type; member
768 enum comms_ram_types ram_type :2; member
1837 response->ram_type = FIELD_GET(COMMS_STATUS_RAM_TYPE_MASK, status); in hl_fw_dynamic_extract_fw_response()1839 if ((response->ram_type != COMMS_SRAM) && in hl_fw_dynamic_extract_fw_response()1840 (response->ram_type != COMMS_DRAM)) { in hl_fw_dynamic_extract_fw_response()1842 response->ram_type); in hl_fw_dynamic_extract_fw_response()2225 region_id = (response->ram_type == COMMS_SRAM) ? in hl_fw_dynamic_read_and_validate_descriptor()
1412 u8 ram_type; member
2819 const char *fw_file, enum mt7996_ram_type ram_type) in __mt7996_load_ram() argument2839 ret = mt7996_mcu_send_ram_firmware(dev, hdr, fw->data, ram_type); in __mt7996_load_ram()