HomeSort by: relevance | last modified time | path
    Searched refs:SUNXI_CAN_MODSEL_RST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_can.h 38 #define SUNXI_CAN_MODSEL_RST __BIT(0)
sunxi_can.c 493 reg = SUNXI_CAN_MODSEL_RST;
628 val |= SUNXI_CAN_MODSEL_RST;
631 if (val & SUNXI_CAN_MODSEL_RST)
645 val &= ~SUNXI_CAN_MODSEL_RST;
648 if ((val & SUNXI_CAN_MODSEL_RST) == 0)

Completed in 38 milliseconds