Home
last modified time | relevance | path

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

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