1Z8530_CHANNEL_LOAD(9) Public Functions Provided Z8530_CHANNEL_LOAD(9)
2
3
4
6 z8530_channel_load - Load channel data
7
9 int z8530_channel_load(struct z8530_channel * c, u8 * rtable);
10
12 c
13 Z8530 channel to configure
14
15 rtable
16 table of register, value pairs
17
19 ioctl to allow user uploaded tables
20
21 Load a Z8530 channel up from the system data. We use +16 to indicate
22 the “prime” registers. The value 255 terminates the table.
23
25 Alan Cox <alan@lxorguk.ukuu.org.uk>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 Z8530_CHANNEL_LOAD(9)