Lines Matching defs:opcnt
97 * @opcnt: how many I/O operations required, i.e. data width
103 unsigned char *buf, unsigned long opcnt)
110 if (!buf || !opcnt || !para || !para->csize || !lpcdev)
123 writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN);
137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt);
150 * @opcnt: how many I/O operations required, i.e. data width
156 const unsigned char *buf, unsigned long opcnt)
163 if (!buf || !opcnt || !para || !lpcdev)
176 writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN);
180 writesb(lpcdev->membase + LPC_REG_WDATA, buf, opcnt);