Searched refs:this (Results 1 - 25 of 80) sorted by relevance

1234

/u-boot/board/samsung/goni/
H A Donenand.c15 struct onenand_chip *this = mtd->priv; local
17 this->base = (void *)CFG_SYS_ONENAND_BASE;
18 this->options |= ONENAND_RUNTIME_BADBLOCK_CHECK;
19 this->chip_probe = s5pc110_chip_probe;
/u-boot/board/samsung/universal_c210/
H A Donenand.c14 struct onenand_chip *this = mtd->priv; local
16 this->base = (void *)CFG_SYS_ONENAND_BASE;
17 this->options |= ONENAND_RUNTIME_BADBLOCK_CHECK;
18 this->chip_probe = s5pc210_chip_probe;
/u-boot/include/linux/mtd/
H A Donenand.h65 * @param chip_lock [INTERN] spinlock used to protect access to this structure and the chip
131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index)
132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1)
133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1)
134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1)
135 #define ONENAND_SET_BUFFERRAM0(this) (thi
[all...]
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c102 * it must be aligned to 2 bytes. GCC can make this array unaligned
156 static int onenand_block_address(struct onenand_chip *this, int block) argument
159 if (block & this->density_mask)
160 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask);
173 static int onenand_bufferram_address(struct onenand_chip *this, int block) argument
176 if (block & this->density_mask)
230 * @param this - OneNAND device structure
233 static unsigned int flexonenand_block(struct onenand_chip *this, loff_t addr) argument
237 if (ONENAND_IS_DDP(this) && addr >= this
252 onenand_block(struct onenand_chip *this, loff_t addr) argument
266 flexonenand_addr(struct onenand_chip *this, int block) argument
285 onenand_addr(struct onenand_chip *this, int block) argument
332 struct onenand_chip *this = mtd->priv; local
444 onenand_read_ecc(struct onenand_chip *this) argument
474 struct onenand_chip *this = mtd->priv; local
521 struct onenand_chip *this = mtd->priv; local
547 struct onenand_chip *this = mtd->priv; local
572 struct onenand_chip *this = mtd->priv; local
601 struct onenand_chip *this = mtd->priv; local
622 struct onenand_chip *this = mtd->priv; local
646 struct onenand_chip *this = mtd->priv; local
689 struct onenand_chip *this = mtd->priv; local
724 struct onenand_chip *this = mtd->priv; local
770 struct onenand_chip *this = mtd->priv; local
819 struct onenand_chip *this = mtd->priv; local
854 struct onenand_chip *this = mtd->priv; local
1005 struct onenand_chip *this = mtd->priv; local
1166 struct onenand_chip *this = mtd->priv; local
1217 struct onenand_chip *this = mtd->priv; local
1292 struct onenand_chip *this = mtd->priv; local
1322 struct onenand_chip *this = mtd->priv; local
1374 struct onenand_chip *this = mtd->priv; local
1417 struct onenand_chip *this = mtd->priv; local
1539 struct onenand_chip *this = mtd->priv; local
1717 struct onenand_chip *this = mtd->priv; local
1734 struct onenand_chip *this = mtd->priv; local
1895 struct onenand_chip *this = mtd->priv; local
1925 struct onenand_chip *this = mtd->priv; local
1954 struct onenand_chip *this = mtd->priv; local
2064 onenand_check_lock_status(struct onenand_chip *this) argument
2099 struct onenand_chip *this = mtd->priv; local
2143 struct onenand_chip *this = mtd->priv; local
2271 struct onenand_chip *this = mtd->priv; local
2313 struct onenand_chip *this = mtd->priv; local
2395 struct onenand_chip *this = mtd->priv; local
2442 struct onenand_chip *this = mtd->priv; local
2531 struct onenand_chip *this = mtd->priv; local
2583 struct onenand_chip *this = mtd->priv; local
2684 struct onenand_chip *this = mtd->priv; local
[all...]
H A Donenand_bbt.c67 struct onenand_chip *this = mtd->priv; local
68 struct bbm_info *bbm = this->bbm;
88 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1);
122 if (FLEXONENAND(this)) {
156 struct onenand_chip *this = mtd->priv; local
157 struct bbm_info *bbm = this->bbm;
162 block = (int) (onenand_block(this, offs) << 1);
196 struct onenand_chip *this = mtd->priv; local
197 struct bbm_info *bbm = this->bbm;
200 len = this
250 struct onenand_chip *this = mtd->priv; local
[all...]
H A Dsamsung.c119 struct onenand_chip *this = onenand->mtd->priv; local
120 int reg = addr - this->base;
168 struct onenand_chip *this = onenand->mtd->priv; local
169 int reg = addr - this->base;
274 struct onenand_chip *this = mtd->priv; local
281 fba = (int) (addr >> this->erase_shift);
282 fpa = (int) (addr >> this->page_shift);
283 fpa &= this->page_mask;
291 ONENAND_SET_NEXT_BUFFERRAM(this);
296 index = ONENAND_CURRENT_BUFFERRAM(this);
377 struct onenand_chip *this = mtd->priv; local
450 struct onenand_chip *this = mtd->priv; local
468 struct onenand_chip *this = mtd->priv; local
489 struct onenand_chip *this = mtd->priv; local
531 struct onenand_chip *this = mtd->priv; local
[all...]
/u-boot/lib/efi_loader/
H A Defi_hii_config.c8 * As this is still a non-working stub and the protocol is neither required
9 * by the EFI shell nor by the UEFI SCT this module has been removed from
25 extract_config(const struct efi_hii_config_routing_protocol *this, argument
30 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results);
36 export_config(const struct efi_hii_config_routing_protocol *this, argument
39 EFI_ENTRY("%p, %p", this, results);
45 route_config(const struct efi_hii_config_routing_protocol *this, argument
49 EFI_ENTRY("%p, \"%ls\", %p", this, configuration, progress);
55 block_to_config(const struct efi_hii_config_routing_protocol *this, argument
62 EFI_ENTRY("%p, \"%ls\", %p, %zu, %p, %p", this, config_reques
69 config_to_block(const struct efi_hii_config_routing_protocol *this, const efi_string_t config_resp, const u8 *block, const efi_uintn_t *block_size, efi_string_t *progress) argument
82 get_alt_config(const struct efi_hii_config_routing_protocol *this, const efi_string_t config_resp, const efi_guid_t *guid, const efi_string_t name, const struct efi_device_path *device_path, const efi_string_t alt_cfg_id, efi_string_t *alt_cfg_resp) argument
102 extract_config_access(const struct efi_hii_config_access_protocol *this, const efi_string_t request, efi_string_t *progress, efi_string_t *results) argument
113 route_config_access(const struct efi_hii_config_access_protocol *this, const efi_string_t configuration, efi_string_t *progress) argument
123 form_callback(const struct efi_hii_config_access_protocol *this, efi_browser_action_t action, efi_question_id_t question_id, u8 type, union efi_ifr_type_value *value, efi_browser_action_request_t *action_request) argument
[all...]
H A Defi_net.c35 * The notification function of this event is called in every timer cycle
68 * @this: pointer to the protocol instance
71 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) argument
75 EFI_ENTRY("%p", this);
78 if (!this) {
83 if (this->mode->state != EFI_NETWORK_STOPPED) {
86 this->int_status = 0;
88 this->mode->state = EFI_NETWORK_STARTED;
101 * @this: pointer to the protocol instance
104 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) argument
141 efi_net_initialize(struct efi_simple_network *this, ulong extra_rx, ulong extra_tx) argument
199 efi_net_reset(struct efi_simple_network *this, int extended_verification) argument
239 efi_net_shutdown(struct efi_simple_network *this) argument
286 efi_net_receive_filters(struct efi_simple_network *this, u32 enable, u32 disable, int reset_mcast_filter, ulong mcast_filter_count, struct efi_mac_address *mcast_filter) argument
309 efi_net_station_address(struct efi_simple_network *this, int reset, struct efi_mac_address *new_mac) argument
331 efi_net_statistics(struct efi_simple_network *this, int reset, ulong *stat_size, void *stat_table) argument
353 efi_net_mcastiptomac(struct efi_simple_network *this, int ipv6, struct efi_ip_address *ip, struct efi_mac_address *mac) argument
416 efi_net_nvdata(struct efi_simple_network *this, int read_write, ulong offset, ulong buffer_size, char *buffer) argument
436 efi_net_get_status(struct efi_simple_network *this, u32 *int_status, void **txbuf) argument
489 efi_net_transmit(struct efi_simple_network *this, size_t header_size, size_t buffer_size, void *buffer, struct efi_mac_address *src_addr, struct efi_mac_address *dest_addr, u16 *protocol) argument
578 efi_net_receive(struct efi_simple_network *this, size_t *header_size, size_t *buffer_size, void *buffer, struct efi_mac_address *src_addr, struct efi_mac_address *dest_addr, u16 *protocol) argument
718 struct efi_simple_network *this = (struct efi_simple_network *)context; local
743 efi_pxe_base_code_start( struct efi_pxe_base_code_protocol *this, u8 use_ipv6) argument
750 efi_pxe_base_code_stop( struct efi_pxe_base_code_protocol *this) argument
756 efi_pxe_base_code_dhcp( struct efi_pxe_base_code_protocol *this, u8 sort_offers) argument
763 efi_pxe_base_code_discover( struct efi_pxe_base_code_protocol *this, u16 type, u16 *layer, u8 bis, struct efi_pxe_base_code_discover_info *info) argument
771 efi_pxe_base_code_mtftp( struct efi_pxe_base_code_protocol *this, u32 operation, void *buffer_ptr, u8 overwrite, efi_uintn_t *buffer_size, struct efi_ip_address server_ip, char *filename, struct efi_pxe_base_code_mtftp_info *info, u8 dont_use_buffer) argument
782 efi_pxe_base_code_udp_write( struct efi_pxe_base_code_protocol *this, u16 op_flags, struct efi_ip_address *dest_ip, u16 *dest_port, struct efi_ip_address *gateway_ip, struct efi_ip_address *src_ip, u16 *src_port, efi_uintn_t *header_size, void *header_ptr, efi_uintn_t *buffer_size, void *buffer_ptr) argument
794 efi_pxe_base_code_udp_read( struct efi_pxe_base_code_protocol *this, u16 op_flags, struct efi_ip_address *dest_ip, u16 *dest_port, struct efi_ip_address *src_ip, u16 *src_port, efi_uintn_t *header_size, void *header_ptr, efi_uintn_t *buffer_size, void *buffer_ptr) argument
805 efi_pxe_base_code_set_ip_filter( struct efi_pxe_base_code_protocol *this, struct efi_pxe_base_code_filter *new_filter) argument
812 efi_pxe_base_code_arp( struct efi_pxe_base_code_protocol *this, struct efi_ip_address *ip_addr, struct efi_mac_address *mac_addr) argument
820 efi_pxe_base_code_set_parameters( struct efi_pxe_base_code_protocol *this, u8 *new_auto_arp, u8 *new_send_guid, u8 *new_ttl, u8 *new_tos, u8 *new_make_callback) argument
829 efi_pxe_base_code_set_station_ip( struct efi_pxe_base_code_protocol *this, struct efi_ip_address *new_station_ip, struct efi_ip_address *new_subnet_mask) argument
837 efi_pxe_base_code_set_packets( struct efi_pxe_base_code_protocol *this, u8 *new_dhcp_discover_valid, u8 *new_dhcp_ack_received, u8 *new_proxy_offer_received, u8 *new_pxe_discover_valid, u8 *new_pxe_reply_received, u8 *new_pxe_bis_reply_received, EFI_PXE_BASE_CODE_PACKET *new_dchp_discover, EFI_PXE_BASE_CODE_PACKET *new_dhcp_acc, EFI_PXE_BASE_CODE_PACKET *new_proxy_offer, EFI_PXE_BASE_CODE_PACKET *new_pxe_discover, EFI_PXE_BASE_CODE_PACKET *new_pxe_reply, EFI_PXE_BASE_CODE_PACKET *new_pxe_bis_reply) argument
[all...]
H A Defi_riscv.c22 * @this: RISCV_EFI_BOOT_PROTOCOL instance
27 efi_riscv_get_boot_hartid(struct riscv_efi_boot_protocol *this, argument
30 EFI_ENTRY("%p, %p", this, boot_hartid);
32 if (this != &riscv_efi_boot_prot || !boot_hartid)
H A Defi_unicode_collation.c35 * @this: unicode collation protocol instance
48 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2)
53 EFI_ENTRY("%p, %ls, %ls", this, s1, s2);
95 * For '*' pattern searches this function calls itself recursively.
96 * Performance-wise this is suboptimal, especially for multiple '*' wildcards.
170 * @this: unicode collation protocol instance
185 static bool EFIAPI efi_metai_match(struct efi_unicode_collation_protocol *this, argument
190 EFI_ENTRY("%p, %ls, %ls", this, string, pattern);
199 * @this: unicode collation protocol instance
203 * same number of words this doe
47 efi_stri_coll( struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) argument
208 efi_str_lwr(struct efi_unicode_collation_protocol *this, u16 *string) argument
229 efi_str_upr(struct efi_unicode_collation_protocol *this, u16 *string) argument
249 efi_fat_to_str(struct efi_unicode_collation_protocol *this, efi_uintn_t fat_size, char *fat, u16 *string) argument
282 efi_str_to_fat(struct efi_unicode_collation_protocol *this, const u16 *string, efi_uintn_t fat_size, char *fat) argument
[all...]
H A Defi_rng.c52 * @this: random number generator protocol instance
58 static efi_status_t EFIAPI rng_getinfo(struct efi_rng_protocol *this, argument
65 EFI_ENTRY("%p, %p, %p", this, rng_algorithm_list_size,
68 if (!this || !rng_algorithm_list_size) {
99 * @this: random number generator protocol instance
105 static efi_status_t EFIAPI getrng(struct efi_rng_protocol *this, argument
115 EFI_ENTRY("%p, %p, %zu, %p", this, rng_algorithm, rng_value_length,
118 if (!this || !rng_value || !rng_value_length) {
H A Defi_gop.c40 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, argument
47 EFI_ENTRY("%p, %x, %p, %p", this, mode_number, size_of_info, info);
49 if (!this || !size_of_info || !info || mode_number) {
54 gopobj = container_of(this, struct efi_gop_obj, ops);
108 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, argument
118 struct efi_gop_obj *gopobj = container_of(this, struct efi_gop_obj, ops);
249 static efi_uintn_t gop_get_bpp(struct efi_gop *this) argument
251 struct efi_gop_obj *gopobj = container_of(this, struct efi_gop_obj, ops);
278 static efi_status_t gop_blt_video_fill(struct efi_gop *this, argument
286 return gop_blt_int(this, buffe
290 gop_blt_buf_to_vid16(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
301 gop_blt_buf_to_vid30(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
312 gop_blt_buf_to_vid32(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
323 gop_blt_vid_to_vid(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta, efi_uintn_t vid_bpp) argument
335 gop_blt_vid_to_buf(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta, efi_uintn_t vid_bpp) argument
359 gop_set_mode(struct efi_gop *this, u32 mode_number) argument
403 gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 operation, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
[all...]
/u-boot/include/
H A Defi_driver.h43 efi_status_t (*init)(struct efi_driver_binding_extended_protocol *this);
44 efi_status_t (*bind)(struct efi_driver_binding_extended_protocol *this,
H A Defi_riscv.h20 efi_status_t (EFIAPI * get_boot_hartid) (struct riscv_efi_boot_protocol *this,
H A Defi_dt_fixup.h28 efi_status_t (EFIAPI *fixup) (struct efi_dt_fixup_protocol *this,
H A Defi_tcg2.h100 * @structure_version: version of this structure
134 * @version: version number for this structure
201 efi_status_t (EFIAPI * get_capability)(struct efi_tcg2_protocol *this,
203 efi_status_t (EFIAPI * get_eventlog)(struct efi_tcg2_protocol *this,
207 efi_status_t (EFIAPI * hash_log_extend_event)(struct efi_tcg2_protocol *this,
212 efi_status_t (EFIAPI * submit_command)(struct efi_tcg2_protocol *this,
217 efi_status_t (EFIAPI * get_active_pcr_banks)(struct efi_tcg2_protocol *this,
219 efi_status_t (EFIAPI * set_active_pcr_banks)(struct efi_tcg2_protocol *this,
221 efi_status_t (EFIAPI * get_result_of_set_active_pcr_banks)(struct efi_tcg2_protocol *this,
/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c30 struct nand_chip *this = mtd_to_nand(mtd); local
33 while (!this->dev_ready(mtd))
37 this->cmd_ctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE);
40 this->cmd_ctrl(mtd, offs, NAND_CTRL_ALE | NAND_CTRL_CHANGE);
41 this->cmd_ctrl(mtd, page_addr & 0xff, NAND_CTRL_ALE); /* A[16:9] */
42 this->cmd_ctrl(mtd, (page_addr >> 8) & 0xff,
45 this->cmd_ctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);
50 while (!this->dev_ready(mtd))
62 struct nand_chip *this = mtd_to_nand(mtd); local
65 unsigned int ctrl) = this
113 struct nand_chip *this = mtd_to_nand(mtd); local
138 struct nand_chip *this = mtd_to_nand(mtd); local
169 struct nand_chip *this = mtd_to_nand(mtd); local
[all...]
H A Dnand_bbt.c176 struct nand_chip *this = mtd_to_nand(mtd); local
186 from = ((loff_t)page) << this->page_shift;
189 len = min(totlen, (size_t)(1 << this->bbt_erase_shift));
225 this->bbt_erase_shift);
226 bbt_mark_entry(this, offs + act,
233 * move this message to pr_debug.
237 this->bbt_erase_shift);
240 bbt_mark_entry(this, offs + act,
243 bbt_mark_entry(this, offs + act,
267 struct nand_chip *this local
392 struct nand_chip *this = mtd_to_nand(mtd); local
458 struct nand_chip *this = mtd_to_nand(mtd); local
527 struct nand_chip *this = mtd_to_nand(mtd); local
622 struct nand_chip *this = mtd_to_nand(mtd); local
823 struct nand_chip *this = mtd_to_nand(mtd); local
842 struct nand_chip *this = mtd_to_nand(mtd); local
966 struct nand_chip *this = mtd_to_nand(mtd); local
1026 struct nand_chip *this = mtd_to_nand(mtd); local
1078 struct nand_chip *this = mtd_to_nand(mtd); local
1151 struct nand_chip *this = mtd_to_nand(mtd); local
1257 nand_create_badblock_pattern(struct nand_chip *this) argument
1285 struct nand_chip *this = mtd_to_nand(mtd); local
1321 struct nand_chip *this = mtd_to_nand(mtd); local
1337 struct nand_chip *this = mtd_to_nand(mtd); local
1364 struct nand_chip *this = mtd_to_nand(mtd); local
[all...]
H A Dam335x_spl_bch.c35 struct nand_chip *this = mtd_to_nand(mtd); local
38 unsigned int ctrl) = this->cmd_ctrl;
40 while (!this->dev_ready(mtd))
56 * Apply this short delay always to ensure that we do wait
61 while (!this->dev_ready(mtd))
67 if ((this->options & NAND_BUSWIDTH_16) && !nand_opcode_8bits(cmd))
120 * Apply this short delay always to ensure that we do wait tWB in
125 while (!this->dev_ready(mtd))
133 struct nand_chip *this = mtd_to_nand(mtd); local
141 if (this
154 struct nand_chip *this = mtd_to_nand(mtd); local
[all...]
/u-boot/lib/zlib/
H A Dinftrees.c16 include such an acknowledgment, I would appreciate that you keep this
49 code this; /* table entry for duplication */ local
85 lens[] are in the range 0..MAXBITS. The caller must assure this.
87 symbol does not occur in this code.
114 this.op = (unsigned char)64; /* invalid code marker */
115 this.bits = (unsigned char)1;
116 this.val = (unsigned short)0;
117 *(*table)++ = this; /* make a table to force an error */
118 *(*table)++ = this;
146 Create and fill in decoding tables. In this loo
[all...]
/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c146 (struct efi_simple_file_system_protocol *this,
150 (struct efi_file_handle *this,
154 static efi_status_t EFIAPI efi_st_close(struct efi_file_handle *this);
156 static efi_status_t EFIAPI efi_st_delete(struct efi_file_handle *this);
159 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer);
162 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer);
164 static efi_status_t EFIAPI efi_st_getpos(struct efi_file_handle *this,
167 static efi_status_t EFIAPI efi_st_setpos(struct efi_file_handle *this, u64 pos);
170 (struct efi_file_handle *this, const efi_guid_t *info_type,
174 (struct efi_file_handle *this, cons
227 efi_st_open_volume(struct efi_simple_file_system_protocol *this, struct efi_file_handle **root) argument
240 efi_st_open(struct efi_file_handle *this, struct efi_file_handle **new_handle, u16 *file_name, u64 open_mode, u64 attributes) argument
255 efi_st_close(struct efi_file_handle *this) argument
267 efi_st_delete(struct efi_file_handle *this) argument
275 efi_st_read(struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) argument
292 efi_st_write(struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) argument
301 efi_st_getpos(struct efi_file_handle *this, u64 *pos) argument
311 efi_st_setpos(struct efi_file_handle *this, u64 pos) argument
321 efi_st_getinfo(struct efi_file_handle *this, const efi_guid_t *info_type, efi_uintn_t *buffer_size, void *buffer) argument
352 efi_st_setinfo(struct efi_file_handle *this, const efi_guid_t *info_type, efi_uintn_t buffer_size, void *buffer) argument
362 efi_st_flush(struct efi_file_handle *this) argument
[all...]
/u-boot/board/freescale/m5329evb/
H A Dnand.c25 struct nand_chip *this = mtd_to_nand(mtdinfo); local
29 ulong IO_ADDR_W = (ulong) this->IO_ADDR_W;
43 this->IO_ADDR_W = (void *)IO_ADDR_W;
47 writeb(cmd, this->IO_ADDR_W);
/u-boot/board/freescale/m5373evb/
H A Dnand.c25 struct nand_chip *this = mtd_to_nand(mtdinfo); local
29 ulong IO_ADDR_W = (ulong) this->IO_ADDR_W;
43 this->IO_ADDR_W = (void *)IO_ADDR_W;
48 writeb(cmd, this->IO_ADDR_W);
/u-boot/board/socrates/
H A Dnand.c51 struct nand_chip *this = mtd_to_nand(mtd); local
54 out_be32(this->IO_ADDR_W,
91 struct nand_chip *this = mtd_to_nand(mtd); local
96 out_be32(this->IO_ADDR_W, val);
98 buf[i] = (in_be32(this->IO_ADDR_R) >> FPGA_NAND_DATA_SHIFT) & 0xff;
108 struct nand_chip *this = mtd_to_nand(mtdinfo); local
110 if (in_be32(this->IO_ADDR_W) & FPGA_NAND_BUSY)
/u-boot/lib/efi_driver/
H A Defi_uclass.c55 * @this: driver binding protocol
61 struct efi_driver_binding_protocol *this,
68 (struct efi_driver_binding_extended_protocol *)this;
70 EFI_ENTRY("%p, %p, %ls", this, controller_handle,
84 &interface, this->driver_binding_handle,
100 this->driver_binding_handle,
111 * @this: driver binding protocol
117 struct efi_driver_binding_protocol *this,
124 (struct efi_driver_binding_extended_protocol *)this;
126 EFI_ENTRY("%p, %p, %ls", this, controller_handl
60 efi_uc_supported( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, struct efi_device_path *remaining_device_path) argument
116 efi_uc_start( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, struct efi_device_path *remaining_device_path) argument
201 efi_uc_stop( struct efi_driver_binding_protocol *this, efi_handle_t controller_handle, size_t number_of_children, efi_handle_t *child_handle_buffer) argument
[all...]

Completed in 309 milliseconds

1234