Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/usb/peak_usb/
Dpcan_usb.c79 #define PCAN_USB_ERROR_BUS_LIGHT 0x04 macro
86 #define PCAN_USB_ERROR_BUS (PCAN_USB_ERROR_BUS_LIGHT | \
462 if (n & PCAN_USB_ERROR_BUS_LIGHT) { in pcan_usb_decode_error()
485 if ((n & PCAN_USB_ERROR_BUS_LIGHT) == 0) { in pcan_usb_decode_error()
497 if (n & PCAN_USB_ERROR_BUS_LIGHT) { in pcan_usb_decode_error()