| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | i3000_edac.c | 174 u16 errsts; member 202 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts); in i3000_get_error_info() 203 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_get_error_info() 216 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info() 239 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_process_error_info() 245 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info() 249 info->errsts = info->errsts2; in i3000_process_error_info() 258 if (info->errsts & I3000_ERRSTS_UE) in i3000_process_error_info()
|
| H A D | i82875p_edac.c | 168 u16 errsts; member 198 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts); in i82875p_get_error_info() 200 if (!(info->errsts & 0x0081)) in i82875p_get_error_info() 214 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_get_error_info() 231 if (!(info->errsts & 0x0081)) in i82875p_process_error_info() 237 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_process_error_info() 241 info->errsts = info->errsts2; in i82875p_process_error_info() 247 if (info->errsts & 0x0080) in i82875p_process_error_info()
|
| H A D | i82860_edac.c | 48 u16 errsts; member 76 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts); in i82860_get_error_info() 91 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_get_error_info() 110 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_process_error_info() 113 info->errsts = info->errsts2; in i82860_process_error_info() 120 if (info->errsts & 0x0002) in i82860_process_error_info()
|
| H A D | i3200_edac.c | 151 u16 errsts; member 194 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts); in i3200_get_and_clear_error_info() 195 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_get_and_clear_error_info() 210 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info() 225 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_process_error_info() 228 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info() 231 info->errsts = info->errsts2; in i3200_process_error_info()
|
| H A D | x38_edac.c | 136 u16 errsts; member 177 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts); in x38_get_and_clear_error_info() 178 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_get_and_clear_error_info() 193 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info() 209 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_process_error_info() 212 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info() 216 info->errsts = info->errsts2; in x38_process_error_info()
|
| H A D | ie31200_edac.c | 191 u16 errsts; member 272 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts); in ie31200_get_and_clear_error_info() 273 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info() 288 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info() 304 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info() 307 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info() 310 info->errsts = info->errsts2; in ie31200_process_error_info()
|
| H A D | i82975x_edac.c | 217 u16 errsts; member 250 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts); in i82975x_get_error_info() 268 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_get_error_info() 289 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_process_error_info() 292 info->errsts = info->errsts2; in i82975x_process_error_info() 315 if (info->errsts & 0x0002) in i82975x_process_error_info()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | myrb.c | 2676 unsigned char errsts = readb(base + DAC960_LA_ERRSTS_OFFSET); in DAC960_LA_read_error_status() local 2678 if (!(errsts & DAC960_LA_ERRSTS_PENDING)) in DAC960_LA_read_error_status() 2680 errsts &= ~DAC960_LA_ERRSTS_PENDING; in DAC960_LA_read_error_status() 2682 *error = errsts; in DAC960_LA_read_error_status() 2953 unsigned char errsts = readb(base + DAC960_PG_ERRSTS_OFFSET); in DAC960_PG_read_error_status() local 2955 if (!(errsts & DAC960_PG_ERRSTS_PENDING)) in DAC960_PG_read_error_status() 2957 errsts &= ~DAC960_PG_ERRSTS_PENDING; in DAC960_PG_read_error_status() 2958 *error = errsts; in DAC960_PG_read_error_status() 3190 unsigned char errsts = readb(base + DAC960_PD_ERRSTS_OFFSET); in DAC960_PD_read_error_status() local 3192 if (!(errsts & DAC960_PD_ERRSTS_PENDING)) in DAC960_PD_read_error_status() [all …]
|
| H A D | scsi_debug.c | 1985 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local 2124 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes() 2126 return errsts; in resp_rsup_opcodes() 7260 int errsts = 0; in scsi_debug_queuecommand() local 7369 errsts = make_ua(scp, devip); in scsi_debug_queuecommand() 7370 if (errsts) in scsi_debug_queuecommand() 7375 errsts = resp_not_ready(scp, devip); in scsi_debug_queuecommand() 7376 if (errsts) in scsi_debug_queuecommand() 7392 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand() 7405 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | nci.h | 83 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | aiutils.c | 1765 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in BCMPOSTTRAPFN() 1779 ai, errsts, err_axi_id, hi_addr, lo_addr)); in BCMPOSTTRAPFN() 1841 errsts &= AIELS_ERROR_MASK; in BCMPOSTTRAPFN() 1844 if (!(((err_axi_id == axi_id) && (errsts == ignore_errsts)) || in BCMPOSTTRAPFN() 1845 ((err_axi_id == axi_id2) && (errsts == ignore_errsts_2)))) { in BCMPOSTTRAPFN()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | aiutils.c | 1765 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in BCMPOSTTRAPFN() 1779 ai, errsts, err_axi_id, hi_addr, lo_addr)); in BCMPOSTTRAPFN() 1841 errsts &= AIELS_ERROR_MASK; in BCMPOSTTRAPFN() 1844 if (!(((err_axi_id == axi_id) && (errsts == ignore_errsts)) || in BCMPOSTTRAPFN() 1845 ((err_axi_id == axi_id2) && (errsts == ignore_errsts_2)))) { in BCMPOSTTRAPFN()
|
| H A D | nciutils.c | 2838 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in nci_ignore_errlog() argument 2852 ai, errsts, err_axi_id, hi_addr, lo_addr)); in nci_ignore_errlog() 2875 errsts &= AIELS_ERROR_MASK; in nci_ignore_errlog() 2878 if (!(((err_axi_id == axi_id) && (errsts == ignore_errsts)) || in nci_ignore_errlog() 2879 ((err_axi_id == axi_id2) && (errsts == ignore_errsts_2)))) { in nci_ignore_errlog()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | aiutils.c | 1389 ai_ignore_errlog(si_info_t *sii, uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in ai_ignore_errlog() argument 1410 if ((errsts & AIELS_TIMEOUT_MASK) != AIELS_SLAVE_ERR) in ai_ignore_errlog()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | aiutils.c | 1549 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in ai_ignore_errlog() argument 1602 if ((errsts & AIELS_TIMEOUT_MASK) != ignore_errsts) in ai_ignore_errlog()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | aiutils.c | 1549 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in ai_ignore_errlog() argument 1602 if ((errsts & AIELS_TIMEOUT_MASK) != ignore_errsts) in ai_ignore_errlog()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | aiutils.c | 1549 uint32 lo_addr, uint32 hi_addr, uint32 err_axi_id, uint32 errsts) in ai_ignore_errlog() argument 1602 if ((errsts & AIELS_TIMEOUT_MASK) != ignore_errsts) in ai_ignore_errlog()
|