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

/linux-master/drivers/comedi/drivers/
H A Dplx9080.h300 #define PLX_REG_MBOX(n) (0x0040 + (n) * 4) macro
301 #define PLX_REG_MBOX0 PLX_REG_MBOX(0)
302 #define PLX_REG_MBOX1 PLX_REG_MBOX(1)
303 #define PLX_REG_MBOX2 PLX_REG_MBOX(2)
304 #define PLX_REG_MBOX3 PLX_REG_MBOX(3)
305 #define PLX_REG_MBOX4 PLX_REG_MBOX(4)
306 #define PLX_REG_MBOX5 PLX_REG_MBOX(5)
307 #define PLX_REG_MBOX6 PLX_REG_MBOX(6)
308 #define PLX_REG_MBOX7 PLX_REG_MBOX(7)
311 #define PLX_REG_ALT_MBOX(n) ((n) < 2 ? 0x0078 + (n) * 4 : PLX_REG_MBOX(
[all...]

Completed in 112 milliseconds