Searched defs:pcnet32_access (Results 1 – 1 of 1) sorted by relevance
241 struct pcnet32_access { struct242 u16 (*read_csr) (unsigned long, int);243 void (*write_csr) (unsigned long, int, u16);244 u16 (*read_bcr) (unsigned long, int);245 void (*write_bcr) (unsigned long, int, u16);269 const struct pcnet32_access *a; argument