Home
last modified time | relevance | path

Searched refs:sdp (Results 1 – 17 of 17) sorted by relevance

/u-boot/board/freescale/m5275evb/
A Dm5275evb.c31 sdramctrl_t *sdp = (sdramctrl_t *)(MMAP_SDRAM); in dram_init() local
38 out_be32(&sdp->sdbar0, CONFIG_SYS_SDRAM_BASE); in dram_init()
42 out_be32(&sdp->sdcfg1, 0x83711630); in dram_init()
43 out_be32(&sdp->sdcfg2, 0x46770000); in dram_init()
49 setbits_be32(&sdp->sdcr, MCF_SDRAMC_SDCR_IPALL); in dram_init()
55 setbits_be32(&sdp->sdmr, in dram_init()
61 out_be32(&sdp->sdmr, 0x058d0000); in dram_init()
65 clrbits_be32(&sdp->sdmr, MCF_SDRAMC_SDMR_CMD); in dram_init()
78 out_be32(&sdp->sdmr, 0x018d0000); in dram_init()
82 clrbits_be32(&sdp->sdmr, MCF_SDRAMC_SDMR_CMD); in dram_init()
[all …]
/u-boot/drivers/usb/gadget/
A Df_sdp.c322 sdp->dnl_bytes_remaining, sdp->dnl_address); in sdp_rx_command_complete()
331 sdp->dnl_bytes = sdp->dnl_bytes_remaining; in sdp_rx_command_complete()
443 if (sdp->always_send_status || sdp->error_status) in sdp_tx_complete()
446 sdp->state = sdp->next_state; in sdp_tx_complete()
450 sdp->state = sdp->next_state; in sdp_tx_complete()
636 sdp->in_req = sdp_start_ep(sdp->in_ep, true); in sdp_set_alt()
637 sdp->in_req->context = sdp; in sdp_set_alt()
638 sdp->out_req = sdp_start_ep(sdp->out_ep, false); in sdp_set_alt()
639 sdp->out_req->context = sdp; in sdp_set_alt()
667 usb_ep_free_request(sdp->in_ep, sdp->in_req); in sdp_disable()
[all …]
/u-boot/fs/reiserfs/
A Dreiserfs_private.h307 #define sd_v1_mode(sdp) ((sdp)->sd_mode) argument
308 #define sd_v1_nlink(sdp) (__le16_to_cpu((sdp)->sd_nlink)) argument
309 #define sd_v1_uid(sdp) (__le16_to_cpu((sdp)->sd_uid)) argument
310 #define sd_v1_gid(sdp) (__le16_to_cpu((sdp)->sd_gid)) argument
311 #define sd_v1_size(sdp) (__le32_to_cpu((sdp)->sd_size)) argument
312 #define sd_v1_mtime(sdp) (__le32_to_cpu((sdp)->sd_mtime)) argument
343 #define sd_v2_mode(sdp) (__le16_to_cpu((sdp)->sd_mode)) argument
344 #define sd_v2_nlink(sdp) (__le32_to_cpu((sdp)->sd_nlink)) argument
345 #define sd_v2_size(sdp) (__le64_to_cpu((sdp)->sd_size)) argument
346 #define sd_v2_uid(sdp) (__le32_to_cpu((sdp)->sd_uid)) argument
[all …]
/u-boot/board/astro/mcf5373l/
A Dmcf5373l.c36 sdram_t *sdp = (sdram_t *)(MMAP_SDRAM); in dram_init() local
46 &sdp->cs0); in dram_init()
48 &sdp->cs1); in dram_init()
54 __raw_writel(0x33211530, &sdp->cfg1); in dram_init()
55 __raw_writel(0x56570000, &sdp->cfg2); in dram_init()
57 __raw_writel(0xE1462C02, &sdp->ctrl); in dram_init()
60 __raw_writel(0xE1462C04, &sdp->ctrl); in dram_init()
62 __raw_writel(0xE1462C04, &sdp->ctrl); in dram_init()
64 __raw_writel(0x008D0000, &sdp->mode); in dram_init()
66 __raw_writel(0x80010000, &sdp->mode); in dram_init()
[all …]
/u-boot/board/cobra5272/
A Dcobra5272.c23 volatile sdramctrl_t *sdp = (sdramctrl_t *) (MMAP_SDRAM); in dram_init() local
25 sdp->sdram_sdtr = 0xf539; in dram_init()
26 sdp->sdram_sdcr = 0x4211; in dram_init()
/u-boot/board/freescale/m5272c3/
A Dm5272c3.c25 sdramctrl_t * sdp = (sdramctrl_t *)(MMAP_SDRAM); in dram_init() local
27 out_be16(&sdp->sdram_sdtr, 0xf539); in dram_init()
28 out_be16(&sdp->sdram_sdcr, 0x4211); in dram_init()
/u-boot/board/ti/sdp4430/
A DMakefile6 obj-y := sdp.o
/u-boot/configs/
A Domap4_sdp4430_defconfig12 CONFIG_DEFAULT_DEVICE_TREE="omap4-sdp"
15 CONFIG_DEFAULT_FDT_FILE="omap4-sdp.dtb"
/u-boot/cmd/
A Dusb_gadget_sdp.c51 U_BOOT_CMD(sdp, 2, 1, do_sdp,
A DKconfig1318 bool "sdp"
1321 Enables the command "sdp" which is used to have U-Boot emulating the
/u-boot/arch/arm/dts/
A Domap4-sdp-es23plus.dts5 #include "omap4-sdp.dts"
A Domap4-sdp.dts13 compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
A Dsalvator-common.dtsi468 "infoframe", "cbus", "cec", "sdp", "txa", "txb" ;
A DMakefile912 omap4-sdp.dtb \
913 omap4-sdp-es23plus.dtb
/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c169 struct efi_device_path_sata *sdp = in dp_msging() local
173 sdp->hba_port, in dp_msging()
174 sdp->port_multiplier_port, in dp_msging()
175 sdp->logical_unit_number); in dp_msging()
/u-boot/doc/imx/misc/
A Dsdp.txt33 This implementation can be started in U-Boot using the sdp command
68 Furthermore, when U-Boot is running the sdp command can be used to
/u-boot/arch/mips/include/asm/
A Dasm.h225 #define LONG_SP sdp

Completed in 25 milliseconds