Home
last modified time | relevance | path

Searched refs:PCIC_CHIP_OFFSET (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Di82365var.h95 #define C1SA PCIC_CHIP_OFFSET
96 #define C1SB PCIC_CHIP_OFFSET + PCIC_SOCKET_OFFSET
H A Di82365reg.h50 #define PCIC_CHIP_OFFSET 0x80 macro
H A Di82365.c251 h->sock = chip * PCIC_CHIP_OFFSET + socket * PCIC_SOCKET_OFFSET; in pcic_attach()