Home
last modified time | relevance | path

Searched full:xstbyen (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c770 * - XSTBYEN=1: route the pin to the transceiver standby function in mcp251xfd_chip_xstbyen_enable()
773 * transceiver in standby regardless of XSTBYEN in mcp251xfd_chip_xstbyen_enable()
776 * All three bits are included in the mask; only XSTBYEN is set in in mcp251xfd_chip_xstbyen_enable()
823 if (priv->xstbyen) { in mcp251xfd_chip_start()
1838 if (priv->xstbyen && offset == 0) { in mcp251xfd_gpio_request()
1839 netdev_err(priv->ndev, "Can't use GPIO 0 with XSTBYEN!\n"); in mcp251xfd_gpio_request()
2309 priv->xstbyen = device_property_present(&spi->dev, "microchip,xstbyen"); in mcp251xfd_probe()