Searched defs:tmp (Results 1 – 3 of 3) sorted by relevance
39 uint8_t tmp = ((inpd(0xCFC) >> ((offset & 3) * 8)) & 0xffff); in type1_read_byte() local53 uint16_t tmp = ((inpd(0xCFC) >> ((offset & 2) * 8)) & 0xffff); in type1_read_half() local67 uint32_t tmp = inpd(0xCFC); in type1_read_word() local
107 uint32_t tmp = 0; in recv_byte() local
353 uint16_t tmp; in init_device() local
Completed in 9 milliseconds