Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Di82365var.h52 struct pcic_handle { struct
56 uint8_t (*ph_read)(struct pcic_handle *, int); argument
57 void (*ph_write)(struct pcic_handle *, int, uint8_t); argument
59 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 …]
/netbsd/src/sys/dev/pci/
Dpccbbvar.h69 struct pcic_handle { struct
71 int memalloc;
72 struct {
77 } mem[PCIC_MEM_WINS];
78 int ioalloc;
79 struct {
83 } io[PCIC_IO_WINS];