Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_txp.c1485 idx = letoh32(hv->hv_resp_read_idx); in txp_command2()
1528 ridx = letoh32(hv->hv_resp_read_idx); in txp_response()
1545 ridx = letoh32(hv->hv_resp_read_idx); in txp_response()
1546 hv->hv_resp_read_idx = letoh32(ridx); in txp_response()
1560 ridx = letoh32(hv->hv_resp_read_idx); in txp_rsp_fixup()
1572 hv->hv_resp_read_idx = htole32(ridx); in txp_rsp_fixup()
1575 hv->hv_resp_read_idx = htole32(ridx); in txp_rsp_fixup()
H A Dif_txpreg.h477 volatile u_int32_t hv_resp_read_idx; /* host->arm */ member