Searched refs:tn (Results 1 - 8 of 8) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c449 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
456 layout = devm_kzalloc(tn->dev, sizeof(*layout), GFP_KERNEL);
490 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
492 if (tn->use_status) {
493 tn->use_status = false;
494 return *tn->stat;
497 if (tn->buf.data_index < tn->buf.data_len)
498 return tn->buf.dmabuf[tn
513 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
528 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
593 set_default_timings(struct octeontx_nfc *tn, const struct nand_sdr_timings *timings) argument
613 ndf_cmd_queue_free(struct octeontx_nfc *tn) argument
622 ndf_submit(struct octeontx_nfc *tn, union ndf_cmd *cmd) argument
675 ndf_build_wait_busy(struct octeontx_nfc *tn) argument
689 ndf_dma_done(struct octeontx_nfc *tn) argument
701 ndf_wait(struct octeontx_nfc *tn) argument
716 ndf_wait_idle(struct octeontx_nfc *tn) argument
735 ndf_queue_cmd_timing(struct octeontx_nfc *tn, struct ndf_set_tm_par_cmd *timings) argument
754 ndf_queue_cmd_bus(struct octeontx_nfc *tn, int direction) argument
765 ndf_queue_cmd_chip(struct octeontx_nfc *tn, int enable, int chip, int width) argument
778 ndf_queue_cmd_wait(struct octeontx_nfc *tn, int t_delay) argument
788 ndf_queue_cmd_cle(struct octeontx_nfc *tn, int command) argument
801 ndf_queue_cmd_ale(struct octeontx_nfc *tn, int addr_bytes, struct nand_chip *nand, u64 page, u32 col, int page_size) argument
859 ndf_queue_cmd_write(struct octeontx_nfc *tn, int len) argument
871 ndf_build_pre_cmd(struct octeontx_nfc *tn, int cmd1, int addr_bytes, u64 page, u32 col, int cmd2) argument
937 ndf_build_post_cmd(struct octeontx_nfc *tn, int hold_time) argument
968 ndf_setup_dma(struct octeontx_nfc *tn, int is_write, dma_addr_t bus_addr, int len) argument
980 octeontx_nand_reset(struct octeontx_nfc *tn) argument
999 ndf_read(struct octeontx_nfc *tn, int cmd1, int addr_bytes, u64 page, u32 col, int cmd2, int len) argument
1082 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1104 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1137 ndf_page_read(struct octeontx_nfc *tn, u64 page, int col, int len) argument
1151 ndf_block_erase(struct octeontx_nfc *tn, u64 page_addr) argument
1179 ndf_page_write(struct octeontx_nfc *tn, int page) argument
1226 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1359 struct octeontx_nfc *tn = to_otx_nfc(chip->controller); local
1442 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1524 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1602 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1648 struct octeontx_nfc *tn = to_otx_nfc(chip->controller); local
1770 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1811 struct octeontx_nfc *tn = to_otx_nfc(nand->controller); local
1890 struct octeontx_nfc *tn = local
1922 octeontx_nfc_chip_init(struct octeontx_nfc *tn, struct udevice *dev, ofnode node) argument
1996 octeontx_nfc_chips_init(struct octeontx_nfc *tn) argument
2029 octeontx_nfc_init(struct octeontx_nfc *tn) argument
2064 struct octeontx_nfc *tn = dev_get_priv(dev); local
2143 struct octeontx_nfc *tn = dev_get_priv(dev); local
[all...]
/u-boot/fs/yaffs2/
H A Dyaffs_allocator.h25 void yaffs_free_raw_tnode(struct yaffs_dev *dev, struct yaffs_tnode *tn);
H A Dyaffs_allocator.c163 struct yaffs_tnode *tn = NULL; local
175 tn = allocator->free_tnodes;
180 return tn;
184 void yaffs_free_raw_tnode(struct yaffs_dev *dev, struct yaffs_tnode *tn) argument
193 if (tn) {
194 tn->internal[0] = allocator->free_tnodes;
195 allocator->free_tnodes = tn;
H A Dyaffs_guts.c707 struct yaffs_tnode *tn = yaffs_alloc_raw_tnode(dev); local
709 if (tn) {
710 memset(tn, 0, dev->tnode_size);
716 return tn;
720 static void yaffs_free_tnode(struct yaffs_dev *dev, struct yaffs_tnode *tn) argument
722 yaffs_free_raw_tnode(dev, tn);
734 void yaffs_load_tnode_0(struct yaffs_dev *dev, struct yaffs_tnode *tn, argument
737 u32 *map = (u32 *) tn;
765 u32 yaffs_get_group_base(struct yaffs_dev *dev, struct yaffs_tnode *tn, argument
768 u32 *map = (u32 *) tn;
806 struct yaffs_tnode *tn = file_struct->top; local
863 struct yaffs_tnode *tn; local
991 struct yaffs_tnode *tn; local
1018 struct yaffs_tnode *tn; local
1056 struct yaffs_tnode *tn; local
1203 yaffs_soft_del_worker(struct yaffs_obj *in, struct yaffs_tnode *tn, u32 level, int chunk_offset) argument
1708 yaffs_prune_worker(struct yaffs_dev *dev, struct yaffs_tnode *tn, u32 level, int del0) argument
1757 struct yaffs_tnode *tn; local
1919 struct yaffs_tnode *tn = NULL; local
[all...]
H A Dyaffs_verify.c231 struct yaffs_tnode *tn; local
264 tn = yaffs_find_tnode_0(dev, &obj->variant.file_variant, i);
266 if (!tn)
269 the_chunk = yaffs_get_group_base(dev, tn, i);
H A Dyaffs_yaffs2.c447 struct yaffs_tnode *tn, u32 level,
455 if (!tn)
460 if (!tn->internal[i])
463 tn->internal[i],
476 ok = (yaffs2_checkpt_wr(dev, tn, dev->tnode_size) ==
507 struct yaffs_tnode *tn; local
517 tn = yaffs_get_tnode(dev);
518 if (tn)
519 ok = (yaffs2_checkpt_rd(dev, tn, dev->tnode_size) ==
524 if (tn
446 yaffs2_checkpt_tnode_worker(struct yaffs_obj *in, struct yaffs_tnode *tn, u32 level, int chunk_offset) argument
[all...]
H A Dyaffs_guts.h957 u32 yaffs_get_group_base(struct yaffs_dev *dev, struct yaffs_tnode *tn,
/u-boot/arch/m68k/include/asm/coldfire/
H A Data.h27 u8 tn; /* 0x0A */ member in struct:atac

Completed in 91 milliseconds