Lines Matching refs:code
76 support only SPI.) Some PC hardware uses SPI flash for BIOS code.
131 main source code, and you should certainly read that chapter of the
165 device tables provided by board specific initialization code. SPI
203 How does board-specific init code declare SPI devices?
206 That information is normally provided by board-specific code, even for
219 maybe coupling it with code to initialize pin configurations, so that
221 same basic controller setup code. This is because most SOCs have several
225 So for example arch/.../mach-*/board-*.c files might have code like::
242 And SOC-specific utility code might look something like::
318 Then your board initialization code would register that table with the SPI
359 device whose board_info gave a modalias of "CHIP". Your probe() code
533 When you code setup(), ASSUME that the controller
597 the message queue has the upside of centralizing a lot of code and