Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/can/softing/
A Dsofting.h143 #define DPRAM_V2_RESET 0x0e00 /* uint8_t */ macro
A Dsofting_main.c35 iowrite8(ioread8(&card->dpram[DPRAM_V2_RESET]) & ~1, in softing_set_reset_dpram()
36 &card->dpram[DPRAM_V2_RESET]); in softing_set_reset_dpram()
45 iowrite8(ioread8(&card->dpram[DPRAM_V2_RESET]) | 1, in softing_clr_reset_dpram()
46 &card->dpram[DPRAM_V2_RESET]); in softing_clr_reset_dpram()

Completed in 5 milliseconds