Lines Matching +full:platform +full:- +full:data
1 .. SPDX-License-Identifier: GPL-2.0
9 Ben Dooks <ben@simtec.co.uk> <ben-linux@fluff.org>
13 ------------
15 This file describes how to use the DM9000 platform-device based network driver
24 Defining the platform device
25 ----------------------------
27 The minimum set of resources attached to the platform device are as follows:
30 2) The physical address of the data register
35 and then data).
37 An example from arch/arm/mach-s3c/mach-bast.c is::
69 This shows a typical platform device, without the optional configuration
70 platform data supplied. The next example uses the same resources, but adds
71 the optional platform data to pass extra configuration data::
87 The platform data is defined in include/linux/dm9000.h and described below.
90 Platform data
91 -------------
93 Extra platform data for the DM9000 can describe the IO bus width to the
97 The flags for the platform data .flags field are as follows:
133 ----------------------
146 platform data option to read the summary information without the
155 -----------------
168 -------