Lines Matching defs:u16
59 typedef unsigned short u16;
216 u16 mode;
217 u16 tlen_rlen;
219 u16 reserved;
227 u16(*read_csr) (unsigned long, int);
228 void (*write_csr) (unsigned long, int, u16);
229 u16(*read_bcr) (unsigned long, int);
230 void (*write_bcr) (unsigned long, int, u16);
231 u16(*read_rap) (unsigned long);
232 void (*write_rap) (unsigned long, u16);
292 static u16 pcnet32_wio_read_csr(unsigned long addr, int index)
298 static void pcnet32_wio_write_csr(unsigned long addr, int index, u16 val)
304 static u16 pcnet32_wio_read_bcr(unsigned long addr, int index)
310 static void pcnet32_wio_write_bcr(unsigned long addr, int index, u16 val)
316 static u16 pcnet32_wio_read_rap(unsigned long addr)
321 static void pcnet32_wio_write_rap(unsigned long addr, u16 val)
347 static u16 pcnet32_dwio_read_csr(unsigned long addr, int index)
353 static void pcnet32_dwio_write_csr(unsigned long addr, int index, u16 val)
359 static u16 pcnet32_dwio_read_bcr(unsigned long addr, int index)
365 static void pcnet32_dwio_write_bcr(unsigned long addr, int index, u16 val)
371 static u16 pcnet32_dwio_read_rap(unsigned long addr)
376 static void pcnet32_dwio_write_rap(unsigned long addr, u16 val)
440 u16 val;
589 u16 nstype;
590 u16 status;
600 nstype = htons((u16) t); /* type */
911 u16 mii_lpa;
957 u16 val_out;