Home
last modified time | relevance | path

Searched refs:TCIC_WR_ICTL_N (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dtcic2.c1061 tcic_write_ind_2(h, TCIC_WR_ICTL_N(hwwin), reg); in tcic_chip_do_io_map()
1068 r2 = tcic_read_ind_2(h, TCIC_WR_ICTL_N(hwwin)); in tcic_chip_do_io_map()
1136 tcic_write_ind_2(h, TCIC_WR_ICTL_N(hwwin), 0); in tcic_chip_io_unmap()
H A Dtcic2reg.h87 #define TCIC_WR_ICTL_N(n) ((TCIC_WR_IO_BASE+((n)<<TCIC_WR_IO_SHFT))+2) macro