Searched refs:PUT_WORD (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | di.c | 761 PUT_WORD(&LogInfo[0], ((word)Adapter | (word)(xdi_xlog_sec++ << 8))); in xdi_xlog_rc_event() 762 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8))); in xdi_xlog_rc_event() 763 PUT_WORD(&LogInfo[2], ((word)Rc | (word)(type << 8))); in xdi_xlog_rc_event() 764 PUT_WORD(&LogInfo[3], cb); in xdi_xlog_rc_event() 785 PUT_WORD(&LogInfo[0], ((word)Adapter | (word)(xdi_xlog_sec++ << 8))); in xdi_xlog_request() 786 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8))); in xdi_xlog_request() 787 PUT_WORD(&LogInfo[2], ((word)Req | (word)(type << 8))); in xdi_xlog_request() 829 PUT_WORD(&LogInfo[0], ((word)Adapter | (word)(xdi_xlog_sec++ << 8))); in xdi_xlog_ind() 830 PUT_WORD(&LogInfo[1], ((word)Id | (word)(Ch << 8))); in xdi_xlog_ind() 831 PUT_WORD(&LogInfo[2], ((word)Ind | (word)(type << 8))); in xdi_xlog_ind() [all …]
|
D | message.c | 1905 PUT_WORD(&RCparms[1], SSreq); in facility_req() 2445 PUT_WORD(&cai[2], GET_WORD(&(ss_parms[3].info[0]))); in facility_req() 2450 PUT_WORD(&cai[2], GET_WORD(&(ss_parms[3].info[0]))); in facility_req() 2505 PUT_WORD(&cai[2], GET_WORD(&(ss_parms[2].info[0]))); /* Basic Service */ in facility_req() 2507 PUT_WORD(&cai[8], GET_WORD(&(ss_parms[4].info[0]))); /* Message Status */ in facility_req() 2508 PUT_WORD(&cai[10], GET_WORD(&(ss_parms[5].info[0]))); /* Message Reference */ in facility_req() 2509 PUT_WORD(&cai[12], GET_WORD(&(ss_parms[6].info[0]))); /* Invocation Mode */ in facility_req() 2557 PUT_WORD(&cai[2], GET_WORD(&(ss_parms[2].info[0]))); /* Basic Service */ in facility_req() 2558 PUT_WORD(&cai[4], GET_WORD(&(ss_parms[3].info[0]))); /* Invocation Mode */ in facility_req() 2796 PUT_WORD(&((T30_INFO *)plci->fax_connect_info_buffer)->control_bits_low, fax_control_bits); in connect_b3_req() [all …]
|
D | capifunc.c | 243 PUT_WORD(&msg.header.appl_id, appl->Id); in sendf() 244 PUT_WORD(&msg.header.command, command); in sendf() 247 PUT_WORD(&msg.header.number, Number); in sendf() 264 PUT_WORD(write, (tmp & 0xffff)); in sendf() 285 PUT_WORD(&msg.header.length, length); in sendf() 703 PUT_WORD(&ctrl->profile.nbchannel, card->d.channels); in diva_add_card()
|
D | platform.h | 331 static inline void PUT_WORD(void *addr, __u16 v) in PUT_WORD() function
|