Lines Matching refs:x1
326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21)
350 #define BRIDGE_CTRL_SS_PAR_BAD (0x1 << 20)
351 #define BRIDGE_CTRL_SS_PAR_EN (0x1 << 19)
357 #define BRIDGE_CTRL_SSRAM_64K (BRIDGE_CTRL_SSRAM_SIZE(0x1))
360 #define BRIDGE_CTRL_F_BAD_PKT (0x1 << 16)
364 #define BRIDGE_CTRL_CLR_RLLP_CNT (0x1 << 11)
365 #define BRIDGE_CTRL_CLR_TLLP_CNT (0x1 << 10)
366 #define BRIDGE_CTRL_SYS_END (0x1 << 9)
384 #define BRIDGE_DIRMAP_RMF_64 (0x1 << 18)
385 #define BRIDGE_DIRMAP_ADD512 (0x1 << 17)
410 #define BRIDGE_ISR_PMU_ESIZE_FAULT (0x1 << 30)
411 #define BRIDGE_ISR_UNEXP_RESP (0x1 << 29)
412 #define BRIDGE_ISR_BAD_XRESP_PKT (0x1 << 28)
414 #define BRIDGE_ISR_BAD_XREQ_PKT (0x1 << 27)
415 #define BRIDGE_ISR_RESP_XTLK_ERR (0x1 << 26)
416 #define BRIDGE_ISR_REQ_XTLK_ERR (0x1 << 25)
417 #define BRIDGE_ISR_INVLD_ADDR (0x1 << 24)
419 #define BRIDGE_ISR_UNSUPPORTED_XOP (0x1 << 23)
420 #define BRIDGE_ISR_XREQ_FIFO_OFLOW (0x1 << 22)
421 #define BRIDGE_ISR_LLP_REC_SNERR (0x1 << 21)
422 #define BRIDGE_ISR_LLP_REC_CBERR (0x1 << 20)
424 #define BRIDGE_ISR_LLP_RCTY (0x1 << 19)
425 #define BRIDGE_ISR_LLP_TX_RETRY (0x1 << 18)
426 #define BRIDGE_ISR_LLP_TCTY (0x1 << 17)
427 #define BRIDGE_ISR_SSRAM_PERR (0x1 << 16)
429 #define BRIDGE_ISR_PCI_ABORT (0x1 << 15)
430 #define BRIDGE_ISR_PCI_PARITY (0x1 << 14)
431 #define BRIDGE_ISR_PCI_SERR (0x1 << 13)
432 #define BRIDGE_ISR_PCI_PERR (0x1 << 12)
434 #define BRIDGE_ISR_PCI_MST_TIMEOUT (0x1 << 11)
436 #define BRIDGE_ISR_PCI_RETRY_CNT (0x1 << 10)
437 #define BRIDGE_ISR_XREAD_REQ_TIMEOUT (0x1 << 9)
439 #define BRIDGE_ISR_GIO_B_ENBL_ERR (0x1 << 8)
441 #define BRIDGE_ISR_INT(x) (0x1 << (x))
484 #define BRIDGE_IRR_MULTI_CLR (0x1 << 6)
485 #define BRIDGE_IRR_CRP_GRP_CLR (0x1 << 5)
486 #define BRIDGE_IRR_RESP_BUF_GRP_CLR (0x1 << 4)
487 #define BRIDGE_IRR_REQ_DSP_GRP_CLR (0x1 << 3)
489 #define BRIDGE_IRR_LLP_GRP_CLR (0x1 << 2)
490 #define BRIDGE_IRR_SSRAM_GRP_CLR (0x1 << 1)
491 #define BRIDGE_IRR_PCI_GRP_CLR (0x1 << 0)
492 #define BRIDGE_IRR_GIO_GRP_CLR (0x1 << 0)
547 #define BRIDGE_ERRUPPR_DEVMASTER (0x1 << 20)
549 #define BRIDGE_ERRUPPR_PCIVDEV (0x1 << 19)
555 #define BRIDGE_INTMODE_CLR_PKT_EN(x) (0x1 << (x))