Searched refs:host (Results 76 - 97 of 97) sorted by relevance

1234

/u-boot/drivers/mtd/nand/raw/
H A Ddenali_dt.c99 denali->host = devm_ioremap(dev, res.start, resource_size(&res));
H A Dmeson_nand.c107 #define NFC_SEND_CMD(host, cmd) \
108 (writel((cmd), (host)->reg_base + NFC_REG_CMD))
110 #define NFC_GET_CMD(host) \
111 (readl((host)->reg_base + NFC_REG_CMD))
113 #define NFC_CMDFIFO_SIZE(host) ((NFC_GET_CMD((host)) >> 22) & GENMASK(4, 0))
H A Ddenali.c65 return ioread32(denali->host + addr);
71 iowrite32(data, denali->host + addr);
82 iowrite32(addr, denali->host + DENALI_INDEXED_CTRL);
83 return ioread32(denali->host + DENALI_INDEXED_DATA);
89 iowrite32(addr, denali->host + DENALI_INDEXED_CTRL);
90 iowrite32(data, denali->host + DENALI_INDEXED_DATA);
H A Ddenali.h301 void __iomem *host; /* Host Data/Command Interface */ member in struct:denali_nand_info
/u-boot/drivers/mmc/
H A Darm_pl180_mmci.h199 int arm_pl180_mmci_init(struct pl180_mmc_host *host, struct mmc **mmc);
H A Drpmb.c96 struct sdhci_host *host = mmc->priv; local
111 if (host->quirks & SDHCI_QUIRK_BROKEN_R1B)
/u-boot/drivers/block/
H A Dhost-uclass.c3 * Uclass for sandbox host interface, used to access files on the host which
25 * struct host_priv - information kept by the host uclass
27 * @cur_dev: Currently selected host device, or NULL if none
53 snprintf(dev_name, sizeof(dev_name), "host-%s", label);
178 UCLASS_DRIVER(host) = { variable
180 .name = "host",
/u-boot/drivers/video/
H A DMakefile20 obj-$(CONFIG_VIDEO_MIPI_DSI) += dsi-host-uclass.o
/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c853 int host; local
860 /* build irq-map based on host controllers map */
861 host = fdt_node_offset_by_compatible(blob, -1, "fsl,imx6q-pcie");
862 if (host < 0) {
863 printf(" %s failed: missing host\n", __func__);
864 return host;
868 imap = fdt_getprop(blob, host, "interrupt-map", &len);
875 /* obtain irq's of host controller in pin order */
/u-boot/drivers/
H A DMakefile67 obj-$(CONFIG_SPL_USB_HOST) += usb/host/
/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h15 uint host; member in struct:usb_ctlr
/u-boot/include/
H A Dconfig_distro_bootcmd.h51 #define BOOTENV_SHARED_HOST BOOTENV_SHARED_BLKDEV(host)
/u-boot/cmd/
H A Dhost.c210 printf("No current host device\n");
214 printf("Current host device: %d: %s\n", dev_seq(dev),
245 /* Skip past 'host' */
258 host, 8, 1, do_host,
259 "Miscellaneous host commands",
261 "load a file from host\n"
262 "host ls hostfs - <filename> - list files on host\n"
263 "host save hostfs - <addr> <filename> <bytes> [<offset>] - "
264 "save a file to host\
[all...]
H A DMakefile158 obj-$(CONFIG_SANDBOX) += host.o
/u-boot/test/dm/
H A DMakefile59 obj-$(CONFIG_SANDBOX) += host.o
/u-boot/drivers/firmware/
H A Dti_sci.h86 * @host: Host of the message
92 u8 host; member in struct:ti_sci_msg_hdr
201 * If another host already has this device set to STATE_RETENTION or STATE_ON,
535 * entity. In some cases, clock frequencies are configured by host.
561 * struct ti_sci_msg_req_get_resource_range - Request to get a host's assigned
568 * host id id different from ti sci interface host id,
630 * struct ti_sci_msg_req_proc_handover - Handover a processor to a host
878 * host, or a supervisor of the host, wh
[all...]
H A Dti_sci.c152 hdr->host = info->host_id;
1528 * to a host. Resource is uniquely identified by
1614 * ti_sci_cmd_get_resource_range - Get a range of resources assigned to host
1615 * that is same as ti sci interface host.
1636 * assigned to a specified host.
1782 * control to a host in the processor's access
2806 info->host_id = dev_read_u32_default(dev, "ti,host-id",
2809 info->is_secure = dev_read_bool(dev, "ti,secure-host");
2996 dev_dbg(dev, "type %d subtype %d not allocated for host %d\n",
/u-boot/scripts/
H A DMakefile.build66 # Do not include host rules unless needed
68 include scripts/Makefile.host
/u-boot/fs/ubifs/
H A Dubifs.h136 struct inode *host; /* owner: inode, block_device */ member in struct:address_space
732 * How much a directory entry/extended attribute entry adds to the parent/host
737 /* How much an extended attribute adds to the host inode */
2153 int ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host,
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c442 * ISP1763 does not have the banks direct host controller memory access,
800 * host controller without touching the CPU interface registers, but at
803 * the host controller through the EHCI USB Command register. The device
2426 struct isp1760_host_data *host = dev_get_priv(dev); local
2427 struct usb_hcd *hcd = &host->hcd;
2450 host->host_speed = USB_SPEED_HIGH;
/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c29 * - Lack of host-side transaction scheduling, for all transfer types.
437 /* in host mode, the peripheral may issue remote wakeup.
438 * in peripheral mode, the host may resume the link.
482 "host",
661 && otg->host->b_hnp_enable;
787 * only host sees babble; only peripheral sees bus reset.
802 ERR("Stopping host session -- babble\n");
858 * And it's not currently needed for host side, which also dedicates
940 * (a) ID-grounded irq, host mode;
1011 * - mark host an
[all...]
/u-boot/
H A DMakefile300 # these that our host tools are GNU11 (i.e. C11 w/ GNU extensions).
876 libs-y += drivers/usb/host/

Completed in 382 milliseconds

1234