Home
last modified time | relevance | path

Searched refs:ALLOC_CACHE_ALIGN_BUFFER (Results 1 – 25 of 52) sorted by relevance

123

/u-boot/env/
A Dubi.c41 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_ubi_save()
83 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_ubi_save()
112 ALLOC_CACHE_ALIGN_BUFFER(char, env1_buf, CONFIG_ENV_SIZE); in env_ubi_load()
113 ALLOC_CACHE_ALIGN_BUFFER(char, env2_buf, CONFIG_ENV_SIZE); in env_ubi_load()
156 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_ubi_load()
188 ALLOC_CACHE_ALIGN_BUFFER(char, env_buf, CONFIG_ENV_SIZE); in env_ubi_erase()
A Dfat.c116 ALLOC_CACHE_ALIGN_BUFFER(char, buf1, CONFIG_ENV_SIZE); in env_fat_load()
118 ALLOC_CACHE_ALIGN_BUFFER(char, buf2, CONFIG_ENV_SIZE); in env_fat_load()
A Dmmc.c254 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_mmc_save()
397 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env1, 1); in env_mmc_load()
398 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env2, 1); in env_mmc_load()
446 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_mmc_load()
A Dnand.c179 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_nand_save()
345 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_nand_load()
A Dext4.c137 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_ext4_load()
/u-boot/disk/
A Dpart_mac.c44 ALLOC_CACHE_ALIGN_BUFFER(mac_driver_desc_t, ddesc, 1); in part_test_mac()
45 ALLOC_CACHE_ALIGN_BUFFER(mac_partition_t, mpart, 1); in part_test_mac()
71 ALLOC_CACHE_ALIGN_BUFFER(mac_driver_desc_t, ddesc, 1); in part_print_mac()
72 ALLOC_CACHE_ALIGN_BUFFER(mac_partition_t, mpart, 1); in part_print_mac()
219 ALLOC_CACHE_ALIGN_BUFFER(mac_driver_desc_t, ddesc, 1); in part_get_info_mac()
220 ALLOC_CACHE_ALIGN_BUFFER(mac_partition_t, mpart, 1); in part_get_info_mac()
A Dpart_dos.c104 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, in part_test_dos()
119 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in part_test_dos()
138 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in print_partition_extended()
209 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in part_get_info_extended()
359 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev->blksz); in write_mbr_partitions()
/u-boot/arch/arm/mach-bcm283x/
A Dmsg.c58 ALLOC_CACHE_ALIGN_BUFFER(struct msg_set_power_state, msg_pwr, 1); in bcm2835_power_on_module()
82 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_clock_rate, msg_clk, 1); in bcm2835_get_mmc_clock()
121 ALLOC_CACHE_ALIGN_BUFFER(struct msg_set_sdhost_clock, msg_sdhost_clk, 1); in bcm2835_set_sdhost_clock()
143 ALLOC_CACHE_ALIGN_BUFFER(struct msg_query, msg_query, 1); in bcm2835_get_video_size()
164 ALLOC_CACHE_ALIGN_BUFFER(struct msg_setup, msg_setup, 1); in bcm2835_set_video_params()
215 ALLOC_CACHE_ALIGN_BUFFER(struct msg_notify_vl805_reset, in bcm2711_notify_vl805_reset()
/u-boot/fs/
A Dfs_internal.c22 ALLOC_CACHE_ALIGN_BUFFER(char, sec_buf, (blk ? blk->blksz : 0)); in fs_devread()
65 ALLOC_CACHE_ALIGN_BUFFER(u8, p, blk->blksz); in fs_devread()
/u-boot/drivers/usb/gadget/
A Df_rockusb.c351 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in printcbw()
372 ALLOC_CACHE_ALIGN_BUFFER(struct bulk_cs_wrap, csw, in printcsw()
384 ALLOC_CACHE_ALIGN_BUFFER(struct bulk_cs_wrap, csw, in rockusb_tx_write_csw()
551 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_test_unit_ready()
562 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_read_storage_id()
584 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_get_chip_version()
621 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_read_lba()
663 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_write_lba()
704 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_erase_lba()
763 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_reboot()
[all …]
A Df_thor.c69 ALLOC_CACHE_ALIGN_BUFFER(struct data_rsp_box, rsp, in send_data_rsp()
83 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_info()
120 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_cmd()
259 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_download()
333 ALLOC_CACHE_ALIGN_BUFFER(struct rqt_box, rqt, sizeof(struct rqt_box)); in process_data()
/u-boot/board/raspberrypi/rpi/
A Drpi.c271 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_arm_mem, msg, 1); in dram_init()
346 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_mac_address, msg, 1); in set_usbethaddr()
391 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_board_serial, msg, 1); in set_serial_number()
428 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_board_rev, msg, 1); in get_board_revision()
/u-boot/drivers/usb/eth/
A Dasix.c175 ALLOC_CACHE_ALIGN_BUFFER(__le16, res, 1); in asix_mdio_read()
190 ALLOC_CACHE_ALIGN_BUFFER(__le16, res, 1); in asix_mdio_write()
218 ALLOC_CACHE_ALIGN_BUFFER(u8, buf, 2); in asix_get_phy_addr()
251 ALLOC_CACHE_ALIGN_BUFFER(__le16, v, 1); in asix_read_rx_ctl()
294 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, ETH_ALEN); in asix_write_hwaddr_common()
334 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, ETH_ALEN); in asix_read_mac_common()
467 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in asix_send_common()
A Dlan7x.c24 ALLOC_CACHE_ALIGN_BUFFER(u32, tmpbuf, 1); in lan7x_write_reg()
45 ALLOC_CACHE_ALIGN_BUFFER(u32, tmpbuf, 1); in lan7x_read_reg()
391 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in lan7x_eth_send()
A Dmcs7830.c107 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, size); in mcs7830_read_reg()
137 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, size); in mcs7830_write_reg()
516 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, PKTSIZE + sizeof(uint8_t)); in mcs7830_send_common()
A Dasix88179.c220 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, size); in asix_write_cmd()
245 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, size); in asix_read_cmd()
469 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in asix_send_common()
/u-boot/drivers/mmc/
A Drpmb.c178 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_status()
235 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_get_counter()
253 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_set_key()
268 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_read()
301 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_write()
/u-boot/tools/
A Dmkimage.h45 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) type name[size] macro
/u-boot/board/emulation/common/
A Dqemu_dfu.c45 ALLOC_CACHE_ALIGN_BUFFER(char, buf, DFU_ALT_BUF_LEN); in set_dfu_alt_info()
/u-boot/include/
A Dmemalign.h80 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ macro
/u-boot/test/boot/
A Dbootstd_common.c27 ALLOC_CACHE_ALIGN_BUFFER(u8, buf, MMC_MAX_BLOCK_LEN); in bootstd_setup_for_tests()
/u-boot/board/xilinx/zynq/
A Dboard.c172 ALLOC_CACHE_ALIGN_BUFFER(char, buf, DFU_ALT_BUF_LEN); in set_dfu_alt_info()
/u-boot/board/samsung/common/
A Dmisc.c45 ALLOC_CACHE_ALIGN_BUFFER(char, buf, buf_size); in set_dfu_alt_info()
/u-boot/arch/arm/mach-socfpga/
A Dspl_a10.c116 ALLOC_CACHE_ALIGN_BUFFER(char, buf, FPGA_BUFSIZ); in spl_board_init()
/u-boot/common/
A Dusb_hub.c273 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_hub_port_reset()
345 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_hub_port_connect_change()
433 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_scan_port()
615 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, USB_BUFSIZ); in usb_hub_configure()

Completed in 29 milliseconds

123