Home
last modified time | relevance | path

Searched full:slot0 (Results 1 – 25 of 37) 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/arch/mips/alchemy/
H A Dboard-mtx1.c281 [0] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTA, 0xff, 0xff }, /* IDSEL 00 - AdapterA-Slot0 (top) */
283 [2] = { -1, AU1500_PCI_INTC, AU1500_PCI_INTD, 0xff, 0xff }, /* IDSEL 02 - AdapterB-Slot0 (top) */
285 [4] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTB, 0xff, 0xff }, /* IDSEL 04 - AdapterC-Slot0 (top) */
287 [6] = { -1, AU1500_PCI_INTC, AU1500_PCI_INTD, 0xff, 0xff }, /* IDSEL 06 - AdapterD-Slot0 (top) */
/linux/net/xfrm/
H A Dxfrm_iptfs.c1469 struct sk_buff *slot0; in __reorder_future_shifts() local
1528 * iter 1: slot0 == NULL, missed++, lastdrop = 2 (2+1-1), slot0 = [-] in __reorder_future_shifts()
1529 * iter 2: slot0 == NULL, missed++, lastdrop = 3 (2+2-1), slot0 = [c] in __reorder_future_shifts()
1552 /* slot0 is the buf that just shifted out and into slot0 */ in __reorder_future_shifts()
1553 slot0 = NULL; in __reorder_future_shifts()
1556 /* handle what was in slot0 before we occupy it */ in __reorder_future_shifts()
1557 if (slot0) in __reorder_future_shifts()
1558 list_add_tail(&slot0->list, list); in __reorder_future_shifts()
1559 slot0 = wnext->skb; in __reorder_future_shifts()
1563 /* slot0 is now either NULL (in which case it's what we now are waiting in __reorder_future_shifts()
[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",
639 "EventName": "UNC_M_THROTTLE_HIGH_CYCLES.SLOT0",
661 "EventName": "UNC_M_THROTTLE_LOW_CYCLES.SLOT0",
683 "EventName": "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.json1109 …t Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count c…
1181 "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
1211 "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
1241 "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
1474 …t Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count c…
1546 "EventName": "UNC_UPI_TxL_FLITS.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.json1463 …t Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count c…
1535 "EventName": "UNC_UPI_RxL_FLITS.SLOT0",
1565 "EventName": "UNC_UPI_RxL_INSERTS.SLOT0",
1595 "EventName": "UNC_UPI_RxL_OCCUPANCY.SLOT0",
1828 …t Data Flits (which consume all slots), but how much to count is based on Slot0-2 mask, so count c…
1900 "EventName": "UNC_UPI_TxL_FLITS.SLOT0",
/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/tools/testing/selftests/kvm/s390/
H A Dcmma_test.c141 struct userspace_mem_region *slot0; in finish_vm_setup() local
145 slot0 = memslot2region(vm, 0); in finish_vm_setup()
146 ucall_init(vm, slot0->region.guest_phys_addr + slot0->region.memory_size); in finish_vm_setup()
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9g20ek_2mmc.dts17 /* clk already mux wuth slot0 */
/linux/arch/sh/drivers/pci/
H A Dfixups-landisk.c24 * slot0: pin1-4 = irq5,6,7,8 in pcibios_map_platform_irq()
/linux/sound/soc/fsl/
H A Dfsl_easrc.c867 struct fsl_easrc_slot *slot0, *slot1; in fsl_easrc_config_slot() local
875 slot0 = &easrc_priv->slot[i][0]; in fsl_easrc_config_slot()
878 if (slot0->busy && slot1->busy) { in fsl_easrc_config_slot()
880 } else if ((slot0->busy && slot0->ctx_index == ctx->index) || in fsl_easrc_config_slot()
883 } else if (!slot0->busy) { in fsl_easrc_config_slot()
884 slota = slot0; in fsl_easrc_config_slot()
889 slotb = slot0; in fsl_easrc_config_slot()
/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c275 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in main()
H A Dguest_memfd_test.c424 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in test_guest_memfd_guest()
/linux/sound/soc/codecs/
H A Drt5677.c2451 "Slot0", "Slot1", "Slot2", "Slot3", "Slot4", "Slot5", "Slot6", "Slot7"
3876 { "IF1 DAC0 Mux", "Slot0", "IF1 DAC0" },
3885 { "IF1 DAC1 Mux", "Slot0", "IF1 DAC0" },
3894 { "IF1 DAC2 Mux", "Slot0", "IF1 DAC0" },
3903 { "IF1 DAC3 Mux", "Slot0", "IF1 DAC0" },
3912 { "IF1 DAC4 Mux", "Slot0", "IF1 DAC0" },
3921 { "IF1 DAC5 Mux", "Slot0", "IF1 DAC0" },
3930 { "IF1 DAC6 Mux", "Slot0", "IF1 DAC0" },
3939 { "IF1 DAC7 Mux", "Slot0", "IF1 DAC0" },
3974 { "IF2 DAC0 Mux", "Slot0", "IF
[all...]
H A Drt5645.c1520 "Slot0", "Slot1", "Slot2", "Slot3"
2662 { "RT5650 IF1 DAC1 L Mux", "Slot0", "IF1 DAC0" },
2667 { "RT5650 IF1 DAC1 R Mux", "Slot0", "IF1 DAC0" },
2672 { "RT5650 IF1 DAC2 L Mux", "Slot0", "IF1 DAC0" },
2677 { "RT5650 IF1 DAC2 R Mux", "Slot0", "IF1 DAC0" },
2720 { "RT5645 IF1 DAC1 L Mux", "Slot0", "IF1 DAC0" },
2725 { "RT5645 IF1 DAC1 R Mux", "Slot0", "IF1 DAC0" },
2730 { "RT5645 IF1 DAC2 L Mux", "Slot0", "IF1 DAC0" },
2735 { "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/sound/soc/sof/
H A Dipc4-mtrace.c18 * | Page1 - slot0 |
517 * In other words: slot0 starts at in sof_mtrace_find_core_slots()
/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/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c484 struct userspace_mem_region *slot0; in __vm_create()
515 slot0 = memslot2region(vm, 0);
516 ucall_init(vm, slot0->region.guest_phys_addr + slot0->region.memory_size); in __vm_create_with_vcpus()
536 * extra_mem_pages - Non-slot0 physical memory total size in __vm_create_shape_with_one_vcpu()
547 * no real memory allocation for non-slot0 memory in this function.
451 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.py633 slot0 = self.get_slot(uhdev, t0, 0)
642 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0
643 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50
644 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100
658 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 0
659 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_X] == 50
660 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 100
671 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
687 assert evdev.slots[slot0][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
709 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",

12