Searched refs:error_bits (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_sabre.c305 unsigned long afsr, afar, error_bits; local
313 error_bits = afsr &
317 if (!error_bits)
319 sabre_write(afsr_reg, error_bits);
324 ((error_bits & SABRE_UEAFSR_PDRD) ?
326 ((error_bits & SABRE_UEAFSR_PDWR) ?
328 ((error_bits & SABRE_UEAFSR_PDTE) ?
365 unsigned long afsr, afar, error_bits; local
373 error_bits = afsr &
376 if (!error_bits)
453 unsigned long afsr, afar, error_bits; local
[all...]
H A Dpci_common.c372 u16 status, error_bits; local
375 error_bits =
378 if (error_bits) {
379 pci_write_config_word(pdev, PCI_STATUS, error_bits);
396 u16 status, error_bits; local
399 error_bits =
401 if (error_bits) {
402 pci_write_config_word(pdev, PCI_STATUS, error_bits);
419 u16 status, error_bits; local
422 error_bits
[all...]
H A Dpci_psycho.c416 unsigned long afsr, afar, error_bits; local
424 error_bits = afsr &
427 if (!error_bits)
429 psycho_write(afsr_reg, error_bits);
434 (((error_bits & PSYCHO_UEAFSR_PPIO) ?
436 ((error_bits & PSYCHO_UEAFSR_PDRD) ?
438 ((error_bits & PSYCHO_UEAFSR_PDWR) ?
494 unsigned long afsr, afar, error_bits; local
502 error_bits = afsr &
505 if (!error_bits)
616 unsigned long afsr, afar, error_bits; local
[all...]
H A Dpci_schizo.c391 unsigned long afsr, afar, error_bits; local
407 error_bits = afsr &
410 if (!error_bits)
412 schizo_write(afsr_reg, error_bits);
417 (((error_bits & SCHIZO_UEAFSR_PPIO) ?
419 ((error_bits & SCHIZO_UEAFSR_PDRD) ?
421 ((error_bits & SCHIZO_UEAFSR_PDWR) ?
479 unsigned long afsr, afar, error_bits; local
495 error_bits = afsr &
498 if (!error_bits)
651 unsigned long afsr, afar, error_bits; local
[all...]
H A Dsbus.c783 unsigned long afsr, afar, error_bits; local
794 error_bits = afsr &
797 upa_writeq(error_bits, afsr_reg);
802 (((error_bits & SYSIO_UEAFSR_PPIO) ?
804 ((error_bits & SYSIO_UEAFSR_PDRD) ?
806 ((error_bits & SYSIO_UEAFSR_PDWR) ?
856 unsigned long afsr, afar, error_bits; local
867 error_bits = afsr &
870 upa_writeq(error_bits, afsr_reg);
874 (((error_bits
930 unsigned long afsr, afar, error_bits; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-io.c342 unsigned long *error_bits)
371 if (error_bits)
372 *error_bits = io.error;
340 sync_io(struct dm_io_client *client, unsigned int num_regions, struct io_region *where, int rw, struct dpages *dp, unsigned long *error_bits) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dapicdef.h229 } error_bits; member in union:local_apic::__anon8751
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dapicdef.h244 } error_bits; member in union:local_apic::__anon9565

Completed in 79 milliseconds