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

  /src/sys/arch/arm/sunxi/
sunxi_can.c 118 sunxi_can_write(struct sunxi_can_softc *sc, bus_size_t o, uint32_t v) function in typeref:typename:void
204 sunxi_can_write(sc, SUNXI_CAN_INTE_REG, 0);
205 sunxi_can_write(sc, SUNXI_CAN_INT_REG,
259 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_REL_RX_BUF);
266 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_REL_RX_BUF);
295 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_REL_RX_BUF);
333 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_ABT_REQ);
350 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_CLR_OR);
414 sunxi_can_write(sc, SUNXI_CAN_INT_REG, irq);
453 sunxi_can_write(sc, SUNXI_CAN_TXBUF1_REG
    [all...]
sunxi_can.c 118 sunxi_can_write(struct sunxi_can_softc *sc, bus_size_t o, uint32_t v) function in typeref:typename:void
204 sunxi_can_write(sc, SUNXI_CAN_INTE_REG, 0);
205 sunxi_can_write(sc, SUNXI_CAN_INT_REG,
259 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_REL_RX_BUF);
266 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_REL_RX_BUF);
295 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_REL_RX_BUF);
333 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_ABT_REQ);
350 sunxi_can_write(sc, SUNXI_CAN_CMD_REG, SUNXI_CAN_CMD_CLR_OR);
414 sunxi_can_write(sc, SUNXI_CAN_INT_REG, irq);
453 sunxi_can_write(sc, SUNXI_CAN_TXBUF1_REG
    [all...]

Completed in 24 milliseconds