Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb.c79 #define PCAN_USB_ERROR_BUS_LIGHT 0x04 macro
86 #define PCAN_USB_ERROR_BUS (PCAN_USB_ERROR_BUS_LIGHT | \
463 if (n & PCAN_USB_ERROR_BUS_LIGHT) { in pcan_usb_decode_error()
486 if ((n & PCAN_USB_ERROR_BUS_LIGHT) == 0) { in pcan_usb_decode_error()
498 if (n & PCAN_USB_ERROR_BUS_LIGHT) { in pcan_usb_decode_error()