OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sapcic_socket
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/arm/sa11x0/
sa11x1_pcicvar.h
39
struct
sapcic_socket
sc_socket[2];
43
void *, void (*)(struct
sapcic_socket
*));
45
int sacpcic_read(struct
sapcic_socket
*, int);
46
void sacpcic_write(struct
sapcic_socket
*, int, int);
47
void sacpcic_set_power(struct
sapcic_socket
*, int);
49
void *sacpcic_intr_establish(struct
sapcic_socket
*, int,
51
void sacpcic_intr_disestablish(struct
sapcic_socket
*, void *);
sa11xx_pcicvar.h
32
struct
sapcic_socket
{
struct
49
int (*read)(struct
sapcic_socket
*, int);
50
void (*write)(struct
sapcic_socket
*, int, int);
51
void (*set_power)(struct
sapcic_socket
*, int);
53
void *(*intr_establish)(struct
sapcic_socket
*, int,
55
void (*intr_disestablish)(struct
sapcic_socket
*, void *);
sa11xx_pcic.c
120
struct
sapcic_socket
*so = arg;
141
struct
sapcic_socket
*so = arg;
214
struct
sapcic_socket
*so = arg;
226
struct
sapcic_socket
*so = pch;
245
struct
sapcic_socket
*so = pch;
277
struct
sapcic_socket
*so = pch;
286
struct
sapcic_socket
*so = pch;
310
struct
sapcic_socket
*so = pch;
331
struct
sapcic_socket
*so = pch;
341
struct
sapcic_socket
*so = pch
[
all
...]
sa11x1_pcic.c
64
struct
sapcic_socket
*so;
79
void *aux, void (* socket_setup_hook)(struct
sapcic_socket
*))
123
sacpcic_read(struct
sapcic_socket
*so, int reg)
156
sacpcic_write(struct
sapcic_socket
*so, int reg, int arg)
214
sacpcic_intr_establish(struct
sapcic_socket
*so, int level,
225
sacpcic_intr_disestablish(struct
sapcic_socket
*so, void *ih)
/src/sys/arch/hpcarm/dev/
ipaq_pcic.c
62
static int ipaqpcic_read(struct
sapcic_socket
*, int);
63
static void ipaqpcic_write(struct
sapcic_socket
*, int, int);
64
static void ipaqpcic_set_power(struct
sapcic_socket
*, int);
66
static void *ipaqpcic_intr_establish(struct
sapcic_socket
*, int,
68
static void ipaqpcic_intr_disestablish(struct
sapcic_socket
*, void *);
74
struct
sapcic_socket
sc_socket[2];
173
ipaqpcic_read(struct
sapcic_socket
*so, int reg)
200
ipaqpcic_write(struct
sapcic_socket
*so, int reg, int arg)
225
ipaqpcic_set_power(struct
sapcic_socket
*so, int arg)
255
ipaqpcic_intr_establish(struct
sapcic_socket
*so, int level
[
all
...]
j720pcic.c
66
static void j720_socket_setup(struct
sapcic_socket
*);
67
static void j720_set_power(struct
sapcic_socket
*, int);
112
j720_socket_setup(struct
sapcic_socket
*sp)
131
j720_set_power(struct
sapcic_socket
*so, int arg)
/src/sys/arch/evbarm/lubbock/
lubbock_pcic.c
61
static void lubbock_set_power(struct
sapcic_socket
*so, int arg);
62
static void lubbock_socket_setup(struct
sapcic_socket
*sp);
83
lubbock_socket_setup(struct
sapcic_socket
*sp)
101
lubbock_set_power(struct
sapcic_socket
*so, int arg)
/src/sys/arch/evbarm/g42xxeb/
gb225_pcic.c
71
struct
sapcic_socket
ss; /* inherit socket for sa11x0 pcic */
91
static int opcic_read(struct
sapcic_socket
*, int);
92
static void opcic_write(struct
sapcic_socket
*, int, int);
93
static void opcic_set_power(struct
sapcic_socket
*, int);
95
static void *opcic_intr_establish(struct
sapcic_socket
*, int,
97
static void opcic_intr_disestablish(struct
sapcic_socket
*, void *);
252
opcic_read(struct
sapcic_socket
*__so, int which)
279
opcic_write(struct
sapcic_socket
*__so, int which, int arg)
312
opcic_set_power(struct
sapcic_socket
*__so, int arg)
347
opcic_intr_establish(struct
sapcic_socket
*so, int level,
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025