Searched full:d_can (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/can/c_can/ |
H A D | Kconfig | 3 tristate "Bosch C_CAN/D_CAN devices" 9 tristate "Generic Platform Bus based C_CAN/D_CAN driver" 11 This driver adds support for the C_CAN/D_CAN chips connected 19 tristate "Generic PCI Bus based C_CAN/D_CAN driver" 22 This driver adds support for the C_CAN/D_CAN chips connected
|
H A D | c_can_platform.c | 239 .name = "d_can", 248 { .compatible = "bosch,d_can", .data = &d_can_drvdata }, 249 { .compatible = "ti,dra7-d_can", .data = &dra7_dcan_drvdata }, 250 { .compatible = "ti,am3352-d_can", .data = &am3352_dcan_drvdata }, 251 { .compatible = "ti,am4372-d_can", .data = &am3352_dcan_drvdata },
|
H A D | c_can_pci.c | 2 * PCI bus driver for Bosch C_CAN/D_CAN controller 32 /* Specify if is C_CAN or D_CAN */ 294 MODULE_DESCRIPTION("PCI CAN bus driver for Bosch C_CAN/D_CAN controller");
|
H A D | c_can.h | 247 /* This is not a FIFO. C/D_CAN sends out the buffers in c_can_get_tx_free()
|
H A D | c_can_main.c | 50 /* control extension register D_CAN specific */ 1083 /* Ack status on C_CAN. D_CAN is self clearing */ in c_can_poll()
|
/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone-k2g.dtsi | 179 compatible = "ti,am4372-d_can", "ti,am3352-d_can"; 188 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
|
/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga.dtsi | 99 compatible = "bosch,d_can"; 108 compatible = "bosch,d_can";
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am33xx-l4.dtsi | 1934 compatible = "ti,am3352-d_can"; 1957 compatible = "ti,am3352-d_can";
|