Searched refs:cid (Results 1 - 17 of 17) sorted by relevance

/u-boot/arch/arm/mach-tegra/
H A Dfuse.c65 u32 cid; local
106 cid = 0;
110 cid = 1;
114 cid = 3;
118 cid = 5;
142 uid = ((unsigned long long)cid << 60ull)
/u-boot/drivers/clk/at91/
H A Dsama7g5.c233 * @cid: clock id corresponding to clock subsystem
242 u8 cid; member in struct:__anon186
251 .cid = ID_PLL_CPU_FRAC,
261 .cid = ID_PLL_CPU_DIV,
271 .cid = ID_PLL_SYS_FRAC,
281 .cid = ID_PLL_SYS_DIV,
291 .cid = ID_PLL_DDR_FRAC,
301 .cid = ID_PLL_DDR_DIV,
310 .cid = ID_PLL_IMG_FRAC,
319 .cid
406 u8 cid; member in struct:__anon187
460 u8 cid; member in struct:__anon188
486 u8 cid; member in struct:__anon189
[all...]
H A Dsam9x60.c192 * @cid: clock id corresponding to clock subsystem
202 u8 cid; member in struct:__anon181
212 .cid = ID_PLL_A_FRAC,
223 .cid = ID_PLL_A_DIV,
234 .cid = ID_PLL_U_FRAC,
245 .cid = ID_PLL_U_DIV,
252 * @cid: clock id corresponding to clock subsystem
256 u8 cid; member in struct:__anon182
258 { .n = "prog0", .cid = ID_PROG0, },
259 { .n = "prog1", .cid
276 u8 cid; member in struct:__anon183
[all...]
H A Dpmc.c136 ret = clk_get_by_id(setup[i].cid, &c);
H A Dpmc.h82 * @cid: clock id corresponding to clock subsystem
88 unsigned int cid; member in struct:pmc_clk_setup
/u-boot/board/intel/edison/
H A Dedison.c36 md5((unsigned char *)mmc->cid, sizeof(mmc->cid), ssn);
/u-boot/drivers/net/bnxt/
H A Dbnxt_dbg.h369 void dbg_rx_cid(u16 idx, u16 cid) argument
371 dbg_prn("- RX old cid %d new cid %d\n", idx, cid);
374 void dbg_rx_alloc_iob_fail(u16 idx, u16 cid) argument
377 dbg_prn(" for cons_id %d\n", cid);
380 void dbg_rx_iob(void *iob, u16 idx, u16 cid) argument
383 idx, iob, cid);
396 #define dbg_rx_cid(idx, cid)
397 #define dbg_rx_alloc_iob_fail(idx, cid)
492 dump_evt(u8 *cmp, u32 type, u16 cid) argument
[all...]
/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h182 * -cid: Clock identifier for the device for this request.
199 int (*get_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid,
202 int (*idle_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid);
203 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u8 cid);
204 int (*is_auto)(const struct ti_sci_handle *handle, u32 did, u8 cid,
206 int (*is_on)(const struct ti_sci_handle *handle, u32 did, u8 cid,
208 int (*is_off)(const struct ti_sci_handle *handle, u32 did, u8 cid,
210 int (*set_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid,
212 int (*get_parent)(const struct ti_sci_handle *handle, u32 did, u8 cid,
215 u8 cid, u
[all...]
/u-boot/drivers/tee/optee/
H A Drpmb.c34 u8 cid[16]; member in struct:rpmb_dev_info
118 for (i = 0; i < ARRAY_SIZE(mmc->cid); i++)
119 ((u32 *) info->cid)[i] = cpu_to_be32(mmc->cid[i]);
/u-boot/cmd/
H A Dmmc.c25 printf("Manufacturer ID: %x\n", mmc->cid[0] >> 24);
27 printf("OEM: %x\n", (mmc->cid[0] >> 8) & 0xffff);
28 printf("Name: %c%c%c%c%c \n", mmc->cid[0] & 0xff,
29 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff,
30 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff);
32 printf("OEM: %x\n", (mmc->cid[0] >> 8) & 0xff);
33 printf("Name: %c%c%c%c%c%c \n", mmc->cid[0] & 0xff,
34 (mmc->cid[
[all...]
/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c52 return UNSTUFF_BITS(mmc_dev->cid, 16, 32);
/u-boot/drivers/memory/
H A Dstm32-fmc2-ebi.c1164 int cid; local
1185 cid = FIELD_GET(FMC2_CIDCFGR_SCID, cidcfgr);
1186 if (cid != FMC2_CID1) {
1189 cid, resource);
1213 cid = FIELD_GET(FMC2_SEMCR_SEMCID, semcr);
1214 if (cid != FMC2_CID1) {
1217 resource, cid);
/u-boot/drivers/mmc/
H A Dmmc.c2514 memcpy(mmc->cid, cmd.response, 16);
2696 mmc->cid[0] >> 24, (mmc->cid[2] & 0xffff),
2697 (mmc->cid[3] >> 16) & 0xffff);
2698 sprintf(bdesc->product, "%c%c%c%c%c%c", mmc->cid[0] & 0xff,
2699 (mmc->cid[1] >> 24), (mmc->cid[1] >> 16) & 0xff,
2700 (mmc->cid[1] >> 8) & 0xff, mmc->cid[1] & 0xff,
2701 (mmc->cid[
[all...]
/u-boot/include/
H A Dfsl_immap.h154 u32 cid[4]; /* Component ID */ member in struct:ccsr_cci400
H A Dmmc.h684 uint cid[4]; member in struct:mmc
/u-boot/arch/arm/mach-imx/
H A Dhab.c225 void *hab_rvt_authenticate_image(uint8_t cid, ptrdiff_t ivt_offset, argument
243 ret = hab_rvt_authenticate_image_func(cid, ivt_offset, start, bytes, loader);
/u-boot/drivers/nvme/
H A Dnvme.h426 __u16 cid; member in struct:nvme_abort_cmd

Completed in 361 milliseconds