Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/env/
H A Dubi.c25 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_ubi_save()
67 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_ubi_save()
96 ALLOC_CACHE_ALIGN_BUFFER(char, env1_buf, CONFIG_ENV_SIZE); in env_ubi_load()
97 ALLOC_CACHE_ALIGN_BUFFER(char, env2_buf, CONFIG_ENV_SIZE); in env_ubi_load()
140 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_ubi_load()
H A Denv_blk.c103 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_blk_save()
181 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env1, 1); in env_blk_load()
182 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env2, 1); in env_blk_load()
240 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_blk_load()
H A Dmmc.c202 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_mmc_save()
274 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env1, 1); in env_mmc_load()
275 ALLOC_CACHE_ALIGN_BUFFER(env_t, tmp_env2, 1); in env_mmc_load()
329 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_mmc_load()
H A Dsata.c50 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_sata_save()
96 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_sata_load()
H A Dnand.c189 ALLOC_CACHE_ALIGN_BUFFER(env_t, env_new, 1); in env_nand_save()
375 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_nand_load()
H A Dfat.c79 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_fat_load()
H A Dext4.c80 ALLOC_CACHE_ALIGN_BUFFER(char, buf, CONFIG_ENV_SIZE); in env_ext4_load()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_mac.c45 ALLOC_CACHE_ALIGN_BUFFER(mac_driver_desc_t, ddesc, 1); in part_test_mac()
46 ALLOC_CACHE_ALIGN_BUFFER(mac_partition_t, mpart, 1); in part_test_mac()
72 ALLOC_CACHE_ALIGN_BUFFER(mac_driver_desc_t, ddesc, 1); in part_print_mac()
73 ALLOC_CACHE_ALIGN_BUFFER(mac_partition_t, mpart, 1); in part_print_mac()
220 ALLOC_CACHE_ALIGN_BUFFER(mac_driver_desc_t, ddesc, 1); in part_get_info_mac()
221 ALLOC_CACHE_ALIGN_BUFFER(mac_partition_t, mpart, 1); in part_get_info_mac()
H A Dpart_dos.c92 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, dev_desc->blksz); in part_test_dos()
116 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in print_partition_extended()
180 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, dev_desc->blksz); in part_get_info_extended()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drpmb.c153 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_status()
210 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_get_counter()
228 ALLOC_CACHE_ALIGN_BUFFER(struct s_rpmb, rpmb_frame, 1); in mmc_rpmb_set_key()
243 ALLOC_CACHE_ALIGN_BUFFER in mmc_rpmb_read()
246 ALLOC_CACHE_ALIGN_BUFFER in mmc_rpmb_read()
301 ALLOC_CACHE_ALIGN_BUFFER in mmc_rpmb_write()
304 ALLOC_CACHE_ALIGN_BUFFER in mmc_rpmb_write()
H A Dmmc.c779 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN); in mmc_select_bus_width()
780 ALLOC_CACHE_ALIGN_BUFFER(u8, test_csd, MMC_MAX_BLOCK_LEN); in mmc_select_bus_width()
1172 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN);
1292 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN);
1517 ALLOC_CACHE_ALIGN_BUFFER(uint, scr, 2);
1518 ALLOC_CACHE_ALIGN_BUFFER(uint, switch_status, 16);
1627 ALLOC_CACHE_ALIGN_BUFFER(uint, ssr, 16);
1737 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN);
2448 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN);
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c46 ALLOC_CACHE_ALIGN_BUFFER(struct msg_set_power_state, msg_pwr, 1); in bcm2835_power_on_module()
70 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_clock_rate, msg_clk, 1); in bcm2835_get_mmc_clock()
92 ALLOC_CACHE_ALIGN_BUFFER(struct msg_query, msg_query, 1); in bcm2835_get_video_size()
113 ALLOC_CACHE_ALIGN_BUFFER(struct msg_setup, msg_setup, 1); in bcm2835_set_video_params()
/OK3568_Linux_fs/u-boot/board/raspberrypi/rpi/
H A Drpi.c229 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_arm_mem, msg, 1); in dram_init()
284 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_mac_address, msg, 1); in set_usbethaddr()
329 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_board_serial, msg, 1); in set_serial_number()
427 ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_board_rev, msg, 1); in get_board_rev()
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dasix.c180 ALLOC_CACHE_ALIGN_BUFFER(__le16, res, 1); in asix_mdio_read()
195 ALLOC_CACHE_ALIGN_BUFFER(__le16, res, 1); in asix_mdio_write()
223 ALLOC_CACHE_ALIGN_BUFFER(u8, buf, 2); in asix_get_phy_addr()
256 ALLOC_CACHE_ALIGN_BUFFER(__le16, v, 1); in asix_read_rx_ctl()
299 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, ETH_ALEN); in asix_write_hwaddr_common()
339 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, ETH_ALEN); in asix_read_mac_common()
472 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in asix_send_common()
516 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, recv_buf, AX_RX_URB_SIZE); in asix_recv()
H 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()
620 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, buf, MCS7830_RX_URB_SIZE); in mcs7830_recv()
H A Dlan7x.c23 ALLOC_CACHE_ALIGN_BUFFER(u32, tmpbuf, 1); in lan7x_write_reg()
44 ALLOC_CACHE_ALIGN_BUFFER(u32, tmpbuf, 1); in lan7x_read_reg()
390 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in lan7x_eth_send()
H A Dasix88179.c225 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, size); in asix_write_cmd()
250 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buf, size); in asix_read_cmd()
474 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, msg, in asix_send_common()
547 ALLOC_CACHE_ALIGN_BUFFER(u8, recv_buf, dev_priv->rx_urb_size); in asix_recv()
/OK3568_Linux_fs/u-boot/fs/
H A Dfs_internal.c19 ALLOC_CACHE_ALIGN_BUFFER(char, sec_buf, (blk ? blk->blksz : 0)); in fs_devread()
63 ALLOC_CACHE_ALIGN_BUFFER(u8, p, blk->blksz); in fs_devread()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme_show.c110 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ns, sizeof(struct nvme_id_ns)); in nvme_print_info()
112 ALLOC_CACHE_ALIGN_BUFFER(char, buf_ctrl, sizeof(struct nvme_id_ctrl)); in nvme_print_info()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_thor.c65 ALLOC_CACHE_ALIGN_BUFFER(struct data_rsp_box, rsp, in send_data_rsp()
79 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_info()
116 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_cmd()
255 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_download()
329 ALLOC_CACHE_ALIGN_BUFFER(struct rqt_box, rqt, sizeof(struct rqt_box)); in process_data()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c275 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_hub_port_reset()
347 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_hub_port_connect_change()
435 ALLOC_CACHE_ALIGN_BUFFER(struct usb_port_status, portsts, 1); in usb_scan_port()
623 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, USB_BUFSIZ); in usb_hub_configure()
H A Dusb.c221 ALLOC_CACHE_ALIGN_BUFFER(struct devrequest, setup_packet, 1); in usb_control_msg()
589 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, buffer, 9); in usb_get_configuration_len()
818 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, mybuf, USB_BUFSIZ); in usb_string()
942 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, tmpbuf, USB_BUFSIZ); in get_descriptor_len()
H A Dusb_storage.c175 ALLOC_CACHE_ALIGN_BUFFER(unsigned char, result, 1); in usb_get_max_lun()
540 ALLOC_CACHE_ALIGN_BUFFER(struct umass_bbb_cbw, cbw, 1); in usb_stor_BBB_comdat()
713 ALLOC_CACHE_ALIGN_BUFFER(struct umass_bbb_csw, csw, 1); in usb_stor_BBB_transport()
1422 ALLOC_CACHE_ALIGN_BUFFER(u32, cap, 2); in usb_stor_get_info()
1423 ALLOC_CACHE_ALIGN_BUFFER(u8, usb_stor_buf, 36); in usb_stor_get_info()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Ddfu_alt_info.c63 ALLOC_CACHE_ALIGN_BUFFER(char, buf, buf_size); in set_dfu_alt_info()
/OK3568_Linux_fs/u-boot/include/
H A Dmemalign.h81 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ macro

12