Home
last modified time | relevance | path

Searched refs:xmt_ptr (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_sc.c1473 NDS_STATUS HDICA_SendAndReceiveBytesSession (NDS_BYTE *xmt_ptr, in HDICA_SendAndReceiveBytesSession() argument
1494 NDS_SC_DBG_PrintData(xmt_ptr, xmit_length); in HDICA_SendAndReceiveBytesSession()
1498 if (xmt_ptr[0] == 0x48) // 0x40, 0x54, 0x5c in HDICA_SendAndReceiveBytesSession()
1500 switch (xmt_ptr[1]) in HDICA_SendAndReceiveBytesSession()
1504 printf("NDS_POLL(%02X)\n", xmt_ptr[1]); in HDICA_SendAndReceiveBytesSession()
1520 if ( (_NDS_SC_Write(xmt_ptr, xmit_length, use_flow_control) <= 0) || in HDICA_SendAndReceiveBytesSession()
H A DddiNDS_HDI.h428 extern NDS_STATUS HDICA_SendAndReceiveBytesSession (NDS_BYTE *xmt_ptr,