Searched refs:tx_regs (Results 1 – 2 of 2) sorted by relevance
36 if (sport->tx_regs->spctl & SPORT_CTL_SPENPRI) in sport_set_tx_params()38 sport->tx_regs->spctl = params->spctl | SPORT_CTL_SPTRAN; in sport_set_tx_params()39 sport->tx_regs->div = params->div; in sport_set_tx_params()75 sport->tx_regs->spctl |= SPORT_CTL_SPENPRI; in sport_tx_start()93 sport->tx_regs->spctl &= ~SPORT_CTL_SPENPRI; in sport_tx_stop()256 if (sport->tx_regs->spctl & SPORT_CTL_DERRPRI) in sport_err_irq()282 sport->tx_regs = (struct sport_register *)res->start; in sport_get_resource()
29 struct sport_register *tx_regs; member