Searched refs:inst (Results 1 - 12 of 12) sorted by relevance

/u-boot/arch/nios2/include/asm/
H A Dopcodes.h10 #define OPCODE_OP(inst) ((inst) & 0x3f)
11 #define OPCODE_OPX(inst) (((inst)>>11) & 0x3f)
12 #define OPCODE_RA(inst) (((inst)>>27) & 01f)
13 #define OPCODE_RB(inst) (((inst)>>22) & 01f)
14 #define OPCODE_RC(inst) (((inst)>>1
[all...]
/u-boot/drivers/net/octeontx2/
H A Drvu_common.c51 err = qmem_alloc(&aq->inst, qsize, inst_size);
56 qmem_free(&aq->inst);
68 qmem_free(&aq->inst);
H A Dnix_af.c37 union npa_aq_inst_s *inst; local
47 inst = (union npa_aq_inst_s *)(npa->aq.inst.base) + head;
50 memset(inst, 0, sizeof(*inst));
51 inst->s.lf = lf;
52 inst->s.doneint = 0;
53 inst->s.ctype = NPA_AQ_CTYPE_E_AURA;
54 inst->s.op = NPA_AQ_INSTOP_E_INIT;
55 inst
81 union npa_aq_inst_s *inst; local
161 union npa_aq_inst_s *inst; local
[all...]
H A Drvu.h46 struct qmem inst; member in struct:admin_queue
/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c252 u32 imme, inst; local
280 inst = imme & 0xfff;
281 inst |= ((imme >> 12) << 16);
282 inst |= 0xe3000000;
283 writel(inst, 0x4003fff0);
287 inst = imme & 0xfff;
288 inst |= ((imme >> 12) << 16);
289 inst |= 0xe3400000;
290 writel(inst, 0x4003fff4);
297 inst
[all...]
/u-boot/scripts/
H A Ddecodecode76 type=inst
H A DMakefile.spl142 platdata-inst := $(obj)/dts/dt-uclass.o $(obj)/dts/dt-device.o
146 u-boot-spl-platdata := $(platdata-inst)
150 u-boot-spl-old-platdata := $(platdata-inst)
/u-boot/drivers/misc/
H A Dls2_sfp.c148 static int ls2_sfp_transaction(struct ls2_sfp_priv *priv, ulong inst) argument
152 ls2_sfp_writel(priv, inst, SFP_INGR);
/u-boot/drivers/phy/cadence/
H A Dphy-cadence-sierra.c623 static int cdns_sierra_get_optional(struct cdns_sierra_inst *inst, argument
628 if (ofnode_read_u32(child, "reg", &inst->mlane))
631 if (ofnode_read_u32(child, "cdns,num-lanes", &inst->num_lanes))
639 inst->phy_type = TYPE_PCIE;
642 inst->phy_type = TYPE_USB;
645 inst->phy_type = TYPE_QSGMII;
651 inst->ssc_mode = EXTERNAL_SSC;
652 ofnode_read_u32(child, "cdns,ssc-mode", &inst->ssc_mode);
1028 struct cdns_sierra_inst *inst = dev_get_priv(dev); local
1039 inst
[all...]
H A Dphy-cadence-torrent.c709 struct cdns_torrent_inst *inst = phy_get_drvdata(gphy); local
716 reset_deassert_bulk(inst->lnk_rst);
746 struct cdns_torrent_inst *inst = phy_get_drvdata(phy); local
747 enum cdns_torrent_phy_type phy_type = inst->phy_type;
748 enum cdns_torrent_ssc_mode ssc = inst->ssc_mode;
787 for (i = 0; i < inst->num_lanes; i++) {
788 regmap = cdns_phy->regmap_tx_lane_cdb[i + inst->mlane];
822 for (i = 0; i < inst->num_lanes; i++) {
823 regmap = cdns_phy->regmap_tx_lane_cdb[i + inst->mlane];
835 for (i = 0; i < inst
848 struct cdns_torrent_inst *inst = phy_get_drvdata(gphy); local
[all...]
/u-boot/drivers/spi/
H A Datmel-quadspi.c135 #define QSPI_ICR_INST(inst) (((inst) << 0) & QSPI_ICR_INST_MASK)
/u-boot/tools/
H A Dmxsimage.c493 static uint8_t sb_command_checksum(struct sb_command *inst) argument
495 uint8_t *inst_ptr = (uint8_t *)inst;

Completed in 140 milliseconds