Searched refs:mc_size (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | intel.c | 268 unsigned int mc_size; in memdup_patch() 270 for (; size >= sizeof(struct microcode_header_intel); size -= mc_size, data += mc_size) { in memdup_patch() 273 mc_size = get_totalsize(mc_header); in save_microcode_patch() 274 if (!mc_size || mc_size > size || in save_microcode_patch() 479 unsigned int mc_size, data_size; in apply_microcode_early() 487 mc_size = get_totalsize(&mc_header); in apply_microcode_early() 488 if (mc_size < sizeof(mc_header)) { in apply_microcode_early() 492 data_size = mc_size in apply_microcode_early() 342 unsigned int mc_size; scan_microcode() local 756 unsigned int mc_size, data_size; generic_load_microcode() local [all...] |
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw_t5.c | 257 u32 edc_size, mc_size, win_pf, mem_reg, mem_aperture, mem_base; in csio_t5_memory_rw() local 276 mc_size = EXT_MEM_SIZE_G(csio_rd_reg32(hw, in csio_t5_memory_rw() 278 memoffset = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in csio_t5_memory_rw()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 500 u32 edc_size, mc_size, mem_reg; in t4_memory_rw_init() local 515 mc_size = EXT_MEM0_SIZE_G(t4_read_reg(adap, in t4_memory_rw_init() 517 *mem_off = (MEM_MC0 * edc_size + mc_size) * 1024 * 1024; in t4_memory_rw_init()
|