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

  /src/sys/dev/ic/
tcic2var.h 155 static __inline void tcic_write_4(struct tcic_handle *, int, int);
223 static __inline void tcic_write_4(struct tcic_handle *, int, int);
225 tcic_write_4(struct tcic_handle *h, int reg, int data) function in typeref:typename:void
237 tcic_write_4(h, TCIC_R_ADDR, reg|TCIC_ADDR_INDREG);
239 tcic_write_4(h, TCIC_R_ADDR, r_addr);
249 tcic_write_4(h, TCIC_R_ADDR, reg|TCIC_ADDR_INDREG);
251 tcic_write_4(h, TCIC_R_ADDR, r_addr);
tcic2var.h 155 static __inline void tcic_write_4(struct tcic_handle *, int, int);
223 static __inline void tcic_write_4(struct tcic_handle *, int, int);
225 tcic_write_4(struct tcic_handle *h, int reg, int data) function in typeref:typename:void
237 tcic_write_4(h, TCIC_R_ADDR, reg|TCIC_ADDR_INDREG);
239 tcic_write_4(h, TCIC_R_ADDR, r_addr);
249 tcic_write_4(h, TCIC_R_ADDR, reg|TCIC_ADDR_INDREG);
251 tcic_write_4(h, TCIC_R_ADDR, r_addr);

Completed in 26 milliseconds