Searched defs:pcnet32_access (Results 1 – 1 of 1) sorted by relevance
245 struct pcnet32_access { struct246 u16 (*read_csr) (unsigned long, int);247 void (*write_csr) (unsigned long, int, u16);248 u16 (*read_bcr) (unsigned long, int);249 void (*write_bcr) (unsigned long, int, u16);273 const struct pcnet32_access *a; argument