HomeSort by: relevance | last modified time | path
    Searched defs:stp4020_wr_sockctl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sbus/
stp4020.c 154 static void stp4020_wr_sockctl(struct stp4020_socket *, int, int);
218 stp4020_wr_sockctl(struct stp4020_socket *h, int idx, int v) function in typeref:typename:void
520 stp4020_wr_sockctl(h, STP4020_ICR1_IDX, 0);
521 stp4020_wr_sockctl(h, STP4020_ICR0_IDX, 0);
522 stp4020_wr_sockctl(h, STP4020_ISR1_IDX, 0x3fff);
523 stp4020_wr_sockctl(h, STP4020_ISR0_IDX, 0x3fff);
533 stp4020_wr_sockctl(h, STP4020_ICR0_IDX, v);
537 stp4020_wr_sockctl(h, STP4020_ISR0_IDX, v);
623 stp4020_wr_sockctl(h, STP4020_ICR0_IDX, h->int_enable);
655 stp4020_wr_sockctl(h, STP4020_ISR0_IDX, v)
    [all...]

Completed in 36 milliseconds