~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-iop13xx/pci.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
/* This routine checks the status of the last configuration cycle.  If an error
226
226
 * was detected it returns >0, else it returns a 0.  The errors being checked
227
227
 * are parity, master abort, target abort (master and target).  These types of
228
 
 * errors occure during a config cycle where there is no device, like during
 
228
 * errors occur during a config cycle where there is no device, like during
229
229
 * the discovery stage.
230
230
 */
231
231
static int iop13xx_atux_pci_status(int clear)
332
332
/* This routine checks the status of the last configuration cycle.  If an error
333
333
 * was detected it returns >0, else it returns a 0.  The errors being checked
334
334
 * are parity, master abort, target abort (master and target).  These types of
335
 
 * errors occure during a config cycle where there is no device, like during
 
335
 * errors occur during a config cycle where there is no device, like during
336
336
 * the discovery stage.
337
337
 */
338
338
static int iop13xx_atue_pci_status(int clear)