Searched refs:pdat (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/include/configs/ |
D | MPC8560ADS.h | 313 #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/ |
D | ioports.h | 16 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/ |
D | 2009-03-10-CoalescerBug.ll | 4 … 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/ |
D | 2009-03-10-CoalescerBug.ll | 4 … 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/ |
D | 2009-03-10-CoalescerBug.ll | 4 … 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/ |
D | cpu_init.c | 162 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/ |
D | immap_83xx.h | 252 u32 pdat; /* Data Register */ member
|