Home
last modified time | relevance | path

Searched refs:pdat (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/configs/
DMPC8560ADS.h313 #define MDIO_READ ((iop->pdat & 0x00400000) != 0)
315 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \
316 else iop->pdat &= ~0x00400000
318 #define MDC(bit) if(bit) iop->pdat |= 0x00200000; \
319 else iop->pdat &= ~0x00200000
/external/u-boot/include/
Dioports.h16 unsigned int pdat; /* Port Data Register (35-3) */ member
42 unsigned char pdat:1; /* Port Data Register (35-2) */ member
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-03-10-CoalescerBug.ll4 … i8, i8, i32, %struct.ldat*, i16, i16, i32, i32, %struct.WINDOW*, %struct.pdat, i16, %struct.cchar…
7 %struct.pdat = type { i16, i16, i16, i16, i16, i16 }
/external/llvm/test/CodeGen/X86/
D2009-03-10-CoalescerBug.ll4 … i8, i8, i32, %struct.ldat*, i16, i16, i32, i32, %struct.WINDOW*, %struct.pdat, i16, %struct.cchar…
7 %struct.pdat = type { i16, i16, i16, i16, i16, i16 }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-03-10-CoalescerBug.ll4 … i8, i8, i32, %struct.ldat*, i16, i16, i32, i32, %struct.WINDOW*, %struct.pdat, i16, %struct.cchar…
7 %struct.pdat = type { i16, i16, i16, i16, i16, i16 }
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c162 pdat = 0; in config_8560_ioports() local
183 if (iopc->pdat) in config_8560_ioports()
184 pdat |= msk; in config_8560_ioports()
207 iop->pdat = (iop->pdat & tpmsk) | pdat; in config_8560_ioports()
/external/u-boot/arch/powerpc/include/asm/
Dimmap_83xx.h252 u32 pdat; /* Data Register */ member