magma.c | 178 CFATTACH_DECL_NEW(mbpp, sizeof(struct mbpp_softc), 526 struct mbpp_port *mbpp; local in function:magma_hard 529 mbpp = &sc->ms_mbpp->ms_port[port]; 530 cd = mbpp->mp_cd1400; 535 if( mbpp->mp_cnt == 0 ) { 536 SET(mbpp->mp_flags, MBPPF_WAKEUP); 540 *mbpp->mp_ptr = cd1400_read_reg(cd,CD1400_RDSR); 541 mbpp->mp_ptr++; 542 mbpp->mp_cnt--; 611 struct mbpp_port *mbpp; local in function:magma_hard 729 struct mbpp_softc *mbpp = sc->ms_mbpp; local in function:magma_soft [all...] |