Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtcic2var.h156 static __inline__ void tcic_write_2(struct tcic_handle *, int, int);
217 static __inline__ void tcic_write_2(struct tcic_handle *, int, int);
219 tcic_write_2(struct tcic_handle *h, int reg, int data) in tcic_write_2() function
261 tcic_write_2(h, TCIC_R_ADDR2, in tcic_sel_sock()
H A Dtcic2.c515 tcic_write_2(h, TCIC_R_IENA, reg |= TCIC_IENA_CDCHG); in tcic_init_socket()