Lines Matching refs:fmc
1 fmc-chardev
9 the name can be a silly fmc-0000 look-alike if the device has no
10 identifiers nor bus_id, a more specific fmc-0400 if the device has a
30 default name is fmc-<bus><devfn>, and there are two cards in the system:
32 spusa.root# insmod fmc-chardev.ko
34 [ 1073.345051] spec 0000:02:00.0: Created misc device "fmc-0200"
36 [ 1073.356525] spec 0000:04:00.0: Created misc device "fmc-0400"
37 spusa.root# ls -l /dev/fmc*
38 crw------- 1 root root 10, 58 Nov 20 19:23 /dev/fmc-0200
39 crw------- 1 root root 10, 57 Nov 20 19:23 /dev/fmc-0400
40 spusa.root# dd bs=4 skip=64 count=1 if=/dev/fmc-0200 2> /dev/null | od -t x1z
44 The simple program tools/fmc-mem in this package can access an FMC char
57 spusa.root# ./fmc-mem /dev/fmc-0200 100
59 spusa.root# ./fmc-mem /dev/fmc-0200 100 +40 | od -Ax -t x1z