Searched refs:max_sjw (Results 1 – 3 of 3) sorted by relevance
/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 | 24 unsigned int max_sjw; member
|
D | softing_main.c | 652 priv->btr_const.sjw_max = card->pdat->max_sjw; in softing_netdev_create()
|