Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/can/spi/
Dmcp251x.c179 #define MCP251X_OST_DELAY_MS (5) macro
577 mdelay(MCP251X_OST_DELAY_MS); in mcp251x_hw_reset()
585 mdelay(MCP251X_OST_DELAY_MS); in mcp251x_hw_reset()
591 usleep_range(MCP251X_OST_DELAY_MS * 1000, in mcp251x_hw_reset()
592 MCP251X_OST_DELAY_MS * 1000 * 2); in mcp251x_hw_reset()