/u-boot/drivers/serial/ |
A D | serial_xen.c | 73 struct xencons_interface *intf = priv->intf; in xen_serial_pending() local 75 if (!input || intf->in_cons == intf->in_prod) in xen_serial_pending() 84 struct xencons_interface *intf = priv->intf; in xen_serial_getc() local 88 while (intf->in_cons == intf->in_prod) in xen_serial_getc() 91 cons = intf->in_cons; in xen_serial_getc() 94 c = intf->in[MASK_XENCONS_IDX(cons++, intf->in)]; in xen_serial_getc() 97 intf->in_cons = cons; in xen_serial_getc() 107 struct xencons_interface *intf = priv->intf; in __write_console() local 111 cons = intf->out_cons; in __write_console() 112 prod = intf->out_prod; in __write_console() [all …]
|
/u-boot/cmd/ |
A D | disk.c | 14 int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc, in common_diskboot() argument 43 part = blk_get_device_part_str(intf, (argc == 3) ? argv[2] : NULL, in common_diskboot() 54 "Name: %.32s Type: %.32s\n", intf, dev, part, info.name, in common_diskboot()
|
/u-boot/drivers/soc/ti/ |
A D | keystone_serdes.c | 144 if (serdes->intf == SERDES_PHY_PCSR) in ks2_serdes_cmu_comlane_enable() 149 if (serdes->intf == SERDES_PHY_PCSR) in ks2_serdes_cmu_comlane_enable() 157 writel(serdes_cfg_pll_enable[serdes->intf], in ks2_serdes_pll_enable() 177 writel(SERDES_LANE_EN_VAL(serdes_cfg_lane_enable, serdes->intf, in ks2_serdes_lane_enable()
|
/u-boot/doc/board/st/ |
A D | stm32mp1.rst | 549 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=20, name="PMIC", serial="0027003333… 550 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=19, name="OTP", serial="00270033333… 551 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=18, name="nand0", serial="002700333… 552 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=17, name="nor0", serial="0027003333… 557 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=12, name="mmc1_ssbl", serial="00270… 558 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=11, name="mmc1_boot2", serial="0027… 559 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=10, name="mmc1_boot1", serial="0027… 564 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=5, name="mmc0_ssbl", serial="002700… 565 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=4, name="mmc0_fsbl2", serial="00270… 566 …Found DFU: [0483:df11] ver=9999, devnum=99, cfg=1, intf=0, alt=3, name="mmc0_fsbl1", serial="00270… [all …]
|
/u-boot/arch/arm/include/asm/ti-common/ |
A D | keystone_serdes.h | 48 enum ks2_serdes_interface intf; member
|
/u-boot/board/freescale/p2041rdb/ |
A D | eth.c | 82 phy_interface_t intf = fm_info_get_enet_if(port); in board_ft_fman_fixup_port() local 87 switch (intf) { in board_ft_fman_fixup_port()
|
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-npc.h | 123 u64 intf : 2; member 142 u64 intf : 2; member 163 u64 intf : 2; member 215 u64 intf : 2; member 990 u64 intf : 2; member 1263 u64 intf : 2; member
|
/u-boot/doc/usage/ |
A D | dfu.rst | 309 Found DFU: [0483:5720] ver=0200, devnum=45, cfg=1, intf=0, path="3-1.3.1", \ 311 Found DFU: [0483:5720] ver=0200, devnum=45, cfg=1, intf=0, path="3-1.3.1", \ 355 intf=0, alt=3, name="UBI", serial="002700333338511934383330" 357 intf=0, alt=2, name="u-boot-env", serial="002700333338511934383330" 359 intf=0, alt=1, name="u-boot", serial="002700333338511934383330" 361 intf=0, alt=0, name="spl", serial="002700333338511934383330"
|
/u-boot/include/u-boot/ |
A D | zlib.h | 106 # define intf z_intf macro 330 typedef int FAR intf; typedef
|
/u-boot/drivers/usb/gadget/ |
A D | composite.c | 1014 u8 intf = w_index & 0xFF; in composite_setup() local 1134 f = cdev->config->interface[intf]; in composite_setup() 1146 f = cdev->config->interface[intf]; in composite_setup() 1257 f = cdev->config->interface[intf]; in composite_setup() 1284 cdev->config->next_interface_id, intf); in composite_setup() 1286 f = cdev->config->interface[intf]; in composite_setup()
|
A D | f_dfu.c | 769 static int dfu_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in dfu_set_alt() argument 773 debug("%s: intf:%d alt:%d\n", __func__, intf, alt); in dfu_set_alt() 782 static int __dfu_get_alt(struct usb_function *f, unsigned intf) in __dfu_get_alt() argument
|
A D | f_sdp.c | 617 static int sdp_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in sdp_set_alt() argument 624 debug("%s: intf: %d alt: %d\n", __func__, intf, alt); in sdp_set_alt() 651 static int sdp_get_alt(struct usb_function *f, unsigned intf) in sdp_get_alt() argument
|
A D | f_thor.c | 977 unsigned intf, unsigned alt) in thor_func_set_alt() argument 983 __func__, f->name, intf, alt); in thor_func_set_alt() 985 switch (intf) { in thor_func_set_alt()
|
A D | f_mass_storage.c | 2269 static int fsg_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in fsg_set_alt() argument
|
/u-boot/include/ |
A D | command.h | 171 int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc,
|
/u-boot/drivers/usb/eth/ |
A D | r8152.h | 628 struct usb_interface *intf; member
|
A D | r8152.c | 1670 tp->intf = iface; in r8152_eth_probe()
|
/u-boot/lib/zlib/ |
A D | trees.c | 125 const intf *extra_bits; /* extra bits for each code or NULL */ 502 const intf *extra = desc->stat_desc->extra_bits;
|
/u-boot/drivers/net/ti/ |
A D | keystone_net.c | 367 .intf = SERDES_PHY_SGMII,
|
/u-boot/drivers/net/octeontx2/ |
A D | nix_af.c | 888 camx_intf.s.intf = ~NPC_INTF_E_NIXX_RX(0); in npc_lf_admin_setup() 894 camx_intf.s.intf = NPC_INTF_E_NIXX_RX(0); in npc_lf_admin_setup()
|