Home
last modified time | relevance | path

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

12

/openbmc/u-boot/env/
H A Dubi.c24 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_ubi_save()
66 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_ubi_save()
95 ALLOC_CACHE_ALIGN_BUFFER(char, env1_buf, CONFIG_ENV_SIZE); in env_ubi_load()
96 ALLOC_CACHE_ALIGN_BUFFER(char, env2_buf, CONFIG_ENV_SIZE); in env_ubi_load()
139 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_ubi_load()
H A Dmmc.c201 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_mmc_save()
272 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env1, 1); in env_mmc_load()
273 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env2, 1); in env_mmc_load()
310 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_mmc_load()
H A Dsata.c47 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_sata_save()
93 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_sata_load()
H A Dext4.c80 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_ext4_load()
H A Dfat.c83 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_fat_load()
H A Dnand.c186 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_nand_save()
356 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_nand_load()
/openbmc/u-boot/disk/
H 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()
H A Dpart_dos.c96 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, 1); in part_test_dos()
110 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in part_test_dos()
129 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in print_partition_extended()
200 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in part_get_info_extended()
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c45 ALLOC_CACHE_ALIGN_BUFFER(struct msg_set_power_state, msg_pwr, 1); in bcm2835_power_on_module()
69 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_clock_rate, msg_clk, 1); in bcm2835_get_mmc_clock()
91 ALLOC_CACHE_ALIGN_BUFFER(struct msg_query, msg_query, 1); in bcm2835_get_video_size()
112 ALLOC_CACHE_ALIGN_BUFFER(struct msg_setup, msg_setup, 1); in bcm2835_set_video_params()
/openbmc/u-boot/board/raspberrypi/rpi/
H A Drpi.c272 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_arm_mem, msg, 1); in dram_init()
327 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_mac_address, msg, 1); in set_usbethaddr()
372 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_board_serial, msg, 1); in set_serial_number()
409 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_board_rev, msg, 1); in get_board_rev()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c347 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in printcbw()
368 ALLOC_CACHE_ALIGN_BUFFER(struct bulk_cs_wrap, csw, in printcsw()
380 ALLOC_CACHE_ALIGN_BUFFER(struct bulk_cs_wrap, csw, in rockusb_tx_write_csw()
547 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_test_unit_ready()
558 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_read_storage_id()
580 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_get_chip_version()
617 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_read_lba()
659 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_write_lba()
700 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_erase_lba()
759 ALLOC_CACHE_ALIGN_BUFFER(struct fsg_bulk_cb_wrap, cbw, in cb_reboot()
[all …]
H A Df_thor.c64 ALLOC_CACHE_ALIGN_BUFFER(struct data_rsp_box, rsp, in send_data_rsp()
78 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_info()
115 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_cmd()
254 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_download()
328 ALLOC_CACHE_ALIGN_BUFFER(struct rqt_box, rqt, sizeof(struct rqt_box)); in process_data()
/openbmc/u-boot/drivers/mmc/
H A Drpmb.c172 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_status()
229 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_get_counter()
247 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_set_key()
262 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_read()
295 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_write()
H A Dmmc.c334 ALLOC_CACHE_ALIGN_BUFFER(u8, data_buf, size); in mmc_send_tuning()
774 ALLOC_CACHE_ALIGN_BUFFER(u8, test_csd, MMC_MAX_BLOCK_LEN); in mmc_set_card_speed()
977 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN); in mmc_hwpart_config()
1203 ALLOC_CACHE_ALIGN_BUFFER(__be32, scr, 2); in sd_get_capabilities()
1204 ALLOC_CACHE_ALIGN_BUFFER(__be32, switch_status, 16); in sd_get_capabilities()
1316 ALLOC_CACHE_ALIGN_BUFFER(uint, switch_status, 16); in sd_set_card_speed()
1404 ALLOC_CACHE_ALIGN_BUFFER(uint, ssr, 16); in sd_read_ssr()
1749 ALLOC_CACHE_ALIGN_BUFFER(u8, test_csd, MMC_MAX_BLOCK_LEN); in mmc_read_and_compare_ext_csd()
2088 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN); in mmc_startup_v4()
2900 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN); in mmc_set_bkops_enable()
/openbmc/u-boot/fs/
H A Dfs_internal.c18 ALLOC_CACHE_ALIGN_BUFFER(char, sec_buf, (blk ? blk->blksz : 0)); in fs_devread()
62 ALLOC_CACHE_ALIGN_BUFFER(u8, p, blk->blksz); in fs_devread()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix.c179 ALLOC_CACHE_ALIGN_BUFFER(__le16, res, 1); in asix_mdio_read()
194 ALLOC_CACHE_ALIGN_BUFFER(__le16, res, 1); in asix_mdio_write()
222 ALLOC_CACHE_ALIGN_BUFFER(u8, buf, 2); in asix_get_phy_addr()
255 ALLOC_CACHE_ALIGN_BUFFER(__le16, v, 1); in asix_read_rx_ctl()
298 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, ETH_ALEN); in asix_write_hwaddr_common()
338 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, ETH_ALEN); in asix_read_mac_common()
471 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in asix_send_common()
515 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, recv_buf, AX_RX_URB_SIZE); in asix_recv()
H A Dlan7x.c22 ALLOC_CACHE_ALIGN_BUFFER(u32, tmpbuf, 1); in lan7x_write_reg()
43 ALLOC_CACHE_ALIGN_BUFFER(u32, tmpbuf, 1); in lan7x_read_reg()
389 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in lan7x_eth_send()
H A Dmcs7830.c106 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, size); in mcs7830_read_reg()
136 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, size); in mcs7830_write_reg()
515 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, PKTSIZE + sizeof(uint8_t)); in mcs7830_send_common()
619 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, MCS7830_RX_URB_SIZE); in mcs7830_recv()
H A Dasix88179.c224 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, size); in asix_write_cmd()
249 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, size); in asix_read_cmd()
473 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in asix_send_common()
546 ALLOC_CACHE_ALIGN_BUFFER(u8, recv_buf, dev_priv->rx_urb_size); in asix_recv()
/openbmc/u-boot/drivers/nvme/
H A Dnvme_show.c109 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ns, sizeof(struct nvme_id_ns)); in nvme_print_info()
111 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
/openbmc/u-boot/include/
H A Dmemalign.h80 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ macro
/openbmc/u-boot/common/
H A Dusb_hub.c272 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_hub_port_reset()
344 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_hub_port_connect_change()
432 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_scan_port()
620 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, USB_BUFSIZ); in usb_hub_configure()
H A Dusb.c217 ALLOC_CACHE_ALIGN_BUFFER(struct devrequest, setup_packet, 1); in usb_control_msg()
569 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, 9); in usb_get_configuration_len()
798 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, mybuf, USB_BUFSIZ); in usb_string()
922 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, tmpbuf, USB_BUFSIZ); in get_descriptor_len()
H A Dusb_storage.c173 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, result, 1); in usb_get_max_lun()
536 ALLOC_CACHE_ALIGN_BUFFER(struct umass_bbb_cbw, cbw, 1); in usb_stor_BBB_comdat()
709 ALLOC_CACHE_ALIGN_BUFFER(struct umass_bbb_csw, csw, 1); in usb_stor_BBB_transport()
1416 ALLOC_CACHE_ALIGN_BUFFER(u32, cap, 2); in usb_stor_get_info()
1417 ALLOC_CACHE_ALIGN_BUFFER(u8, usb_stor_buf, 36); in usb_stor_get_info()
/openbmc/u-boot/fs/btrfs/
H A Dsuper.c183 ALLOC_CACHE_ALIGN_BUFFER(char, raw_sb, BTRFS_SUPER_INFO_SIZE); in btrfs_read_superblock()

12