HomeSort by: relevance | last modified time | path
    Searched defs:axe_uno_mii_read_reg (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_axe.c 264 static int axe_uno_mii_read_reg(struct usbnet *, int, int, uint16_t *);
280 .uno_read_reg = axe_uno_mii_read_reg,
318 axe_uno_mii_read_reg(struct usbnet *un, int phy, int reg, uint16_t *val) function in typeref:typename:int
656 axe_uno_mii_read_reg(un, un->un_phyno, 0x0001, &val);

Completed in 14 milliseconds