Searched refs:mc_status (Results 1 - 4 of 4) sorted by relevance
/drivers/media/video/s5p-mfc/ |
H A D | s5p_mfc_ctrl.c | 158 unsigned int mc_status; local 177 mc_status = mfc_read(dev, S5P_FIMV_MC_STATUS); 179 } while (mc_status & 0x3);
|
/drivers/net/ethernet/i825xx/ |
H A D | ether1.h | 121 unsigned short mc_status; member in struct:__anon2170
|
H A D | ether1.c | 561 while (((status = ether1_readw(dev, MC_ADDR, mc_t, mc_status, DISABLEIRQS))
|
/drivers/edac/ |
H A D | i7core_edac.c | 206 u32 mc_status; member in struct:i7core_info 409 #define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4)) 410 #define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch)) 613 pci_read_config_dword(pdev, MC_STATUS, &pvt->info.mc_status); 618 pvt->i7core_dev->socket, pvt->info.mc_control, pvt->info.mc_status,
|
Completed in 165 milliseconds