OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chip_select
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/fdt/
fdt_spi.c
119
bus_addr_t
chip_select
;
local in function:fdtbus_spi_enumerate_devices
131
if (fdtbus_get_reg(node, 0, &
chip_select
, NULL) != 0) {
136
if (
chip_select
> 256) {
153
args->
chip_select
= (int)
chip_select
;
/src/sys/dev/spi/
spi_calls.h
71
int
chip_select
; /* OUT */
member in struct:spi_enumerate_devices_args
spi.c
179
int
chip_select
, cfdata_t cf)
189
if (
chip_select
< 0 ||
190
chip_select
>= sc->sc_controller->sct_nslaves) {
194
sh = &sc->sc_slaves[
chip_select
];
206
locs[SPICF_SLAVE] =
chip_select
;
259
spi_attach_child(sc, args->sa, args->
chip_select
, NULL);
Completed in 93 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025