Lines Matching defs:pcic_handle
52 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];
70 int ioalloc;
71 struct {
75 } io[PCIC_IO_WINS];
76 int ih_irq;
77 struct device *pcmcia;
79 int shutdown;
80 struct proc *event_thread;