Searched refs:cb (Results 1 – 11 of 11) sorted by relevance
| /u-boot/drivers/usb/gadget/ |
| A D | f_rockusb.c | 796 .cb = cb_not_support, 800 .cb = cb_not_support, 804 .cb = cb_not_support, 808 .cb = cb_not_support, 812 .cb = cb_not_support, 816 .cb = cb_not_support, 820 .cb = cb_not_support, 832 .cb = cb_read_lba, 836 .cb = cb_write_lba, 880 .cb = cb_erase_lba, [all …]
|
| /u-boot/tools/ |
| A D | mxsboot.c | 538 struct mx28_sd_config_block *cb; in mx28_create_sd_image() local 556 cb = (struct mx28_sd_config_block *)buf; in mx28_create_sd_image() 558 cb->signature = cpu_to_le32(0x00112233); in mx28_create_sd_image() 559 cb->primary_boot_tag = cpu_to_le32(0x1); in mx28_create_sd_image() 560 cb->secondary_boot_tag = cpu_to_le32(0x1); in mx28_create_sd_image() 561 cb->num_copies = cpu_to_le32(1); in mx28_create_sd_image() 562 cb->drv_info[0].chip_num = cpu_to_le32(0x0); in mx28_create_sd_image() 563 cb->drv_info[0].drive_type = cpu_to_le32(0x0); in mx28_create_sd_image() 564 cb->drv_info[0].tag = cpu_to_le32(0x1); in mx28_create_sd_image() 565 cb->drv_info[0].first_sector_number = cpu_to_le32(sd_sector + 4); in mx28_create_sd_image() [all …]
|
| /u-boot/drivers/rtc/ |
| A D | m41t60.c | 38 static unsigned cb2year(unsigned const cb) in cb2year() argument 40 return 1900 + 100 * ((cb + 1) & 0x3); in cb2year()
|
| /u-boot/arch/arm/include/asm/arch-rockchip/ |
| A D | f_rockusb.h | 78 void (*cb)(struct usb_ep *ep, struct usb_request *req); member
|
| /u-boot/arch/x86/cpu/ |
| A D | mp_init.c | 686 struct mp_callback *cb = read_callback(per_cpu_slot); in ap_wait_for_instruction() local 688 if (!cb) { in ap_wait_for_instruction() 694 memcpy(&lcb, cb, sizeof(lcb)); in ap_wait_for_instruction()
|
| /u-boot/include/ |
| A D | netdev.h | 133 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int));
|
| /u-boot/arch/arm/dts/ |
| A D | socfpga_agilex.dtsi | 112 cb_intosc_hs_div2_clk: cb-intosc-hs-div2-clk { 117 cb_intosc_ls_clk: cb-intosc-ls-clk {
|
| /u-boot/drivers/net/ |
| A D | fec_mxc.c | 1263 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int)) in fecmxc_register_mii_postcall() 1266 fec->mii_postcall = cb; in fecmxc_register_mii_postcall()
|
| /u-boot/common/ |
| A D | usb_storage.c | 78 typedef int (*trans_cmnd)(struct scsi_cmd *cb, struct us_data *data);
|
| /u-boot/scripts/ |
| A D | checkpatch.pl | 4531 my $cb = "$ca$;$cc";
|
| /u-boot/tools/binman/ |
| A D | README | 573 $ binman ls -i image.bin "*cb*" "*head*"
|
Completed in 28 milliseconds