HomeSort by: relevance | last modified time | path
    Searched refs:hdp (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/marvell/
gtdevbusvar.h 31 gt_devbus_addr(device_t gt, int unit, uint32_t *ldp, uint32_t *hdp)
50 *hdp = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
  /src/tests/dev/usb/
t_hid.c 243 struct hid_data *hdp; local in function:ATF_TC_BODY
250 hdp = hid_start_parse(just_pop_report_descriptor,
252 while (hid_get_item(hdp, &hi) > 0) {
254 hid_end_parse(hdp);
  /src/sys/dev/vme/
xyreg.h 98 volatile u_char hdp:1; /* hold dual port drive */ member in struct:xy_iopb
  /src/sys/arch/sun3/dev/
xyreg.h 99 volatile u_char hdp:1; /* hold dual port drive */ member in struct:xy_iopb
  /src/sys/dev/ic/
isp_library.c 251 isp_hdl_t *hdp; local in function:isp_allocate_xs
253 hdp = isp->isp_xffree;
254 if (hdp == NULL) {
257 isp->isp_xffree = hdp->cmd;
258 hdp->cmd = xs;
259 hdp->handle = (hdp - isp->isp_xflist);
260 hdp->handle |= (ISP_HANDLE_INITIATOR << ISP_HANDLE_USAGE_SHIFT);
261 hdp->handle |= (isp->isp_seqno++ << ISP_HANDLE_SEQ_SHIFT);
262 *handlep = hdp->handle
631 isp_hdl_t *hdp; local in function:isp_clear_commands
2257 isp_hdl_t *hdp; local in function:isp_allocate_xs_tgt
    [all...]
isp.c 5727 isp_hdl_t *hdp; local in function:isp_parse_async_fc
5729 hdp = &isp->isp_xflist[i];
5730 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) {
5733 xs = hdp->cmd;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sdma_v4_0.c 54 #include "hdp/hdp_4_0_offset.h"
822 int mem_space, int hdp,
828 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) |
847 * sdma_v4_0_ring_emit_hdp_flush - emit an hdp flush on the DMA ring
851 * Emit an hdp flush packet on the requested DMA ring.
2261 3 + /* hdp invalidate */
2297 3 + /* hdp invalidate */
2329 3 + /* hdp invalidate */
2361 3 + /* hdp invalidate */
  /src/sys/fs/nfs/client/
nfs_clstate.c 1552 nfscl_freedeleg(struct nfscldeleghead *hdp, struct nfscldeleg *dp)
1555 TAILQ_REMOVE(hdp, dp, nfsdl_list);

Completed in 25 milliseconds