Lines Matching refs:port
77 return chip->port[vx2_reg_index[reg]] + vx2_reg_offset[reg];
248 unsigned long port = vx2_reg_addr(chip, VX_DMA);
265 outl(*addr, port);
275 outl(*addr, port);
289 unsigned long port = vx2_reg_addr(chip, VX_DMA);
303 *addr++ = inl(port);
311 *addr++ = inl(port);
324 static int put_xilinx_data(struct vx_core *chip, unsigned int port, unsigned int counts, unsigned char data)
333 vx2_outl(chip, port, val);
334 vx2_inl(chip, port);
341 vx2_outl(chip, port, val);
342 vx2_inl(chip, port);
346 vx2_outl(chip, port, val);
347 vx2_inl(chip, port);
359 unsigned int port;
371 port = VX_CNTRL;
373 port = VX_GPIOC; /* VX222 V2 and VX222_MIC_BOARD with new PLX9030 use this register */
377 if (put_xilinx_data(chip, port, 8, *image) < 0)
382 put_xilinx_data(chip, port, 4, 0xff); /* end signature */