Searched refs:I3000_ERRSTS_BITS (Results 1 – 1 of 1) sorted by relevance
87 #define I3000_ERRSTS_BITS 0x0b03 /* bits which indicate errors */ macro205 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_get_error_info()218 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info()228 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS, in i3000_get_error_info()229 I3000_ERRSTS_BITS); in i3000_get_error_info()241 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_process_error_info()247 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info()426 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS, in i3000_probe1()427 I3000_ERRSTS_BITS); in i3000_probe1()