Searched refs:max_sjw (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/can/softing/ |
D | softing_cs.c | 33 .freq = 16 * MHZ, .max_brp = 32, .max_sjw = 4, 45 .freq = 16 * MHZ, .max_brp = 32, .max_sjw = 4, 57 .freq = 20 * MHZ, .max_brp = 32, .max_sjw = 4, 69 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4, 81 .freq = 16 * MHZ, .max_brp = 64, .max_sjw = 4, 93 .freq = 20 * MHZ, .max_brp = 32, .max_sjw = 4, 105 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4, 117 .freq = 16 * MHZ, .max_brp = 64, .max_sjw = 4, 129 .freq = 24 * MHZ, .max_brp = 64, .max_sjw = 4,
|
D | softing_platform.h | 25 unsigned int max_sjw; member
|
D | softing_main.c | 643 priv->btr_const.sjw_max = card->pdat->max_sjw; in softing_netdev_create()
|