Home
last modified time | relevance | path

Searched refs:AX_HOST_EN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/usb/
Dasix_common.c460 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_read()
496 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_write()
524 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_read_nopm()
561 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_write_nopm()
Dasix.h69 #define AX_HOST_EN 0x01 macro