Lines Matching refs:z2
120 int fifo_size, count, z1, z2; in write_fifo() local
142 z2 = Read_hfc(cs, HFCSX_FIF_Z2H); in write_fifo()
143 z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L)); in write_fifo()
144 count = z2 - z1; in write_fifo()
208 { int fifo_size, count, z1, z2; in read_fifo() local
228 z2 = Read_hfc(cs, HFCSX_FIF_Z2H); in read_fifo()
229 z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L)); in read_fifo()
231 count = z1 - z2; in read_fifo()
255 z2 = Read_hfc(cs, HFCSX_FIF_Z2H); in read_fifo()
256 z2 = ((z2 << 8) | Read_hfc(cs, HFCSX_FIF_Z2L)); in read_fifo()
260 fifo, f1, f2, z1, z2); in read_fifo()
262 count = z1 - z2; in read_fifo()