Searched refs:pdat (Results 1 – 5 of 5) sorted by relevance
303 #define MDIO_READ ((iop->pdat & 0x00400000) != 0)305 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \306 else iop->pdat &= ~0x00400000308 #define MDC(bit) if(bit) iop->pdat |= 0x00200000; \309 else iop->pdat &= ~0x00200000
16 unsigned int pdat; /* Port Data Register (35-3) */ member42 unsigned char pdat:1; /* Port Data Register (35-2) */ member
52 static int rstctrl_rw(u8 reg, unsigned char rnw, void *pdat, int size) in rstctrl_rw() argument60 rc = dm_i2c_read(i2cdev, reg, pdat, size); in rstctrl_rw()62 rc = dm_i2c_write(i2cdev, reg, pdat, size); in rstctrl_rw()
162 pdat = 0; in config_8560_ioports() local183 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()
252 u32 pdat; /* Data Register */ member