Lines Matching refs:gx_tohex
312 *rbuf++ = gx_tohex((EBP_IDX >> 4) & 0xf);
313 *rbuf++ = gx_tohex(EBP_IDX & 0xf);
317 *rbuf++ = gx_tohex((ESP_IDX >> 4) & 0xf);
318 *rbuf++ = gx_tohex(ESP_IDX & 0xf);
322 *rbuf++ = gx_tohex((EIP_IDX >> 4) & 0xf);
323 *rbuf++ = gx_tohex(EIP_IDX & 0xf);
333 *rbuf++ = gx_tohex((RBP_IDX >> 4) & 0xf);
334 *rbuf++ = gx_tohex(RBP_IDX & 0xf);
338 *rbuf++ = gx_tohex((RSP_IDX >> 4) & 0xf);
339 *rbuf++ = gx_tohex(RSP_IDX & 0xf);
343 *rbuf++ = gx_tohex((RIP_IDX >> 4) & 0xf);
344 *rbuf++ = gx_tohex(RIP_IDX & 0xf);
380 *buf++ = gx_tohex(nib); in prepare_stop_reply()
382 *buf++ = gx_tohex(nib); in prepare_stop_reply()