Searched refs:V96XB (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/algor/pci/
H A Dvtpbcreg.h14 #define V96XB(vt, x) *(volatile u_int8_t *)((vt)->vt_addr + (x)) macro
18 #define V96XB(vt, x) *(volatile u_int8_t *)((vt)->vt_addr + ((x) ^ 3)) macro
47 #define V96X_LB_ISTAT(vt) V96XB(vt, 0x76)
48 #define V96X_LB_IMASK(vt) V96XB(vt, 0x77)
50 #define V96X_LB_CFGL(vt) V96XB(vt, 0x7a)
51 #define V96X_LB_CFG(vt) V96XB(vt, 0x7b)
52 #define V96X_PCI_CFG(vt) V96XB(vt, 0x7c) /* B.2 only */
61 #define V96X_MAIL_DATA(vt, n) V96XB(vt, 0xc0 + (n))

Completed in 199 milliseconds