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

/openbsd-current/sys/dev/sbus/
H A Dmagma.c834 int port = MAGMA_PORT(dev);
927 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(dev)];
964 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(dev)];
977 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(dev)];
990 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(dev)];
1002 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(dev)];
1078 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(tp->t_dev)];
1105 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(tp->t_dev)];
1218 struct mtty_port *mp = &ms->ms_port[MAGMA_PORT(tp->t_dev)];
1392 int port = MAGMA_PORT(de
[all...]
H A Dmagmareg.h58 #define MAGMA_PORT(x) (minor(x) & 0x0f) macro

Completed in 66 milliseconds