Home
last modified time | relevance | path

Searched defs:pcic_handle (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Di82365var.h52 struct pcic_handle { struct
56 u_int8_t (*ph_read)(struct pcic_handle *, int); argument
57 void (*ph_write)(struct pcic_handle *, int, int); argument
59 int vendor;
60 int sock;
61 int flags;
62 int laststate;
63 int memalloc;
64 struct {
69 } mem[PCIC_MEM_WINS];
[all …]