Searched refs:LOWORD (Results 1 – 3 of 3) sorted by relevance
530 tp->ocpl.ProdIDAddr[0] = LOWORD(Addr); in tms380tr_init_opb()1564 tp->scb.Parm[0] = LOWORD(Addr); in tms380tr_chk_outstanding_cmds()1598 tp->scb.Parm[0] = LOWORD(Addr); in tms380tr_chk_outstanding_cmds()1639 tp->scb.Parm[0] = LOWORD(Addr); in tms380tr_chk_outstanding_cmds()1659 tp->scb.Parm[0] = LOWORD(tp->ocpl.FunctAddr); in tms380tr_chk_outstanding_cmds()1668 tp->scb.Parm[0] = LOWORD(tp->ocpl.GroupAddr); in tms380tr_chk_outstanding_cmds()1678 tp->scb.Parm[0] = LOWORD(Addr); in tms380tr_chk_outstanding_cmds()
54 #define LOWORD(l) ((unsigned short)(l)) macro
146 #define LOWORD(l) ((WORD)(DWORD)(l)) macro