| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_sdp.c | 240 struct f_sdp *sdp = req->context; in sdp_rx_command_complete() local 263 sdp->always_send_status = false; in sdp_rx_command_complete() 264 sdp->error_status = 0x0; in sdp_rx_command_complete() 266 sdp->state = SDP_STATE_TX_SEC_CONF; in sdp_rx_command_complete() 267 sdp->dnl_address = be32_to_cpu(cmd->addr); in sdp_rx_command_complete() 268 sdp->dnl_bytes_remaining = be32_to_cpu(cmd->cnt); in sdp_rx_command_complete() 269 sdp->next_state = SDP_STATE_TX_REGISTER; in sdp_rx_command_complete() 271 sdp->dnl_bytes_remaining, sdp->dnl_address); in sdp_rx_command_complete() 274 sdp->always_send_status = true; in sdp_rx_command_complete() 275 sdp->error_status = SDP_WRITE_FILE_COMPLETE; in sdp_rx_command_complete() [all …]
|
| /openbmc/u-boot/board/freescale/m5275evb/ |
| H A D | m5275evb.c | 29 sdramctrl_t *sdp = (sdramctrl_t *)(MMAP_SDRAM); in dram_init() local 36 out_be32(&sdp->sdbar0, CONFIG_SYS_SDRAM_BASE); in dram_init() 37 out_be32(&sdp->sdbmr0, MCF_SDRAMC_SDMRn_BAM_32M | MCF_SDRAMC_SDMRn_V); in dram_init() 40 out_be32(&sdp->sdcfg1, 0x83711630); in dram_init() 41 out_be32(&sdp->sdcfg2, 0x46770000); in dram_init() 44 out_be32(&sdp->sdcr, MCF_SDRAMC_SDCR_MODE_EN | MCF_SDRAMC_SDCR_CKE); in dram_init() 47 setbits_be32(&sdp->sdcr, MCF_SDRAMC_SDCR_IPALL); in dram_init() 53 setbits_be32(&sdp->sdmr, in dram_init() 59 out_be32(&sdp->sdmr, 0x058d0000); in dram_init() 63 clrbits_be32(&sdp->sdmr, MCF_SDRAMC_SDMR_CMD); in dram_init() [all …]
|
| /openbmc/u-boot/fs/reiserfs/ |
| H A D | reiserfs_private.h | 305 #define sd_v1_mode(sdp) ((sdp)->sd_mode) argument 306 #define sd_v1_nlink(sdp) (__le16_to_cpu((sdp)->sd_nlink)) argument 307 #define sd_v1_uid(sdp) (__le16_to_cpu((sdp)->sd_uid)) argument 308 #define sd_v1_gid(sdp) (__le16_to_cpu((sdp)->sd_gid)) argument 309 #define sd_v1_size(sdp) (__le32_to_cpu((sdp)->sd_size)) argument 310 #define sd_v1_mtime(sdp) (__le32_to_cpu((sdp)->sd_mtime)) argument 341 #define sd_v2_mode(sdp) (__le16_to_cpu((sdp)->sd_mode)) argument 342 #define sd_v2_nlink(sdp) (__le32_to_cpu((sdp)->sd_nlink)) argument 343 #define sd_v2_size(sdp) (__le64_to_cpu((sdp)->sd_size)) argument 344 #define sd_v2_uid(sdp) (__le32_to_cpu((sdp)->sd_uid)) argument [all …]
|
| /openbmc/u-boot/board/astro/mcf5373l/ |
| H A D | mcf5373l.c | 32 sdram_t *sdp = (sdram_t *)(MMAP_SDRAM); in dram_init() local 42 &sdp->cs0); in dram_init() 44 &sdp->cs1); in dram_init() 50 __raw_writel(0x33211530, &sdp->cfg1); in dram_init() 51 __raw_writel(0x56570000, &sdp->cfg2); in dram_init() 53 __raw_writel(0xE1462C02, &sdp->ctrl); in dram_init() 56 __raw_writel(0xE1462C04, &sdp->ctrl); in dram_init() 58 __raw_writel(0xE1462C04, &sdp->ctrl); in dram_init() 60 __raw_writel(0x008D0000, &sdp->mode); in dram_init() 62 __raw_writel(0x80010000, &sdp->mode); in dram_init() [all …]
|
| /openbmc/u-boot/board/cobra5272/ |
| H A D | cobra5272.c | 21 volatile sdramctrl_t *sdp = (sdramctrl_t *) (MMAP_SDRAM); in dram_init() local 23 sdp->sdram_sdtr = 0xf539; in dram_init() 24 sdp->sdram_sdcr = 0x4211; in dram_init()
|
| /openbmc/u-boot/board/freescale/m5272c3/ |
| H A D | m5272c3.c | 23 sdramctrl_t * sdp = (sdramctrl_t *)(MMAP_SDRAM); in dram_init() local 25 out_be16(&sdp->sdram_sdtr, 0xf539); in dram_init() 26 out_be16(&sdp->sdram_sdcr, 0x4211); in dram_init()
|
| /openbmc/qemu/qga/ |
| H A D | commands-bsd.c | 164 struct sockaddr_dl *sdp; in guest_get_hw_addr() local 174 sdp = (struct sockaddr_dl *)ifa->ifa_addr; in guest_get_hw_addr() 175 memcpy(buf, sdp->sdl_data + sdp->sdl_nlen, ETHER_ADDR_LEN); in guest_get_hw_addr()
|
| /openbmc/u-boot/board/ti/sdp4430/ |
| H A D | Makefile | 6 obj-y := sdp.o
|
| /openbmc/u-boot/cmd/ |
| H A D | usb_gadget_sdp.c | 45 U_BOOT_CMD(sdp, 2, 1, do_sdp,
|
| H A D | Kconfig | 1095 bool "sdp" 1098 Enables the command "sdp" which is used to have U-Boot emulating the
|
| /openbmc/u-boot/doc/imx/misc/ |
| H A D | sdp.txt | 33 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
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 335 #define LONG_SP sdp
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 1944 board-2430sdp.c: 5365 1945 board-3430sdp.c: 12788 1946 board-4430sdp.c: 2343
|
| /openbmc/openbmc-tools/rootfs_size/ |
| H A D | results.txt | 1355 0: /usr/share/mime/application/sdp.xml
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 8359 -rw-r--r-- root root 3857 ./usr/share/mime/application/sdp.xml
|
| H A D | buildhistory_filelist1.txt | 8356 -rw-r--r-- root root 3857 ./usr/share/mime/application/sdp.xml
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |