Searched refs:active (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/include/
H A Dvideo_bridge.h89 * @active: true to power up and reset, false to power down
91 int video_bridge_set_active(struct udevice *dev, bool active);
H A Dmenu.h41 int active; /* active menu entry */ member in struct:bootmenu_data
H A Defi_config.h47 * @active: active menu entry index
57 int active; member in struct:efimenu
/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c110 int video_bridge_set_active(struct udevice *dev, bool active) argument
115 debug("%s: %d\n", __func__, active);
117 ret = dm_gpio_set_value(&uc_priv->sleep, !active);
122 if (!active)
/u-boot/cmd/
H A Dbootmenu.c69 int reverse = (entry->menu->active == entry->num);
107 if (menu->active > 0)
108 --menu->active;
112 if (menu->active < menu->count - 1)
113 ++menu->active;
118 for (i = 0; i < menu->active; ++i)
335 menu->active = 0;
340 menu->active = (int)simple_strtol(default_str, NULL, 10);
406 if ((menu->active >= menu->count)||(menu->active <
[all...]
H A Deficonfig.c112 * @active: flag to include the boot option into BootOrder variable
116 bool active; member in struct:eficonfig_boot_order_data
139 ++efi_menu->active;
141 --efi_menu->active;
143 if (add && efi_menu->end < efi_menu->active) {
146 } else if (!add && efi_menu->start > efi_menu->active) {
187 bool reverse = (entry->efi_menu->active == entry->num);
246 if (efi_menu->active > 0)
252 if (efi_menu->active < efi_menu->count - 1)
260 if (entry->num == efi_menu->active)
2005 eficonfig_add_change_boot_order_entry(struct efimenu *efi_menu, u32 boot_index, bool active) argument
[all...]
/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.h50 bool active; /* port is active and available */ member in struct:s3c24x0_i2c_bus
H A Ddesignware_i2c.c467 unsigned int active = 0; local
493 if (!active) {
505 active = 1;
512 active = 0;
H A Ds3c24x0_i2c.c322 i2c_bus->active = true;
/u-boot/drivers/dma/
H A Dapbh_dma.c106 * If the given channel has any DMA descriptors on its active list, this
132 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node);
173 * descriptors on the active list are immediately moved to the head of the
176 * still appear to be active.
205 list_splice_init(&pchan->active, &pchan->done);
304 INIT_LIST_HEAD(&pchan->active);
379 * of the active descriptor list, and increments the count of pending
425 if (!list_empty(&pchan->active)) {
426 last = list_entry(pchan->active.prev, struct mxs_dma_desc,
440 list_add_tail(&pdesc->node, &pchan->active);
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-dtx-defs.h711 u64 active : 1; member in struct:cvmx_dtx_agl_ctl::cvmx_dtx_agl_ctl_s
789 u64 active : 1; member in struct:cvmx_dtx_ase_ctl::cvmx_dtx_ase_ctl_s
866 u64 active : 1; member in struct:cvmx_dtx_bbx1i_ctl::cvmx_dtx_bbx1i_ctl_s
939 u64 active : 1; member in struct:cvmx_dtx_bbx2i_ctl::cvmx_dtx_bbx2i_ctl_s
1012 u64 active : 1; member in struct:cvmx_dtx_bbx3i_ctl::cvmx_dtx_bbx3i_ctl_s
1086 u64 active : 1; member in struct:cvmx_dtx_bch_ctl::cvmx_dtx_bch_ctl_s
1166 u64 active : 1; member in struct:cvmx_dtx_bgxx_ctl::cvmx_dtx_bgxx_ctl_s
1237 u64 active : 1; member in struct:cvmx_dtx_broadcast_ctl::cvmx_dtx_broadcast_ctl_s
1311 u64 active : 1; member in struct:cvmx_dtx_bts_ctl::cvmx_dtx_bts_ctl_s
1387 u64 active member in struct:cvmx_dtx_ciu_ctl::cvmx_dtx_ciu_ctl_s
1472 u64 active : 1; member in struct:cvmx_dtx_denc_ctl::cvmx_dtx_denc_ctl_s
1549 u64 active : 1; member in struct:cvmx_dtx_dfa_ctl::cvmx_dtx_dfa_ctl_s
1638 u64 active : 1; member in struct:cvmx_dtx_dlfe_ctl::cvmx_dtx_dlfe_ctl_s
1716 u64 active : 1; member in struct:cvmx_dtx_dpi_ctl::cvmx_dtx_dpi_ctl_s
1809 u64 active : 1; member in struct:cvmx_dtx_fdeqx_ctl::cvmx_dtx_fdeqx_ctl_s
1887 u64 active : 1; member in struct:cvmx_dtx_fpa_ctl::cvmx_dtx_fpa_ctl_s
1981 u64 active : 1; member in struct:cvmx_dtx_gmxx_ctl::cvmx_dtx_gmxx_ctl_s
2061 u64 active : 1; member in struct:cvmx_dtx_gserx_ctl::cvmx_dtx_gserx_ctl_s
2148 u64 active : 1; member in struct:cvmx_dtx_hna_ctl::cvmx_dtx_hna_ctl_s
2230 u64 active : 1; member in struct:cvmx_dtx_ila_ctl::cvmx_dtx_ila_ctl_s
2308 u64 active : 1; member in struct:cvmx_dtx_ilk_ctl::cvmx_dtx_ilk_ctl_s
2386 u64 active : 1; member in struct:cvmx_dtx_iob_ctl::cvmx_dtx_iob_ctl_s
2466 u64 active : 1; member in struct:cvmx_dtx_iobn_ctl::cvmx_dtx_iobn_ctl_s
2554 u64 active : 1; member in struct:cvmx_dtx_iobp_ctl::cvmx_dtx_iobp_ctl_s
2640 u64 active : 1; member in struct:cvmx_dtx_ipd_ctl::cvmx_dtx_ipd_ctl_s
2722 u64 active : 1; member in struct:cvmx_dtx_key_ctl::cvmx_dtx_key_ctl_s
2820 u64 active : 1; member in struct:cvmx_dtx_l2c_cbcx_ctl::cvmx_dtx_l2c_cbcx_ctl_s
2918 u64 active : 1; member in struct:cvmx_dtx_l2c_mcix_ctl::cvmx_dtx_l2c_mcix_ctl_s
3016 u64 active : 1; member in struct:cvmx_dtx_l2c_tadx_ctl::cvmx_dtx_l2c_tadx_ctl_s
3110 u64 active : 1; member in struct:cvmx_dtx_lapx_ctl::cvmx_dtx_lapx_ctl_s
3190 u64 active : 1; member in struct:cvmx_dtx_lbk_ctl::cvmx_dtx_lbk_ctl_s
3280 u64 active : 1; member in struct:cvmx_dtx_lmcx_ctl::cvmx_dtx_lmcx_ctl_s
3373 u64 active : 1; member in struct:cvmx_dtx_mdbx_ctl::cvmx_dtx_mdbx_ctl_s
3446 u64 active : 1; member in struct:cvmx_dtx_mhbw_ctl::cvmx_dtx_mhbw_ctl_s
3524 u64 active : 1; member in struct:cvmx_dtx_mio_ctl::cvmx_dtx_mio_ctl_s
3618 u64 active : 1; member in struct:cvmx_dtx_ocx_bot_ctl::cvmx_dtx_ocx_bot_ctl_s
3696 u64 active : 1; member in struct:cvmx_dtx_ocx_lnkx_ctl::cvmx_dtx_ocx_lnkx_ctl_s
3774 u64 active : 1; member in struct:cvmx_dtx_ocx_olex_ctl::cvmx_dtx_ocx_olex_ctl_s
3852 u64 active : 1; member in struct:cvmx_dtx_ocx_top_ctl::cvmx_dtx_ocx_top_ctl_s
3931 u64 active : 1; member in struct:cvmx_dtx_osm_ctl::cvmx_dtx_osm_ctl_s
4013 u64 active : 1; member in struct:cvmx_dtx_pcsx_ctl::cvmx_dtx_pcsx_ctl_s
4095 u64 active : 1; member in struct:cvmx_dtx_pemx_ctl::cvmx_dtx_pemx_ctl_s
4189 u64 active : 1; member in struct:cvmx_dtx_pip_ctl::cvmx_dtx_pip_ctl_s
4269 u64 active : 1; member in struct:cvmx_dtx_pki_pbe_ctl::cvmx_dtx_pki_pbe_ctl_s
4357 u64 active : 1; member in struct:cvmx_dtx_pki_pfe_ctl::cvmx_dtx_pki_pfe_ctl_s
4445 u64 active : 1; member in struct:cvmx_dtx_pki_pix_ctl::cvmx_dtx_pki_pix_ctl_s
4535 u64 active : 1; member in struct:cvmx_dtx_pko_ctl::cvmx_dtx_pko_ctl_s
4628 u64 active : 1; member in struct:cvmx_dtx_pnbx_ctl::cvmx_dtx_pnbx_ctl_s
4701 u64 active : 1; member in struct:cvmx_dtx_pnbdx_ctl::cvmx_dtx_pnbdx_ctl_s
4775 u64 active : 1; member in struct:cvmx_dtx_pow_ctl::cvmx_dtx_pow_ctl_s
4852 u64 active : 1; member in struct:cvmx_dtx_prch_ctl::cvmx_dtx_prch_ctl_s
4925 u64 active : 1; member in struct:cvmx_dtx_psm_ctl::cvmx_dtx_psm_ctl_s
5000 u64 active : 1; member in struct:cvmx_dtx_rad_ctl::cvmx_dtx_rad_ctl_s
5081 u64 active : 1; member in struct:cvmx_dtx_rdec_ctl::cvmx_dtx_rdec_ctl_s
5154 u64 active : 1; member in struct:cvmx_dtx_rfif_ctl::cvmx_dtx_rfif_ctl_s
5227 u64 active : 1; member in struct:cvmx_dtx_rmap_ctl::cvmx_dtx_rmap_ctl_s
5303 u64 active : 1; member in struct:cvmx_dtx_rnm_ctl::cvmx_dtx_rnm_ctl_s
5393 u64 active : 1; member in struct:cvmx_dtx_rst_ctl::cvmx_dtx_rst_ctl_s
5488 u64 active : 1; member in struct:cvmx_dtx_sata_ctl::cvmx_dtx_sata_ctl_s
5574 u64 active : 1; member in struct:cvmx_dtx_sli_ctl::cvmx_dtx_sli_ctl_s
5667 u64 active : 1; member in struct:cvmx_dtx_spem_ctl::cvmx_dtx_spem_ctl_s
5740 u64 active : 1; member in struct:cvmx_dtx_sriox_ctl::cvmx_dtx_sriox_ctl_s
5816 u64 active : 1; member in struct:cvmx_dtx_sso_ctl::cvmx_dtx_sso_ctl_s
5901 u64 active : 1; member in struct:cvmx_dtx_tdec_ctl::cvmx_dtx_tdec_ctl_s
5979 u64 active : 1; member in struct:cvmx_dtx_tim_ctl::cvmx_dtx_tim_ctl_s
6072 u64 active : 1; member in struct:cvmx_dtx_ulfe_ctl::cvmx_dtx_ulfe_ctl_s
6148 u64 active : 1; member in struct:cvmx_dtx_usbdrdx_ctl::cvmx_dtx_usbdrdx_ctl_s
6234 u64 active : 1; member in struct:cvmx_dtx_usbhx_ctl::cvmx_dtx_usbhx_ctl_s
6311 u64 active : 1; member in struct:cvmx_dtx_vdec_ctl::cvmx_dtx_vdec_ctl_s
6384 u64 active : 1; member in struct:cvmx_dtx_wpse_ctl::cvmx_dtx_wpse_ctl_s
6457 u64 active : 1; member in struct:cvmx_dtx_wrce_ctl::cvmx_dtx_wrce_ctl_s
6530 u64 active : 1; member in struct:cvmx_dtx_wrde_ctl::cvmx_dtx_wrde_ctl_s
6603 u64 active : 1; member in struct:cvmx_dtx_wrse_ctl::cvmx_dtx_wrse_ctl_s
6676 u64 active : 1; member in struct:cvmx_dtx_wtxe_ctl::cvmx_dtx_wtxe_ctl_s
6750 u64 active : 1; member in struct:cvmx_dtx_xcv_ctl::cvmx_dtx_xcv_ctl_s
6827 u64 active : 1; member in struct:cvmx_dtx_xsx_ctl::cvmx_dtx_xsx_ctl_s
6902 u64 active : 1; member in struct:cvmx_dtx_zip_ctl::cvmx_dtx_zip_ctl_s
[all...]
/u-boot/arch/arm/include/asm/mach-imx/
H A Ddma.h147 struct list_head active; member in struct:mxs_dma_chan
/u-boot/drivers/sound/
H A Dsandbox.c31 bool active; /* TX data is being sent */ member in struct:sandbox_sound_priv
35 int frequency_hz; /* Beep frequency if active, else 0 */
69 return priv->active;
189 priv->active = false;
/u-boot/lib/
H A Dtpm-v2.c29 u32 active = 0;
32 rc = tpm2_get_pcr_info(dev, &supported, &active, &pcr_banks);
36 *active_pcr_banks = active; local
68 u32 active;
73 rc = tcg2_get_active_pcr_banks(dev, &active);
79 if (!(active & hash_algo_list[i].hash_mask))
190 u32 active;
195 rc = tcg2_get_active_pcr_banks(dev, &active);
201 if (!(active & hash_algo_list[i].hash_mask))
244 if (!(active
75 u32 active; local
200 u32 active; local
372 u32 active; local
[all...]
/u-boot/drivers/crypto/nuvoton/
H A Dnpcm_sha.c74 bool active; member in struct:SHA_HANDLE_T
255 handleptr->active = false;
279 handleptr->active = true;
324 if (!handleptr->active)
415 if (!handleptr->active)
469 handleptr->active = false;
/u-boot/scripts/kconfig/
H A Dmconf.c799 struct symbol *active; local
801 active = sym_get_choice_value(menu->sym);
818 if (child->sym == active)
844 active = child->sym;
H A Dnconf.c1235 struct symbol *active; local
1245 active = sym_get_choice_value(menu->sym);
1264 if (child->sym == active){
1340 active = child->sym;
/u-boot/drivers/ram/k3-ddrss/
H A Dk3-ddrss.c118 enum emif_active active; member in struct:k3_msmc
734 ddr_cfg1 |= msmc->active;
778 /* Read EMIF active */
779 ret = dev_read_u32(dev, "emif-active", &msmc->active);
781 dev_err(dev, "missing emif-active property");
/u-boot/drivers/spi/
H A Dspi-synquacer.c151 static void synquacer_cs_set(struct synquacer_spi_priv *priv, bool active) argument
159 if (active) {
/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c408 int index, curr, active; local
426 active = ((stat1 - offset) & D64_RS0_CD_MASK) / sizeof(dma64dd_t);
433 debug("expect(0x%x) curr(0x%x) active(0x%x)\n", index, curr, active);
435 if (index == active)
/u-boot/drivers/net/ti/
H A Dcpsw.c865 int active = data->active_slave; local
870 * that of active slave, then phy address can safely be updated.
873 data->slave_data[active].phy_addr != new_addr) {
875 active, data->slave_data[active].phy_addr, new_addr);
876 data->slave_data[active].phy_addr = new_addr;
/u-boot/drivers/video/
H A Dstb_truetype.h2927 stbtt__active_edge *active = NULL; local
2946 stbtt__active_edge **step = &active;
2948 // update all active edges;
2949 // remove all active edges that terminate before the center of this scanline
2966 step = &active;
2988 if (active == NULL)
2989 active = z;
2990 else if (z->x < active->x) {
2992 z->next = active;
2993 active
3300 stbtt__active_edge *active = NULL; local
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c874 struct nand_chip *nand = tn->controller.active;
1003 struct nand_chip *nand = tn->controller.active;
1139 debug("%s(%p, 0x%llx, 0x%x, 0x%x) active: %p\n", __func__,
1140 tn, page, col, len, tn->controller.active);
1141 struct nand_chip *nand = tn->controller.active;
1153 struct nand_chip *nand = tn->controller.active;
1182 struct nand_chip *nand = tn->controller.active;
1948 if (!tn->controller.active)
1949 tn->controller.active = nand;
/u-boot/include/linux/
H A Dethtool.h411 * @active: mask of currently enabled features
417 __u32 active; member in struct:ethtool_get_features_block
/u-boot/cmd/mvebu/
H A Dbubt.c161 int (*active)(void); member in struct:bubt_dev
1145 if (!dev->active) {
1151 if (!dev->active()) {
1262 "\tbubt - Burn flash-image.bin from tftp to active boot device\n"

Completed in 419 milliseconds

12