HomeSort by relevance Sort by last modified time
    Searched refs:RXDY_GATED_EN (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/eth/
r8152.h 209 #define RXDY_GATED_EN 0x0008
r8152.c 413 static void rxdy_gated_en(struct r8152 *tp, bool enable) function
419 ocp_data |= RXDY_GATED_EN;
421 ocp_data &= ~RXDY_GATED_EN;
450 rxdy_gated_en(tp, false);
495 rxdy_gated_en(tp, true);
642 rxdy_gated_en(tp, true);
720 rxdy_gated_en(tp, false);
778 rxdy_gated_en(tp, true);
853 rxdy_gated_en(tp, false);
    [all...]

Completed in 39 milliseconds