/src/sys/arch/arm/sunxi/ |
sunxi_gates.c | 220 const u_int *indices; local in function:sunxi_gates_attach 245 indices = fdtbus_get_prop(phandle, "clock-indices", &len); 246 if (indices == NULL) { 247 aprint_error_dev(self, "no clock-indices property\n"); 253 len -= sizeof(u_int), i++, indices++) { 254 const u_int index = be32dec(indices);
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mga_state.c | 948 drm_mga_indices_t *indices = data; local in function:mga_dma_indices 952 if (indices->idx < 0 || indices->idx > dma->buf_count) 955 buf = dma->buflist[indices->idx]; 958 buf_priv->discard = indices->discard; 961 if (indices->discard) { 972 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_state.c | 916 drm_mga_indices_t *indices = data; local in function:mga_dma_indices 920 if (indices->idx < 0 || indices->idx > dma->buf_count) 923 buf = dma->buflist[indices->idx]; 926 buf_priv->discard = indices->discard; 929 if (indices->discard) { 940 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
|
/src/sys/dev/hyperv/ |
vmbus.c | 1705 uint64_t indices = 0; local in function:vmbus_ring_write 1706 uint32_t avail, oprod, datalen = sizeof(indices); 1727 indices = (uint64_t)oprod << 32; 1728 vmbus_ring_put(wrd, (uint8_t *)&indices, sizeof(indices)); 1901 uint64_t indices; local in function:vmbus_ring_read 1921 vmbus_ring_get(rrd, (uint8_t *)&indices, sizeof(indices), 0);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gfx_v8_0.c | 3914 int indices; local in function:gfx_v8_0_parse_ind_reg_list 3934 for (indices = 0; 3935 indices < *indices_count; 3936 indices++) { 3937 if (unique_indices[indices] == 3942 if (indices >= *indices_count) { 3945 indices = *indices_count; 3950 register_list_format[ind_offset] = indices; 4003 /* unique indices */
|