Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-fw.c206 u32 tmp, filesize, version, err_flags, first_timeout, fwlength; in saa7164_downloadfirmware() local
231 err_flags = saa7164_readl(SAA_BOOTLOADERERROR_FLAGS); in saa7164_downloadfirmware()
233 __func__, err_flags); in saa7164_downloadfirmware()
235 while (err_flags != SAA_DEVICE_IMAGE_BOOTING) { in saa7164_downloadfirmware()
237 __func__, err_flags); in saa7164_downloadfirmware()
240 if (err_flags & SAA_DEVICE_IMAGE_CORRUPT) { in saa7164_downloadfirmware()
245 if (err_flags & SAA_DEVICE_MEMORY_CORRUPT) { in saa7164_downloadfirmware()
250 if (err_flags & SAA_DEVICE_NO_IMAGE) { in saa7164_downloadfirmware()
255 if (err_flags & SAA_DEVICE_IMAGE_SEARCHING) { in saa7164_downloadfirmware()
263 } else if (err_flags & SAA_DEVICE_IMAGE_LOADING) { in saa7164_downloadfirmware()
[all …]
/linux-4.1.27/arch/x86/boot/
Dcpu.c37 static void show_cap_strs(u32 *err_flags) in show_cap_strs() argument
43 u32 e = err_flags[i]; in show_cap_strs()
65 u32 e = err_flags[i]; in show_cap_strs()
77 u32 *err_flags; in validate_cpu() local
80 check_cpu(&cpu_level, &req_level, &err_flags); in validate_cpu()
90 if (err_flags) { in validate_cpu()
93 show_cap_strs(err_flags); in validate_cpu()
Dcpucheck.c32 static u32 err_flags[NCAPINTS]; variable
86 err_flags[i] = req_flags[i] & ~cpu.flags[i]; in check_cpuflags()
87 if (err_flags[i]) in check_cpuflags()
119 !(err_flags[0] & in check_cpu()
135 !(err_flags[0] & ~(1 << X86_FEATURE_CX8)) && in check_cpu()
165 !(err_flags[0] & ~(1 << X86_FEATURE_PAE)) && in check_cpu()
180 *err_flags_ptr = err ? err_flags : NULL; in check_cpu()
/linux-4.1.27/drivers/md/
Ddm-mpath.h20 void dm_pg_init_complete(struct dm_path *path, unsigned err_flags);
/linux-4.1.27/drivers/net/ethernet/alteon/
Dacenic.h513 u16 err_flags; member
515 u16 err_flags; member
/linux-4.1.27/kernel/trace/
Dtrace_uprobe.c917 goto err_flags; in probe_event_enable()
929 err_flags: in probe_event_enable()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1375 u16 err_flags; in atl1e_rx_checksum() local
1379 err_flags = prrs->err_flag; in atl1e_rx_checksum()
1389 if (!(err_flags & (RRS_ERR_IP_CSUM | RRS_ERR_L4_CSUM))) { in atl1e_rx_checksum()
/linux-4.1.27/drivers/mtd/nand/
Datmel_nand.c1645 u32 err_flags = NFC_SR_DTOE | NFC_SR_UNDEF | NFC_SR_AWB | NFC_SR_ASE; in nfc_read_status() local
1648 if (unlikely(nfc_status & err_flags)) { in nfc_read_status()