Home
last modified time | relevance | path

Searched refs:slot_index (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_kms.c56 static void setup_hw_slot(struct qxl_device *qdev, int slot_index, in setup_hw_slot() argument
61 qxl_io_memslot_add(qdev, slot_index); in setup_hw_slot()
69 uint8_t slot_index; in setup_slot() local
71 slot_index = qdev->rom->slots_start + slot_index_offset; in setup_slot()
72 slot = &qdev->mem_slots[slot_index]; in setup_slot()
76 setup_hw_slot(qdev, slot_index, slot); in setup_slot()
79 high_bits = slot_index << qdev->slot_gen_bits; in setup_slot()
83 return slot_index; in setup_slot()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c583 int slot_index; in reserve_space() local
609 slot_index = local->slot_queue[ in reserve_space()
613 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in reserve_space()
641 int slot_index = local->slot_queue[slot_queue_available++ & in process_free_queue() local
643 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in process_free_queue()
653 state->id, slot_index, data, in process_free_queue()
3533 int slot_index; in vchiq_release_message() local
3541 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); in vchiq_release_message()
3543 if ((slot_index >= remote->slot_first) && in vchiq_release_message()
3544 (slot_index <= remote->slot_last)) { in vchiq_release_message()
[all …]
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2068 int slot_index = i * slots_per_blk; in hisi_sas_alloc() local
2075 for (j = 0; j < slots_per_blk; j++, slot_index++) { in hisi_sas_alloc()
2078 slot = &hisi_hba->slot_info[slot_index]; in hisi_sas_alloc()
2081 slot->idx = slot_index; in hisi_sas_alloc()
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dhal.h3272 u32 slot_index; member