Home | History | Annotate | Download | only in hikey

Lines Matching defs:dq

410 	unsigned int data, wdet, zero_bdl, dq[4];
439 dq[0] = mmio_read_32((0xf712c000 + 0x234)) & 0x1f00;
440 dq[1] = mmio_read_32((0xf712c000 + 0x2b4)) & 0x1f00;
441 dq[2] = mmio_read_32((0xf712c000 + 0x334)) & 0x1f00;
442 dq[3] = mmio_read_32((0xf712c000 + 0x3b4)) & 0x1f00;
445 mmio_write_32((0xf712c000 + 0x234), dq[0]);
446 mmio_write_32((0xf712c000 + 0x2b4), dq[1]);
447 mmio_write_32((0xf712c000 + 0x334), dq[2]);
448 mmio_write_32((0xf712c000 + 0x3b4), dq[3]);
490 dq[0] = dq[0] - 0x100;
492 dq[1] = dq[1] - 0x100;
494 dq[2] = dq[2] - 0x100;
496 dq[3] = dq[3] - 0x100;