Searched refs:tcic_write_ind_2 (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | tcic2.c | 370 tcic_write_ind_2(&sc->handle[i], TCIC_IR_SCF1_N(i), 0); 371 tcic_write_ind_2(&sc->handle[i], TCIC_IR_SCF2_N(i), 526 tcic_write_ind_2(h, TCIC_IR_SCF2_N(h->sock), reg & ~TCIC_SCF2_MCD); 778 tcic_write_ind_2(h, reg, (val & ~TCIC_SCF1_IRQ_MASK)|TCIC_SCF1_IRQOFF); 781 tcic_write_ind_2(h, reg, 881 tcic_write_ind_2(h, TCIC_WR_MEXT_N(hwwin), 0); 891 tcic_write_ind_2(h, TCIC_WR_MBASE_N(hwwin), reg); 899 tcic_write_ind_2(h, TCIC_WR_MMAP_N(hwwin), reg); 922 tcic_write_ind_2(h, TCIC_WR_MCTL_N(7-hwwin), reg2); 926 tcic_write_ind_2(h, TCIC_WR_MCTL_N(hwwin), reg); [all …]
|
| D | tcic2var.h | 159 static __inline__ void tcic_write_ind_2(struct tcic_handle *, int, int); 261 static __inline__ void tcic_write_ind_2(struct tcic_handle *, int, int); 263 tcic_write_ind_2(h, reg, data) in tcic_write_ind_2() function
|
| /mirbsd/src/sys/dev/isa/ |
| D | tcic2_isa.c | 352 tcic_write_ind_2(h, reg, val); 373 tcic_write_ind_2(h, reg, val);
|