Searched refs:GET16 (Results 1 – 7 of 7) sorted by relevance
60 #define GET16(x) \ macro125 whoami = GET16(DBAU1550_WHOAMI); in dbau1550_init()261 status = GET16(DBAU1550_STATUS); in dbau1550_slot_enable()291 status = GET16(DBAU1550_PCMCIA); in dbau1550_slot_enable()325 status = GET16(DBAU1550_PCMCIA); in dbau1550_slot_disable()335 status = GET16(DBAU1550_STATUS); in dbau1550_slot_status()372 status = GET16(DBAU1550_BOARD_SPECIFIC); in dbau1550_spi_select()
55 #define GET16(x) \ macro116 whoami = GET16(DBAU1550_WHOAMI); in omsal400_init()
47 #define GET16(x) \ macro
48 #define GET16(x) \ macro
51 #define GET16(v, w) \ macro 96 GET16(v, w); \
986 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t… in name_parse() macro1054 GET16(trans_id); in reply_parse()1055 GET16(flags); in reply_parse()1056 GET16(questions); in reply_parse()1057 GET16(answers); in reply_parse()1058 GET16(authority); in reply_parse()1059 GET16(additional); in reply_parse()1124 GET16(type); in reply_parse()1125 GET16(class); in reply_parse()1127 GET16(datalength); in reply_parse()[all …]
150 #define GET16(p) (((p)[0] << 8) | (p)[1]) macro479 format = GET16(buf + MARK_LEN + SIZE_LEN); in playdata()480 ntrks = GET16(buf + MARK_LEN + SIZE_LEN + 2); in playdata()