Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/configs/
H A DMPC8560ADS.h317 #define MDIO_READ ((iop->pdat & 0x00400000) != 0)
319 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \
320 else iop->pdat &= ~0x00400000
322 #define MDC(bit) if(bit) iop->pdat |= 0x00200000; \
323 else iop->pdat &= ~0x00200000
/rk3399_rockchip-uboot/include/
H A Dioports.h16 unsigned int pdat; /* Port Data Register (35-3) */ member
42 unsigned char pdat:1; /* Port Data Register (35-2) */ member
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c164 pdat = 0; in config_8560_ioports() local
185 if (iopc->pdat) in config_8560_ioports()
186 pdat |= msk; in config_8560_ioports()
209 iop->pdat = (iop->pdat & tpmsk) | pdat; in config_8560_ioports()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dimmap_83xx.h253 u32 pdat; /* Data Register */ member