OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:at91pio_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/at91/
at91piovar.h
47
struct
at91pio_softc
;
49
struct
at91pio_softc
*at91pio_sc(at91pio_port);
51
int at91pio_read(struct
at91pio_softc
*, int bit);
52
void at91pio_set(struct
at91pio_softc
*, int bit);
53
void at91pio_clear(struct
at91pio_softc
*, int bit);
54
void at91pio_in(struct
at91pio_softc
*, int bit);
55
void at91pio_out(struct
at91pio_softc
*, int bit);
56
void at91pio_per(struct
at91pio_softc
*, int bit, int perab);
58
void *at91pio_intr_establish(struct
at91pio_softc
*,int bit,
60
void at91pio_intr_disestablish(struct
at91pio_softc
*,int bit
[
all
...]
at91pio.c
72
struct
at91pio_softc
{
struct
100
CFATTACH_DECL_NEW(at91pio, sizeof(struct
at91pio_softc
),
103
static struct
at91pio_softc
*
at91pio_softc
[AT91_PIO_COUNT];
variable in typeref:struct:at91pio_softc * []
105
struct
at91pio_softc
*at91pio_sc(at91pio_port port)
108
return
at91pio_softc
[port];
124
struct
at91pio_softc
*sc = device_private(self);
143
if (p < AT91_PIO_COUNT && !
at91pio_softc
[p])
144
at91pio_softc
[p] = sc;
201
struct
at91pio_softc
*sc = (struct at91pio_softc *)gba->gba_gc->gp_cookie
[
all
...]
/src/sys/arch/evbarm/mpcsa/
mpcsa_spi.c
49
struct
at91pio_softc
;
53
struct
at91pio_softc
*sc_pioa, *sc_piod;
mpcsa_cf.c
52
struct
at91pio_softc
*sc_pioc;
88
struct
at91pio_softc
*pioc;
mpcsa_usart.c
54
struct
at91pio_softc
;
58
struct
at91pio_softc
*sc_pioa, *sc_piob, *sc_piod;
Completed in 14 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025