HomeSort by: relevance | last modified time | path
    Searched refs:TCIC_WR_MCTL_N (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
tcic2.c 822 reg = tcic_read_ind_2(h, TCIC_WR_MCTL_N(hwwin)) & TCIC_MCTL_WSCNT_MASK;
837 reg2 = tcic_read_ind_2(h, TCIC_WR_MCTL_N(7-hwwin));
840 tcic_write_ind_2(h, TCIC_WR_MCTL_N(7-hwwin), reg2);
844 tcic_write_ind_2(h, TCIC_WR_MCTL_N(hwwin), reg);
852 r3 = tcic_read_ind_2(h, TCIC_WR_MCTL_N(hwwin));
937 tcic_write_ind_2(h, TCIC_WR_MCTL_N(hwwin), 0);
tcic2reg.h 82 #define TCIC_WR_MCTL_N(n) ((TCIC_WR_MEM_BASE+((n)<<TCIC_WR_MEM_SHFT))+6)

Completed in 13 milliseconds