Home
last modified time | relevance | path

Searched refs:RL_INTRS (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/pci/
HDif_rl.c1506 if (status == 0xffff || (status & RL_INTRS) == 0) in rl_intr()
1528 if (status == 0xffff || (status & RL_INTRS) == 0) in rl_intr()
1537 CSR_WRITE_2(sc, RL_IMR, RL_INTRS); in rl_intr()
1753 CSR_WRITE_2(sc, RL_IMR, RL_INTRS); in rl_init_locked()
1866 CSR_WRITE_2(sc, RL_IMR, RL_INTRS); in rl_ioctl()
HDif_rlreg.h253 #define RL_INTRS \ macro
/trueos/sys/dev/re/
HDif_re.c809 CSR_WRITE_2(sc, RL_ISR, RL_INTRS); in re_diag()