Searched refs:lpos (Results 1 – 4 of 4) sorted by relevance
962 long lpos=(long) pos; in stohdr() local963 Txhdr[ZP0] = lpos; in stohdr()964 Txhdr[ZP1] = lpos>>8; in stohdr()965 Txhdr[ZP2] = lpos>>16; in stohdr()966 Txhdr[ZP3] = lpos>>24; in stohdr()
204 evt->lpos = 0; in dwc3_event_buffers_setup()226 evt->lpos = 0; in dwc3_event_buffers_cleanup()
408 unsigned int lpos; member
2502 event.raw = *(u32 *) (evt->buf + evt->lpos); in dwc3_process_event_buf()2515 evt->lpos = (evt->lpos + 4) % DWC3_EVENT_BUFFERS_SIZE; in dwc3_process_event_buf()