Searched refs:val4 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/altera/atse/
H A Dif_atse.c131 uint32_t val4, const char *desc, const char *f, const int l)
134 val4 = htole32(val4);
135 DPRINTF("[%s:%d] FIFOW %s 0x%08x = 0x%08x\n", f, l, desc, off, val4);
136 bus_write_4(res, off, val4);
142 uint32_t val4; local
144 val4 = le32toh(bus_read_4(res, off));
145 DPRINTF("[%s:%d] FIFOR %s 0x%08x = 0x%08x\n", f, l, desc, off, val4);
146 return (val4);
151 #define ATSE_TX_DATA_WRITE(sc, val4) \
130 a_onchip_fifo_mem_core_write(struct resource *res, uint32_t off, uint32_t val4, const char *desc, const char *f, const int l) argument
270 csr_write_4(struct atse_softc *sc, uint32_t reg, uint32_t val4, const char *f, const int l) argument
283 uint32_t val4; local
299 uint32_t val4; local
311 uint32_t val4; local
345 uint32_t val4, fill_level; local
489 uint32_t mask, val4; local
548 uint32_t val4; local
646 uint32_t val4; local
793 uint32_t val4, mask; local
2033 uint32_t val4; local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DFormat.h141 const T3 &val3, const T4 &val4)
142 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3), Val4(val4) {
163 const T3 &val3, const T4 &val4, const T5 &val5)
164 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3), Val4(val4),
140 format_object4(const char *fmt, const T1 &val1, const T2 &val2, const T3 &val3, const T4 &val4) argument
162 format_object5(const char *fmt, const T1 &val1, const T2 &val2, const T3 &val3, const T4 &val4, const T5 &val5) argument

Completed in 109 milliseconds