/src/sys/external/bsd/drm/dist/shared-core/ |
r128_cce.c | 140 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local in function:r128_do_wait_for_fifo 141 if (slots >= entries)
|
r128_cce.c | 140 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local in function:r128_do_wait_for_fifo 141 if (slots >= entries)
|
mach64_dma.c | 62 int slots = 0, i; local in function:mach64_do_wait_for_fifo 65 slots = (MACH64_READ(MACH64_FIFO_STAT) & MACH64_FIFO_SLOT_MASK); 66 if (slots <= (0x8000 >> entries)) 71 DRM_INFO("failed! slots=%d entries=%d\n", slots, entries);
|
radeon_cp.c | 282 int slots = (RADEON_READ(RADEON_RBBM_STATUS) local in function:radeon_do_wait_for_fifo 284 if (slots >= entries)
|
/src/sys/external/bsd/drm2/dist/drm/r128/ |
r128_cce.c | 115 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local in function:r128_do_wait_for_fifo 116 if (slots >= entries)
|
r128_cce.c | 115 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local in function:r128_do_wait_for_fifo 116 if (slots >= entries)
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_events.c | 108 /* Oldest user mode expects 256 event slots */ 113 * Compatibility with old user mode: Only use signal slots 496 uint64_t *slots = page_slots(p->signal_page); local in function:kfd_signal_event_interrupt 511 if (slots[id] != UNSIGNALED_EVENT_SLOT) 516 * iterate over the signal slots and lookup 520 if (slots[id] != UNSIGNALED_EVENT_SLOT) {
|
kfd_events.c | 108 /* Oldest user mode expects 256 event slots */ 113 * Compatibility with old user mode: Only use signal slots 496 uint64_t *slots = page_slots(p->signal_page); local in function:kfd_signal_event_interrupt 511 if (slots[id] != UNSIGNALED_EVENT_SLOT) 516 * iterate over the signal slots and lookup 520 if (slots[id] != UNSIGNALED_EVENT_SLOT) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dp_mst.c | 60 int bpp, slots = -EINVAL; local in function:intel_dp_mst_compute_link_config 72 slots = drm_dp_atomic_find_vcpi_slots(state, &intel_dp->mst_mgr, 74 if (slots == -EDEADLK) 75 return slots; 76 if (slots >= 0) 80 if (slots < 0) { 81 DRM_DEBUG_KMS("failed finding vcpi slots:%d\n", slots); 82 return slots; 91 crtc_state->dp_m_n.tu = slots; [all...] |
intel_dp_mst.c | 60 int bpp, slots = -EINVAL; local in function:intel_dp_mst_compute_link_config 72 slots = drm_dp_atomic_find_vcpi_slots(state, &intel_dp->mst_mgr, 74 if (slots == -EDEADLK) 75 return slots; 76 if (slots >= 0) 80 if (slots < 0) { 81 DRM_DEBUG_KMS("failed finding vcpi slots:%d\n", slots); 82 return slots; 91 crtc_state->dp_m_n.tu = slots; [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_dp_mst.c | 73 int slots) 86 val = NI_DP_MSE_SAT_SLOT_COUNT0(slots) | NI_DP_MSE_SAT_SRC0(fe); 147 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port); 153 new_attribs[i].slots != mst_conn->cur_stream_attribs[i].slots) { 154 radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots); 156 mst_conn->cur_stream_attribs[i].slots = new_attribs[i].slots; 163 mst_conn->cur_stream_attribs[i].slots = 0; 398 int ret __unused, slots; local in function:radeon_mst_encoder_dpms [all...] |
radeon_dp_mst.c | 73 int slots) 86 val = NI_DP_MSE_SAT_SLOT_COUNT0(slots) | NI_DP_MSE_SAT_SRC0(fe); 147 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port); 153 new_attribs[i].slots != mst_conn->cur_stream_attribs[i].slots) { 154 radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots); 156 mst_conn->cur_stream_attribs[i].slots = new_attribs[i].slots; 163 mst_conn->cur_stream_attribs[i].slots = 0; 398 int ret __unused, slots; local in function:radeon_mst_encoder_dpms [all...] |
/src/sys/uvm/ |
uvm_aobj.c | 84 ((elt)->slots[UAO_SWHASH_ELT_PAGESLOT_IDX(idx)]) 116 int count; /* our number of active slots */ 117 int slots[UAO_SWHASH_CLUSTER_SIZE]; /* the slots */ member in struct:uao_swhash_elt 237 memset(elt->slots, 0, sizeof(elt->slots)); 1179 int slot = elt->slots[i]; 1358 int slot = elt->slots[j]; 1367 elt->slots[j] = 0; 1396 * the swap slots we've freed [all...] |
uvm_aobj.c | 84 ((elt)->slots[UAO_SWHASH_ELT_PAGESLOT_IDX(idx)]) 116 int count; /* our number of active slots */ 117 int slots[UAO_SWHASH_CLUSTER_SIZE]; /* the slots */ member in struct:uao_swhash_elt 237 memset(elt->slots, 0, sizeof(elt->slots)); 1179 int slot = elt->slots[i]; 1358 int slot = elt->slots[j]; 1367 elt->slots[j] = 0; 1396 * the swap slots we've freed [all...] |
uvm_amap.c | 67 amap_roundup_slots(int slots) 70 return kmem_roundup_size(slots * sizeof(int)) / sizeof(int); 150 amap_alloc1(int slots, int padslots, int flags) 177 totalslots = amap_roundup_slots(slots + padslots); 184 amap->am_nslot = slots; 237 int slots, padslots; local in function:amap_alloc 240 AMAP_B2SLOT(slots, sz); 243 amap = amap_alloc1(slots, padslots, waitf); 322 int slots; local in function:amap_free 329 slots = amap->am_maxslot 707 u_int slots, lcv, slot, stop; local in function:amap_share_protect 827 u_int slots, lcv; local in function:amap_copy [all...] |
/src/common/lib/libc/gen/ |
ptree.c | 1071 const pt_bitlen_t slots = 1 << PTN_BRANCH_BITLEN(parent); local in function:ptree_check_find_node2 1074 for (slot = 0; slot < slots; slot++) { 1079 for (slot = 0; slot < slots; slot++) { 1143 const pt_bitlen_t slots = 1 << bitlen; local in function:ptree_check_branch 1170 for (slot = 0; slot < slots; slot++) {
|
ptree.c | 1071 const pt_bitlen_t slots = 1 << PTN_BRANCH_BITLEN(parent); local in function:ptree_check_find_node2 1074 for (slot = 0; slot < slots; slot++) { 1079 for (slot = 0; slot < slots; slot++) { 1143 const pt_bitlen_t slots = 1 << bitlen; local in function:ptree_check_branch 1170 for (slot = 0; slot < slots; slot++) {
|
/src/sys/arch/powerpc/booke/ |
e500_tlb.c | 841 u_int slots = 0, nextslot = 0; local in function:e500_tlbmemmap 847 slots += memsize / size; 848 if (slots > 4) 851 if (slots > tlb1->tlb1_numfree - 1) 855 for (; nextslot < slots; nextslot++) {
|
e500_tlb.c | 841 u_int slots = 0, nextslot = 0; local in function:e500_tlbmemmap 847 slots += memsize / size; 848 if (slots > 4) 851 if (slots > tlb1->tlb1_numfree - 1) 855 for (; nextslot < slots; nextslot++) {
|
/src/sys/arch/powerpc/powerpc/ |
openfirm.c | 868 uint32_t slots[16]; member in struct:OF_interpret::__anon413aa5371808 888 args.slots[i] = (uintptr_t)OF_buf; 894 args.slots[i] = (uintptr_t)va_arg(ap, uint32_t *); 901 rv = args.slots[i]; 905 *va_arg(ap, uint32_t *) = args.slots[i];
|
/src/sys/compat/linux/common/ |
linux_cdrom.h | 179 struct linux_cdrom_slot slots[LINUX_CDROM_MAX_SLOTS]; member in struct:linux_cdrom_changer_info
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_link_encoder.c | 1218 uint32_t *slots) 1224 *slots = stream_allocation->slot_count; 1227 *slots = 0; 1240 uint32_t slots = 0; local in function:dce110_link_encoder_update_mst_stream_allocation_table 1257 &slots); 1260 slots = 0; 1265 DP_MSE_SAT_SLOT_COUNT0, slots); 1271 &slots); 1274 slots = 0; 1279 DP_MSE_SAT_SLOT_COUNT1, slots); [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_link_encoder.c | 1184 uint32_t *slots) 1190 *slots = stream_allocation->slot_count; 1193 *slots = 0; 1206 uint32_t slots = 0; local in function:dcn10_link_encoder_update_mst_stream_allocation_table 1224 &slots); 1227 slots = 0; 1232 DP_MSE_SAT_SLOT_COUNT0, slots); 1238 &slots); 1241 slots = 0; 1246 DP_MSE_SAT_SLOT_COUNT1, slots); [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
grph_object_defs.h | 186 struct slot_layout_info slots[MAX_BOARD_SLOTS]; member in struct:board_layout_info
|
/src/sbin/nvmectl/ |
logpage.c | 305 u_int i, slots; local in function:print_log_firmware 316 slots = 1; 318 slots = MIN(__SHIFTOUT(cdata->frmw, NVME_ID_CTRLR_FRMW_NSLOT), 321 for (i = 0; i < slots; i++) {
|