Searched refs:max_brp (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/can/softing/ |
D | softing_cs.c | 44 .freq = 16 * MHZ, .max_brp = 32, .max_sjw = 4, 56 .freq = 16 * MHZ, .max_brp = 32, .max_sjw = 4, 68 .freq = 20 * MHZ, .max_brp = 32, .max_sjw = 4, 80 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4, 92 .freq = 16 * MHZ, .max_brp = 64, .max_sjw = 4, 104 .freq = 20 * MHZ, .max_brp = 32, .max_sjw = 4, 116 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4, 128 .freq = 16 * MHZ, .max_brp = 64, .max_sjw = 4, 140 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4,
|
D | softing_platform.h | 23 unsigned int max_brp; member
|
D | softing_main.c | 652 priv->btr_const.brp_max = card->pdat->max_brp; in softing_netdev_create()
|