Searched refs:mc_status (Results 1 – 5 of 5) sorted by relevance
/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_ctrl.c | 135 unsigned int mc_status; in s5p_mfc_reset() local 176 mc_status = mfc_read(dev, S5P_FIMV_MC_STATUS); in s5p_mfc_reset() 178 } while (mc_status & 0x3); in s5p_mfc_reset()
|
/drivers/net/ethernet/i825xx/ |
D | ether1.h | 121 unsigned short mc_status; member
|
D | ether1.c | 560 while (((status = ether1_readw(dev, MC_ADDR, mc_t, mc_status, DISABLEIRQS)) in ether1_init_for_open()
|
/drivers/edac/ |
D | i7core_edac.c | 206 u32 mc_status; member 412 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) 413 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) 515 pci_read_config_dword(pdev, MC_STATUS, &pvt->info.mc_status); in get_dimm_config() 521 pvt->info.mc_status, pvt->info.max_dod, pvt->info.ch_map); in get_dimm_config()
|
/drivers/xen/ |
D | mcelog.c | 271 m.status = mc_bank->mc_status; in convert_log()
|