Home
last modified time | relevance | path

Searched refs:present2 (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/board/freescale/t4qds/
Deth.c625 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
668 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
803 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
849 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
/external/u-boot/board/freescale/common/
Dqixis.h25 u8 present2; /* Presence Status Register 2,0x0c */ member
Dqixis.c193 printf("present2 = %02x\n", QIXIS_READ(present2)); in qixis_dump_regs()
/external/u-boot/board/freescale/ls1012aqds/
Dls1012aqds.c146 card_id = (QIXIS_READ(present2) & 0xe0) >> 5; in esdhc_status_fixup()
/external/u-boot/board/freescale/t208xqds/
Deth_t208xqds.c714 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
799 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java2138 boolean present2 = isStackEntryPresentBefore(instructionOffset, stackIndex2); in isStackEntriesPresentBefore()
2145 return present1 || present2; in isStackEntriesPresentBefore()
2178 boolean present2 = isStackEntryNecessaryAfter(instructionOffset, stackIndex2); in isStackEntriesNecessaryAfter()
2185 return present1 || present2; in isStackEntriesNecessaryAfter()
/external/u-boot/board/freescale/t102xqds/
Deth_t102xqds.c384 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
/external/u-boot/board/freescale/ls1046aqds/
Deth.c375 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()
/external/u-boot/board/freescale/ls1043aqds/
Deth.c449 if (QIXIS_READ(present2) & (1 << (slot - 1))) in board_eth_init()