Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 175) sorted by relevance

1234567

/u-boot/board/freescale/ls2080aqds/
A Dddr.c26 int slot; in fsl_ddr_board_options() local
33 for (slot = 0; slot < CONFIG_DIMM_SLOTS_PER_CTLR; slot++) { in fsl_ddr_board_options()
34 if (pdimm[slot].n_ranks) in fsl_ddr_board_options()
105 pdimm[slot].dq_mapping[0] = pdimm[slot].dq_mapping[8]; in fsl_ddr_board_options()
106 pdimm[slot].dq_mapping[1] = pdimm[slot].dq_mapping[9]; in fsl_ddr_board_options()
107 pdimm[slot].dq_mapping[2] = pdimm[slot].dq_mapping[6]; in fsl_ddr_board_options()
108 pdimm[slot].dq_mapping[3] = pdimm[slot].dq_mapping[7]; in fsl_ddr_board_options()
112 pdimm[slot].dq_mapping[9] = 0; in fsl_ddr_board_options()
113 pdimm[slot].dq_mapping[10] = 0; in fsl_ddr_board_options()
114 pdimm[slot].dq_mapping[11] = 0; in fsl_ddr_board_options()
[all …]
/u-boot/board/freescale/ls2080ardb/
A Dddr.c26 int slot; in fsl_ddr_board_options() local
33 for (slot = 0; slot < CONFIG_DIMM_SLOTS_PER_CTLR; slot++) { in fsl_ddr_board_options()
34 if (pdimm[slot].n_ranks) in fsl_ddr_board_options()
107 pdimm[slot].dq_mapping[0] = pdimm[slot].dq_mapping[8]; in fsl_ddr_board_options()
108 pdimm[slot].dq_mapping[1] = pdimm[slot].dq_mapping[9]; in fsl_ddr_board_options()
109 pdimm[slot].dq_mapping[2] = pdimm[slot].dq_mapping[6]; in fsl_ddr_board_options()
110 pdimm[slot].dq_mapping[3] = pdimm[slot].dq_mapping[7]; in fsl_ddr_board_options()
114 pdimm[slot].dq_mapping[9] = 0; in fsl_ddr_board_options()
115 pdimm[slot].dq_mapping[10] = 0; in fsl_ddr_board_options()
116 pdimm[slot].dq_mapping[11] = 0; in fsl_ddr_board_options()
[all …]
/u-boot/drivers/dma/
A Dti-edma3.c19 #define EDMA3_SL_BASE(slot) (0x4000 + ((slot) << 5)) argument
418 slot.opt = 0; in __edma3_transfer()
422 slot.ccnt = 1; in __edma3_transfer()
426 slot.src_bidx = 0; in __edma3_transfer()
428 slot.src_cidx = 0; in __edma3_transfer()
429 slot.dst_cidx = 0; in __edma3_transfer()
431 slot.bcntrld = 0; in __edma3_transfer()
451 slot.opt = 0; in __edma3_transfer()
453 slot.src = in __edma3_transfer()
458 slot.bcnt = 1; in __edma3_transfer()
[all …]
/u-boot/drivers/mmc/
A Docteontx_hsmmc.c824 slot->want_switch = slot->cached_switch; in octeontx_mmc_track_switch()
850 if (!slot->is_asim && !slot->is_emul) in octeontx_mmc_track_switch()
854 if (!slot->is_asim && !slot->is_emul) in octeontx_mmc_track_switch()
1922 slot->hs400_taps = slot->hs200_taps; in octeontx_tune_hs400()
2256 if (slot->is_asim || slot->is_emul) in octeontx_mmc_execute_tuning()
2592 slot->hs400_taps : slot->hs200_taps; in octeontx_mmc_set_timing()
2798 if (slot->drive < 0 || slot->slew < 0) in octeontx_mmc_io_drive_setup()
3084 if (slot->is_asim || slot->is_emul) in octeontx_mmc_set_output_bus_timing()
3584 if (!slot->is_asim && !slot->is_emul) { in octeontx_mmc_get_config()
3674 slot->mmc.priv = slot; in octeontx_mmc_slot_probe()
[all …]
/u-boot/include/
A Dmpc8xx.h528 #define PCMCIA_VS1(slot) (0x80000000 >> (slot << 4)) argument
529 #define PCMCIA_VS2(slot) (0x40000000 >> (slot << 4)) argument
531 #define PCMCIA_VS_SHIFT(slot) (30 - (slot << 4)) argument
533 #define PCMCIA_WP(slot) (0x20000000 >> (slot << 4)) argument
534 #define PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) argument
535 #define PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) argument
536 #define PCMCIA_BVD2(slot) (0x04000000 >> (slot << 4)) argument
537 #define PCMCIA_BVD1(slot) (0x02000000 >> (slot << 4)) argument
538 #define PCMCIA_RDY(slot) (0x01000000 >> (slot << 4)) argument
539 #define PCMCIA_RDY_L(slot) (0x00800000 >> (slot << 4)) argument
[all …]
/u-boot/arch/x86/include/asm/arch-baytrail/
A Dirq.h80 #define _GPIO_S0_DED_IRQ(slot) GPIO_S0_DED_IRQ_##slot argument
81 #define _GPIO_S5_DED_IRQ(slot) GPIO_S5_DED_IRQ_##slot argument
82 #define GPIO_S0_DED_IRQ(slot) _GPIO_S0_DED_IRQ(slot) argument
83 #define GPIO_S5_DED_IRQ(slot) _GPIO_S5_DED_IRQ(slot) argument
/u-boot/arch/arm/include/asm/ti-common/
A Dti-edma3.h96 int slot; member
104 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg);
106 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param);
107 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param);
109 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode,
111 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx);
112 void edma3_set_dest_addr(u32 base, int slot, u32 dst);
114 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode,
116 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx);
117 void edma3_set_src_addr(u32 base, int slot, u32 src);
[all …]
/u-boot/cmd/
A Dab_select.c18 char slot[2]; in do_ab_select() local
37 slot[0] = BOOT_SLOT_NAME(ret); in do_ab_select()
38 slot[1] = '\0'; in do_ab_select()
39 env_set(argv[1], slot); in do_ab_select()
40 printf("ANDROID: Booting slot: %s\n", slot); in do_ab_select()
/u-boot/fs/btrfs/
A Dctree.c270 *slot = mid; in generic_bin_search()
274 *slot = low; in generic_bin_search()
290 slot); in btrfs_bin_search()
296 slot); in btrfs_bin_search()
305 if (slot < 0) in read_node_slot()
394 int slot; in btrfs_search_slot() local
433 slot -= 1; in btrfs_search_slot()
607 int slot; in btrfs_prev_leaf() local
625 slot--; in btrfs_prev_leaf()
642 slot--; in btrfs_prev_leaf()
[all …]
A Droot-tree.c13 int slot; in btrfs_find_last_root() local
33 slot = path->slots[0] - 1; in btrfs_find_last_root()
34 btrfs_item_key_to_cpu(l, &found_key, slot); in btrfs_find_last_root()
40 read_extent_buffer(l, item, btrfs_item_ptr_offset(l, slot), in btrfs_find_last_root()
/u-boot/common/
A Dandroid_ab.c188 int slot, i, ret; in ab_select_slot() local
247 slot = -1; in ab_select_slot()
264 if (slot < 0 || in ab_select_slot()
266 &abc->slot_info[slot]) < 0) { in ab_select_slot()
267 slot = i; in ab_select_slot()
271 if (slot >= 0 && !abc->slot_info[slot].successful_boot) { in ab_select_slot()
273 BOOT_SLOT_NAME(slot), in ab_select_slot()
279 if (slot >= 0) { in ab_select_slot()
286 slot_suffix[0] = BOOT_SLOT_NAME(slot); in ab_select_slot()
301 if (slot < 0) in ab_select_slot()
[all …]
/u-boot/drivers/pci/
A Dpcie_mediatek.c136 u32 slot; member
333 u32 slot = PCI_DEV(port->slot << 11); in mtk_pcie_startup_port() local
350 PCIE_PORT_INT_EN(port->slot)); in mtk_pcie_startup_port()
384 val |= PCIE_CSR_LTSSM_EN(port->slot) | in mtk_pcie_startup_port_v2()
557 port->slot = slot; in mtk_pcie_parse_port()
626 port->slot = slot; in mtk_pcie_parse_port_v2()
659 u32 slot = 0; in mtk_pcie_probe() local
668 slot = PCI_DEV(addr.phys_hi); in mtk_pcie_probe()
670 err = mtk_pcie_parse_port(dev, slot); in mtk_pcie_probe()
688 unsigned int slot; in mtk_pcie_probe_v2() local
[all …]
/u-boot/arch/x86/cpu/
A Dirq.c127 struct irq_info *slot = slot_base; in check_dup_entry() local
131 if (slot->bus == bus && slot->devfn == (device << 3)) in check_dup_entry()
133 slot++; in check_dup_entry()
136 return (i == entry_num) ? NULL : slot; in check_dup_entry()
142 slot->bus = bus; in fill_irq_info()
143 slot->devfn = (device << 3) | 0; in fill_irq_info()
157 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
284 if (slot) { in create_pirq_routing_table()
288 if (slot->irq[pr.pin - 1].link) { in create_pirq_routing_table()
298 if (slot->irq[pr.pin - 1].link != in create_pirq_routing_table()
[all …]
/u-boot/board/freescale/p2041rdb/
A Deth.c85 u8 slot; in board_ft_fman_fixup_port() local
101 slot = lane_to_slot[lane]; in board_ft_fman_fixup_port()
102 if (slot) { in board_ft_fman_fixup_port()
134 unsigned int i, slot; in board_eth_init() local
173 slot = lane_to_slot[lane]; in board_eth_init()
174 if (slot) in board_eth_init()
198 slot = lane_to_slot[lane]; in board_eth_init()
199 if (slot) in board_eth_init()
/u-boot/board/freescale/corenet_ds/
A Deth_superhydra.c219 int lane, slot, phy; in board_ft_fman_fixup_port() local
227 slot = lane_to_slot[lane]; in board_ft_fman_fixup_port()
301 int lane, slot; in fdt_fixup_board_enet() local
316 alias, slot); in fdt_fixup_board_enet()
335 slot = lane_to_slot[lane]; in fdt_fixup_board_enet()
355 alias, slot); in fdt_fixup_board_enet()
429 unsigned int i, slot; in board_eth_init() local
532 idx + 1, slot); in board_eth_init()
533 switch (slot) { in board_eth_init()
670 idx + 1, slot); in board_eth_init()
[all …]
A Deth_p4080.c344 int idx = i - FM1_DTSEC1, lane, slot; in board_eth_init() local
350 slot = lane_to_slot[lane]; in board_eth_init()
351 switch (slot) { in board_eth_init()
387 int idx = i - FM1_10GEC1, lane, slot; in board_eth_init() local
393 slot = lane_to_slot[lane]; in board_eth_init()
394 switch (slot) { in board_eth_init()
414 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() local
420 slot = lane_to_slot[lane]; in board_eth_init()
421 switch (slot) { in board_eth_init()
465 slot = lane_to_slot[lane]; in board_eth_init()
[all …]
/u-boot/arch/arm/mach-keystone/
A Dddr3.c156 struct edma3_slot_config slot; in ddr3_reset_data() local
173 slot.bcnt = DDR3_EDMA_BCNT; in ddr3_reset_data()
174 slot.acnt = DDR3_EDMA_BLK_SIZE; in ddr3_reset_data()
175 slot.ccnt = DDR3_EDMA_CCNT; in ddr3_reset_data()
176 slot.src_bidx = 0; in ddr3_reset_data()
177 slot.dst_bidx = DDR3_EDMA_BLK_SIZE; in ddr3_reset_data()
178 slot.src_cidx = 0; in ddr3_reset_data()
179 slot.dst_cidx = 0; in ddr3_reset_data()
180 slot.link = EDMA3_PARSET_NULL_LINK; in ddr3_reset_data()
181 slot.bcntrld = 0; in ddr3_reset_data()
[all …]
/u-boot/arch/arm/dts/
A Darmada-385-atl-x530DP.dtsi64 compatible = "atl,dts-overlay-gpio-psu-slot";
65 slot-name = "PSU Bay A";
75 compatible = "atl,dts-overlay-gpio-psu-slot";
76 slot-name = "PSU Bay B";
86 compatible = "atl,fan05-slot";
87 slot-name = "Fan Bay A";
A Dmeson-g12b-gtking-pro.dts74 dai-tdm-slot-tx-mask-0 = <1 1>;
75 dai-tdm-slot-tx-mask-1 = <1 1>;
76 dai-tdm-slot-tx-mask-2 = <1 1>;
77 dai-tdm-slot-tx-mask-3 = <1 1>;
/u-boot/arch/arm/mach-snapdragon/
A Dclock-apq8016.c52 static int clk_init_sdc(struct msm_clk_priv *priv, int slot, uint rate) in clk_init_sdc() argument
59 clk_enable_cbc(priv->base + SDCC_AHB_CBCR(slot)); in clk_init_sdc()
61 clk_rcg_set_rate_mnd(priv->base, &sdc_regs[slot], div, 0, 0, in clk_init_sdc()
64 clk_enable_cbc(priv->base + SDCC_APPS_CBCR(slot)); in clk_init_sdc()
/u-boot/doc/android/
A Dab.rst11 (normally slot A and slot B). The system runs from the current slot while the
12 partitions in the unused slot can be updated [1]_.
31 special partition (e.g. ``misc``) and determines which slot should be used for
54 Based on this slot information, the current boot partition should be defined,
/u-boot/drivers/misc/
A Dcros_ec_sandbox.c100 struct vstore_slot slot[VSTORE_SLOT_COUNT]; member
523 if (ec->slot[i].locked) in process_cmd()
531 struct vstore_slot *slot; in process_cmd() local
533 if (req->slot >= EC_VSTORE_SLOT_MAX) in process_cmd()
535 slot = &ec->slot[req->slot]; in process_cmd()
536 slot->locked = true; in process_cmd()
537 memcpy(slot->data, req->data, EC_VSTORE_SLOT_SIZE); in process_cmd()
544 struct vstore_slot *slot; in process_cmd() local
546 if (req->slot >= EC_VSTORE_SLOT_MAX) in process_cmd()
548 slot = &ec->slot[req->slot]; in process_cmd()
[all …]
/u-boot/board/freescale/common/
A Dcds_pci_ft.c17 int len, slot, i; in cds_pci_fixup() local
54 slot = get_pci_slot(); in cds_pci_fixup()
60 map[3] = ((map[3] + slot - 2) % 4) + 1; in cds_pci_fixup()
/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/
A Dcsf_uboot.txt21 # Key slot index used to authenticate the key to be installed
23 # Target key slot in HAB key store where key will be installed
29 # Key slot index used to authenticate the image data
/u-boot/doc/imx/habv4/csf_examples/additional_images/
A Dcsf_additional_images.txt21 # Key slot index used to authenticate the key to be installed
23 # Target key slot in HAB key store where key will be installed
29 # Key slot index used to authenticate the image data

Completed in 54 milliseconds

1234567