OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx39spi_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpcmips/tx/
tx39spivar.h
32
struct
tx39spi_softc
;
39
int tx39spi_is_empty(struct
tx39spi_softc
*);
40
void tx39spi_put_word(struct
tx39spi_softc
*, int);
41
int tx39spi_get_word(struct
tx39spi_softc
*);
42
void tx39spi_enable(struct
tx39spi_softc
*, int);
43
void tx39spi_delayval(struct
tx39spi_softc
*, int);
44
void tx39spi_baudrate(struct
tx39spi_softc
*, int);
45
void tx39spi_word(struct
tx39spi_softc
*, int);
46
void tx39spi_phapol(struct
tx39spi_softc
*, int);
47
void tx39spi_clkpol(struct
tx39spi_softc
*, int)
[
all
...]
tx39spi.c
46
struct
tx39spi_softc
{
struct
59
CFATTACH_DECL_NEW(tx39spi, sizeof(struct
tx39spi_softc
),
72
struct
tx39spi_softc
*sc = device_private(self);
97
struct
tx39spi_softc
*sc = device_private(parent);
136
tx39spi_is_empty(struct
tx39spi_softc
*sc)
142
tx39spi_put_word(struct
tx39spi_softc
*sc, int w)
154
tx39spi_get_word(struct
tx39spi_softc
*sc)
166
tx39spi_enable(struct
tx39spi_softc
*sc, int n)
178
tx39spi_delayval(struct
tx39spi_softc
*sc, int n)
186
tx39spi_baudrate(struct
tx39spi_softc
*sc, int n
[
all
...]
/src/sys/arch/hpcmips/dev/
optpoint.c
59
struct
tx39spi_softc
*sc_spi;
111
struct
tx39spi_softc
*spi = sc->sc_spi = device_private(parent);
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025