Home
last modified time | relevance | path

Searched full:slot0 (Results 1 – 25 of 38) sorted by relevance

12

/linux/arch/mips/include/asm/sgi/
H A Dmc.h77 #define SGIMC_GIOPAR_EXP064 0x00000004 /* EXP(slot0) talks using 64-bits */
82 #define SGIMC_GIOPAR_RTIMEEXP0 0x00000080 /* EXP(slot0) has realtime attr */
87 #define SGIMC_GIOPAR_MASTEREXP0 0x00001000 /* EXP(slot0) can bus master */
89 #define SGIMC_GIOPAR_PLINEEXP0 0x00004000 /* EXP(slot0) has pipeline attr */
/linux/net/xfrm/
H A Dxfrm_iptfs.c1491 struct sk_buff *slot0; in __reorder_future_shifts()
1550 * iter 1: slot0 == NULL, missed++, lastdrop = 2 (2+1-1), slot0 = [-] in __reorder_future_shifts()
1551 * iter 2: slot0 == NULL, missed++, lastdrop = 3 (2+2-1), slot0 = [c] in __reorder_future_shifts()
1574 /* slot0 is the buf that just shifted out and into slot0 */ in __reorder_future_shifts()
1575 slot0 = NULL; in __reorder_future_shifts()
1578 /* handle what was in slot0 before we occupy it */ in __reorder_future_shifts()
1579 if (slot0) in __reorder_future_shifts()
1483 struct sk_buff *slot0; __reorder_future_shifts() local
[all...]
/linux/tools/perf/pmu-events/arch/x86/grandridge/
H A Duncore-memory.json381 "EventName": "UNC_M_POWER_CRITICAL_THROTTLE_CYCLES.SLOT0",
617 "EventName": "UNC_M_THROTTLE_CRIT_CYCLES.SLOT0",
620 "PublicDescription": "UNC_M_THROTTLE_CRIT_CYCLES.SLOT0",
639 "EventName": "UNC_M_THROTTLE_HIGH_CYCLES.SLOT0",
642 "PublicDescription": "UNC_M_THROTTLE_HIGH_CYCLES.SLOT0",
661 "EventName": "UNC_M_THROTTLE_LOW_CYCLES.SLOT0",
664 "PublicDescription": "UNC_M_THROTTLE_LOW_CYCLES.SLOT0",
683 "EventName": "UNC_M_THROTTLE_MID_CYCLES.SLOT0",
686 "PublicDescription": "UNC_M_THROTTLE_MID_CYCLES.SLOT0",
/linux/tools/perf/pmu-events/arch/x86/sierraforest/
H A Duncore-memory.json436 "EventName": "UNC_M_POWER_CRITICAL_THROTTLE_CYCLES.SLOT0",
688 "EventName": "UNC_M_THROTTLE_CRIT_CYCLES.SLOT0",
708 "EventName": "UNC_M_THROTTLE_HIGH_CYCLES.SLOT0",
728 "EventName": "UNC_M_THROTTLE_LOW_CYCLES.SLOT0",
748 "EventName": "UNC_M_THROTTLE_MID_CYCLES.SLOT0",
H A Duncore-interconnect.json1119 "BriefDescription": "Valid Flits Received : Data : Shows legal flit time (hides impact of L0p and L0c). : Count Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count can be 0-3 depending on which slots are enabled for counting..",
1191 "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
1221 "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
1251 "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
1484 "BriefDescription": "Valid Flits Sent : Data : Shows legal flit time (hides impact of L0p and L0c). : Count Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count can be 0-3 depending on which slots are enabled for counting..",
1556 "EventName": "UNC_UPI_TxL_FLITS.SLOT0",
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9g20ek_2mmc.dts17 /* clk already mux wuth slot0 */
/linux/tools/perf/pmu-events/arch/x86/graniterapids/
H A Duncore-memory.json476 "EventName": "UNC_M_POWER_CRITICAL_THROTTLE_CYCLES.SLOT0",
726 "EventName": "UNC_M_THROTTLE_CRIT_CYCLES.SLOT0",
746 "EventName": "UNC_M_THROTTLE_HIGH_CYCLES.SLOT0",
766 "EventName": "UNC_M_THROTTLE_LOW_CYCLES.SLOT0",
786 "EventName": "UNC_M_THROTTLE_MID_CYCLES.SLOT0",
H A Duncore-interconnect.json1473 "BriefDescription": "Valid Flits Received : Data : Shows legal flit time (hides impact of L0p and L0c). : Count Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count can be 0-3 depending on which slots are enabled for counting..",
1545 "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
1575 "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
1605 "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
1838 "BriefDescription": "Valid Flits Sent : Data : Shows legal flit time (hides impact of L0p and L0c). : Count Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count can be 0-3 depending on which slots are enabled for counting..",
1910 "EventName": "UNC_UPI_TxL_FLITS.SLOT0",
/linux/tools/testing/selftests/kvm/s390/
H A Dcmma_test.c147 struct userspace_mem_region *slot0; in finish_vm_setup() local
151 slot0 = memslot2region(vm, 0); in finish_vm_setup()
152 ucall_init(vm, slot0->region.guest_phys_addr + slot0->region.memory_size); in finish_vm_setup()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c513 int slot0 = 300, slot1 = 0; in iwlagn_set_pan_params() local
561 slot0 = bcnint / 2; in iwlagn_set_pan_params()
562 slot1 = bcnint - slot0; in iwlagn_set_pan_params()
567 slot0 = dtim * bcnint * 3 - IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params()
572 slot0 = IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params()
575 slot0 = 0; in iwlagn_set_pan_params()
581 slot0 = slot1 * 3 - IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params()
586 cmd.slots[0].width = cpu_to_le16(slot0); in iwlagn_set_pan_params()
/linux/arch/sh/drivers/pci/
H A Dfixups-landisk.c24 * slot0: pin1-4 = irq5,6,7,8 in pcibios_map_platform_irq()
/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c269 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in calc_default_nr_vcpus()
H A Dguest_memfd_test.c508 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in test_guest_memfd_guest()
/linux/sound/soc/fsl/
H A Dfsl_easrc.c926 struct fsl_easrc_slot *slot0, *slot1; in fsl_easrc_config_slot() local
934 slot0 = &easrc_priv->slot[i][0]; in fsl_easrc_config_slot()
937 if (slot0->busy && slot1->busy) { in fsl_easrc_config_slot()
939 } else if ((slot0->busy && slot0->ctx_index == ctx->index) || in fsl_easrc_config_slot()
942 } else if (!slot0->busy) { in fsl_easrc_config_slot()
943 slota = slot0; in fsl_easrc_config_slot()
948 slotb = slot0; in fsl_easrc_config_slot()
/linux/sound/soc/codecs/
H A Drt5677.c2444 "Slot0", "Slot1", "Slot2", "Slot3", "Slot4", "Slot5", "Slot6", "Slot7"
3869 { "IF1 DAC0 Mux", "Slot0", "IF1 DAC0" },
3878 { "IF1 DAC1 Mux", "Slot0", "IF1 DAC0" },
3887 { "IF1 DAC2 Mux", "Slot0", "IF1 DAC0" },
3896 { "IF1 DAC3 Mux", "Slot0", "IF1 DAC0" },
3905 { "IF1 DAC4 Mux", "Slot0", "IF1 DAC0" },
3914 { "IF1 DAC5 Mux", "Slot0", "IF1 DAC0" },
3923 { "IF1 DAC6 Mux", "Slot0", "IF1 DAC0" },
3932 { "IF1 DAC7 Mux", "Slot0", "IF1 DAC0" },
3967 { "IF2 DAC0 Mux", "Slot0", "IF
[all...]
H A Drt5645.c1523 "Slot0", "Slot1", "Slot2", "Slot3"
2661 { "RT5650 IF1 DAC1 L Mux", "Slot0", "IF1 DAC0" },
2666 { "RT5650 IF1 DAC1 R Mux", "Slot0", "IF1 DAC0" },
2671 { "RT5650 IF1 DAC2 L Mux", "Slot0", "IF1 DAC0" },
2676 { "RT5650 IF1 DAC2 R Mux", "Slot0", "IF1 DAC0" },
2719 { "RT5645 IF1 DAC1 L Mux", "Slot0", "IF1 DAC0" },
2724 { "RT5645 IF1 DAC1 R Mux", "Slot0", "IF1 DAC0" },
2729 { "RT5645 IF1 DAC2 L Mux", "Slot0", "IF1 DAC0" },
2734 { "RT5645 IF1 DAC2 R Mux", "Slot0", "IF1 DAC0" },
H A Dsma1307.c272 "Slot0", "Slot1", "Slot2", "Slot3",
1492 dev_err(component->dev, "%s: Incorrect tdm-slot0-rx %d set\n", in sma1307_dai_set_tdm_slot()
1510 dev_err(component->dev, "%s: Incorrect tdm-slot0-tx %d set\n", in sma1307_dai_set_tdm_slot()
/linux/drivers/media/pci/mantis/
H A Dmantis_hif.c119 mmwrite(slot->slave_cfg, MANTIS_GPIF_CFGSLA); /* Slot0 alone for now */ in mantis_hif_write_mem()
/linux/sound/soc/sof/
H A Dipc4-mtrace.c18 * | Page1 - slot0 |
517 * In other words: slot0 starts at in sof_mtrace_find_core_slots()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c492 struct userspace_mem_region *slot0; in __vm_create()
523 slot0 = memslot2region(vm, 0); in __vm_create()
524 ucall_init(vm, slot0->region.guest_phys_addr + slot0->region.memory_size); in __vm_create()
542 * extra_mem_pages - Non-slot0 physical memory total size
553 * no real memory allocation for non-slot0 memory in this function. in __vm_create_with_vcpus()
484 struct userspace_mem_region *slot0; __vm_create() local
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm730-gbs.dts128 pe-slot0 {
129 label = "pe-slot0";
/linux/net/tipc/
H A Dnode.c859 int *slot0 = &n->active_links[0]; in __tipc_node_link_up() local
890 *slot0 = bearer_id; in __tipc_node_link_up()
902 *slot0 = bearer_id; in __tipc_node_link_up()
993 int *slot0 = &n->active_links[0]; in __tipc_node_link_down() local
1012 *slot0 = INVALID_BEARER_ID; in __tipc_node_link_down()
1025 *slot0 = i; in __tipc_node_link_down()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py706 slot0 = self.get_slot(uhdev, t0, 0)
715 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0
716 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50
717 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100
731 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0
732 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50
733 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100
744 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
760 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
782 slot0 = self.get_slot(uhdev, t0, 0)
[all …]
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-memory.json306 "EventName": "UNC_M_POWER_CRIT_THROTTLE_CYCLES.SLOT0",
340 "EventName": "UNC_M_POWER_THROTTLE_CYCLES.SLOT0",
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-interconnect.json6477 "BriefDescription": "UNC_UPI_RxL_ANY_FLITS.SLOT0",
6480 "EventName": "UNC_UPI_RxL_ANY_FLITS.SLOT0",
6554 "EventName": "UNC_UPI_RxL_BYPASSED.SLOT0",
6661 …t Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count c…
6734 "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
6767 "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
6800 "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
7058 "BriefDescription": "UNC_UPI_TxL_ANY_FLITS.SLOT0",
7061 "EventName": "UNC_UPI_TxL_ANY_FLITS.SLOT0",
7200 …t Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count c…
[all …]

12