Lines Matching refs:u_char
191 u_char data[D_FIFO_SIZE]; /* FIFO data space */
192 u_char fill1[0x20A0 - D_FIFO_SIZE]; /* reserved, do not use */
193 u_char f1, f2; /* f pointers */
194 u_char fill2[0x20C0 - 0x20A2]; /* reserved, do not use */
196 u_char fill3[0x4000 - 0x2100]; /* align 16K */
201 u_char f1, f2; /* f pointers */
202 u_char fill[0x2100 - 0x2082]; /* alignment */
212 u_char fill1[0x200];
213 u_char txdat_b1[B_FIFO_SIZE];
217 u_char txdat_b2[B_FIFO_SIZE];
219 u_char fill2[D_FIFO_SIZE];
221 u_char rxdat_b1[B_FIFO_SIZE];
225 u_char rxdat_b2[B_FIFO_SIZE];
227 u_char fill[32768];
231 #define Write_hfc(a, b, c) (*(((u_char *)a->hw.hfcpci.pci_io) + b) = c)
232 #define Read_hfc(a, b) (*(((u_char *)a->hw.hfcpci.pci_io) + b))