Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/softing/
Dsofting_cs.c33 .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,
Dsofting_platform.h25 unsigned int max_sjw; member
Dsofting_main.c643 priv->btr_const.sjw_max = card->pdat->max_sjw; in softing_netdev_create()