Home
last modified time | relevance | path

Searched refs:db (Results 1 – 25 of 53) sorted by relevance

123

/u-boot/drivers/net/
A Duli526x.c290 db->buf_pool_start = db->buf_pool_ptr; in uli526x_init_one()
347 uli_phy_write(db->ioaddr, db->phy_addr, 0, 0x8000, db->chip_id); in uli526x_disable()
375 outl(db->cr0_data, db->ioaddr + DCR0); in uli526x_init()
403 db->phy_addr, 0, db->chip_id); in uli526x_init()
420 update_cr6(db->cr6_data, db->ioaddr); in uli526x_init()
424 outl(db->cr7_data, db->ioaddr + DCR7); in uli526x_init()
431 update_cr6(db->cr6_data, db->ioaddr); in uli526x_init()
518 db->cr6_data = db->cr6_data | in uli526x_free_tx_pkt()
644 db->rx_ready_ptr = db->first_rx_desc; in uli526x_descriptor_init()
801 uli_phy_write(db->ioaddr, db->phy_addr, 4, phy_reg, db->chip_id); in uli526x_set_phyxcer()
[all …]
A Ddm9000x.c286 struct board_info *db = &dm9000_info; in dm9000_init() local
302 db->outblk = dm9000_outblk_16bit; in dm9000_init()
303 db->inblk = dm9000_inblk_16bit; in dm9000_init()
309 db->inblk = dm9000_inblk_32bit; in dm9000_init()
314 db->outblk = dm9000_outblk_8bit; in dm9000_init()
315 db->inblk = dm9000_inblk_8bit; in dm9000_init()
321 db->outblk = dm9000_outblk_8bit; in dm9000_init()
322 db->inblk = dm9000_inblk_8bit; in dm9000_init()
417 (db->outblk)(packet, length); in dm9000_send()
496 (db->rx_status)(&RxStatus, &RxLen); in dm9000_rx()
[all …]
/u-boot/board/Marvell/db-xc3-24g4xg/
A DMAINTAINERS4 F: board/Marvell/db-xc3-24g4xg/
5 F: include/configs/db-xc3-24g4xg.h
6 F: configs/db-xc3-24g4xg_defconfig
7 F: arch/arm/dts/armada-xp-db-xc3-24g4xg.dts
A DREADME4 board/Marvell/db-xc3-24g4xg/binary.0
A DMakefile5 obj-y := db-xc3-24g4xg.o
A Dkwbimage.cfg.in12 BINARY board/Marvell/db-xc3-24g4xg/binary.0 0000005b 00000068
/u-boot/lib/efi_loader/
A Defi_signature.c162 struct efi_signature_store *db) in efi_signature_lookup_digest() argument
172 if (!regs || !db || !db->sig_data_list) in efi_signature_lookup_digest()
223 struct efi_signature_store *db) in efi_lookup_certificate() argument
234 if (!cert || !db || !db->sig_data_list) in efi_lookup_certificate()
308 if (!signer || !db || !db->sig_data_list) in efi_verify_certificate()
440 struct efi_signature_store *db, in efi_signature_verify() argument
450 if (!regs || !msg || !db || !db->sig_data_list) in efi_signature_verify()
809 void *db; in efi_sigstore_parse_sigdb() local
834 db = malloc(db_size); in efi_sigstore_parse_sigdb()
835 if (!db) { in efi_sigstore_parse_sigdb()
[all …]
A Defi_image_loader.c438 struct efi_signature_store *db = NULL, *dbx = NULL; in efi_image_unsigned_authenticate() local
447 db = efi_sigstore_parse_sigdb(L"db"); in efi_image_unsigned_authenticate()
448 if (!db) { in efi_image_unsigned_authenticate()
460 if (efi_signature_lookup_digest(regs, db)) in efi_image_unsigned_authenticate()
466 efi_sigstore_free(db); in efi_image_unsigned_authenticate()
499 struct efi_signature_store *db = NULL, *dbx = NULL; in efi_image_authenticate() local
540 db = efi_sigstore_parse_sigdb(L"db"); in efi_image_authenticate()
541 if (!db) { in efi_image_authenticate()
646 if (efi_signature_verify(regs, msg, db, dbx)) { in efi_image_authenticate()
653 if (efi_signature_lookup_digest(regs, db)) { in efi_image_authenticate()
[all …]
/u-boot/board/Marvell/db-88f6720/
A DMAINTAINERS4 F: board/Marvell/db-88f6720/
5 F: include/configs/db-88f6720.h
6 F: configs/db-88f6720_defconfig
A DMakefile5 obj-y := db-88f6720.o
/u-boot/board/Marvell/db-88f6820-gp/
A DMAINTAINERS4 F: board/Marvell/db-88f6820-gp/
5 F: include/configs/db-88f6820-gp.h
6 F: configs/db-88f6820-gp_defconfig
A DREADME10 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
17 => sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-spl.kwb;\
A DMakefile5 obj-y := db-88f6820-gp.o
/u-boot/board/Marvell/db-mv784mp-gp/
A DMAINTAINERS4 F: board/Marvell/db-mv784mp-gp/
5 F: include/configs/db-mv784mp-gp.h
6 F: configs/db-mv784mp-gp_defconfig
A DMakefile5 obj-y := db-mv784mp-gp.o
/u-boot/board/Marvell/db-88f6820-amc/
A DMAINTAINERS4 F: board/Marvell/db-88f6820-amc/
5 F: include/configs/db-88f6820-amc.h
6 F: configs/db-88f6820-amc_defconfig
A DMakefile5 obj-y := db-88f6820-amc.o
/u-boot/arch/arm/mach-mvebu/
A DKconfig145 bool "Support db-mv784mp-gp"
184 default "db-88f6720" if TARGET_DB_88F6720
185 default "db-88f6820-gp" if TARGET_DB_88F6820_GP
186 default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
190 default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP
196 default "db-xc3-24g4xg" if TARGET_DB_XC3_24G4XG
203 default "db-88f6720" if TARGET_DB_88F6720
204 default "db-88f6820-gp" if TARGET_DB_88F6820_GP
205 default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
207 default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP
[all …]
/u-boot/drivers/pinctrl/meson/
A Dpinctrl-meson.h113 #define BANK_DS(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib, \ argument
122 [REG_DIR] = {dr, db}, \
129 #define BANK(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
130 BANK_DS(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)
/u-boot/lib/rsa/
A Drsa-verify.c220 uint8_t *db = NULL, *salt = NULL; in padding_pss_verify() local
231 db = malloc(db_len); in padding_pss_verify()
234 if (!masked_db || !h || !db_mask || !db || !salt || !hprime) { in padding_pss_verify()
265 db[i] = masked_db[i] ^ db_mask[i]; in padding_pss_verify()
268 db[0] &= 0xff >> leftmost_bits; in padding_pss_verify()
271 if (db[0] != 0x01) { in padding_pss_verify()
279 memcpy(salt, &db[1], salt_len); in padding_pss_verify()
292 free(db); in padding_pss_verify()
/u-boot/doc/uefi/
A Duefi.rst115 * db - white list database
157 -keyout db.key -out db.crt -nodes -days 365
159 db.crt db.esl
160 sign-efi-sig-list -c KEK.crt -k KEK.key db db.esl db.auth
164 Sign an image with one of the keys in "db" on your host
168 sbsign --key db.key --cert db.crt helloworld.efi
176 fatload mmc 0:1 <tmpaddr> db.auth
177 setenv -e -nv -bs -rt -at -i <tmpaddr>:$filesize db
196 * db: Microsoft Windows Production PCA 2011
198 * db: Microsoft Corporation UEFI CA 2011
/u-boot/arch/arm/dts/
A Darmada-xp-db-xc3-24g4xg.dts7 * Based on armada-xp-db.dts
21 #include "armada-xp-db-xc3-24g4xg-u-boot.dtsi"
/u-boot/common/
A Dedid.c160 u8 *db = &info->data[i + 1]; in cea_is_hdmi_vsdb_present() local
161 u32 oui = db[0] | (db[1] << 8) | (db[2] << 16); in cea_is_hdmi_vsdb_present()
/u-boot/configs/
A Ddb-88f6720_defconfig19 CONFIG_DEFAULT_DEVICE_TREE="armada-375-db"
A Ddb-xc3-24g4xg_defconfig13 CONFIG_DEFAULT_DEVICE_TREE="armada-xp-db-xc3-24g4xg"

Completed in 30 milliseconds

123