Searched defs:pcic_handle (Results 1 – 2 of 2) sorted by relevance
52 struct pcic_handle { struct56 uint8_t (*ph_read)(struct pcic_handle *, int); argument57 void (*ph_write)(struct pcic_handle *, int, uint8_t); argument59 int vendor; /* vendor of chip */60 int chip; /* chip index 0 or 1 */61 int socket; /* socket index 0 or 1 */62 int sock; /* register offset */63 int flags;64 int laststate;65 int memalloc;[all …]
69 struct pcic_handle { struct71 int memalloc;72 struct {77 } mem[PCIC_MEM_WINS];78 int ioalloc;79 struct {83 } io[PCIC_IO_WINS];