Home
last modified time | relevance | path

Searched refs:stp4020_socket (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/sbus/
Dstp4020.c80 void stp4020_map_window(struct stp4020_socket *, int, int);
88 static void stp4020_dump_regs(struct stp4020_socket *);
91 static u_int16_t stp4020_rd_sockctl(struct stp4020_socket *, int);
92 static void stp4020_wr_sockctl(struct stp4020_socket *, int, u_int16_t);
93 static u_int16_t stp4020_rd_winctl(struct stp4020_socket *, int, int);
94 static void stp4020_wr_winctl(struct stp4020_socket *, int, int, u_int16_t);
97 void stp4020_attach_socket(struct stp4020_socket *, int);
148 struct stp4020_socket *h; in stp4020_rd_sockctl()
157 struct stp4020_socket *h; in stp4020_wr_sockctl()
167 struct stp4020_socket *h; in stp4020_rd_winctl()
[all …]
Dstp4020var.h48 struct stp4020_socket { struct
78 struct stp4020_socket sc_socks[STP4020_NSOCK]; argument