Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dasix_common.c473 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_read()
509 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_write()
537 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_read_nopm()
574 } while (!(smsr & AX_HOST_EN) && (i++ < 30) && (ret != -ENODEV)); in asix_mdio_write_nopm()
Dasix.h81 #define AX_HOST_EN 0x01 macro