Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/fs/hfs/
Dbtree.c96 void hfs_btree_free(struct hfs_btree *bt) in hfs_btree_free() argument
100 if (bt && (bt->magic == HFS_BTREE_MAGIC)) { in hfs_btree_free()
101 hfs_extent_free(&bt->entry.u.file.data_fork); in hfs_btree_free()
107 hfs_bnode_ditch(bt->cache[lcv]); in hfs_btree_free()
113 hfs_bnode_ditch(&bt->head); in hfs_btree_free()
118 hfs_bnode_ditch(bt->root); in hfs_btree_free()
120 HFS_DELETE(bt); in hfs_btree_free()
121 } else if (bt) { in hfs_btree_free()
160 struct hfs_btree * bt; in hfs_btree_init() local
168 if (!mdb || !ext || !HFS_NEW(bt)) { in hfs_btree_init()
[all …]
/linux-2.4.37.9/arch/ppc/boot/utils/
Dmktree.c42 boot_block_t bt; in main() local
56 bt.bb_magic = htonl(0x0052504F); in main()
60 bt.bb_dest = bt.bb_entry_point = htonl(strtoul(argv[3], NULL, 0)); in main()
62 bt.bb_dest = bt.bb_entry_point = htonl(0x500000); in main()
68 bt.bb_num_512blocks = htonl(nblks); in main()
69 bt.bb_debug_flag = 0; in main()
71 bt.bb_checksum = 0; in main()
75 bt.reserved[0] = 0; in main()
76 bt.reserved[1] = 0; in main()
89 cp = (uint *)&bt; in main()
[all …]
/linux-2.4.37.9/drivers/video/
Dtcxfb.c119 struct bt_regs *bt = fb->s.tcx.bt; in tcx_loadcmap() local
124 sbus_writel(index << 24, &bt->addr); in tcx_loadcmap()
126 sbus_writel(fb->color_map CM(i,0) << 24, &bt->color_map); in tcx_loadcmap()
127 sbus_writel(fb->color_map CM(i,1) << 24, &bt->color_map); in tcx_loadcmap()
128 sbus_writel(fb->color_map CM(i,2) << 24, &bt->color_map); in tcx_loadcmap()
130 sbus_writel(0, &bt->addr); in tcx_loadcmap()
136 struct bt_regs *bt = fb->s.tcx.bt; in tcx_restore_palette() local
140 sbus_writel(0, &bt->addr); in tcx_restore_palette()
141 sbus_writel(0xffffffff, &bt->color_map); in tcx_restore_palette()
142 sbus_writel(0xffffffff, &bt->color_map); in tcx_restore_palette()
[all …]
Dcgsixfb.c493 struct bt_regs *bt = fb->s.cg6.bt; in cg6_loadcmap() local
498 sbus_writel(index << 24, &bt->addr); in cg6_loadcmap()
501 &bt->color_map); in cg6_loadcmap()
503 &bt->color_map); in cg6_loadcmap()
505 &bt->color_map); in cg6_loadcmap()
512 struct bt_regs *bt = fb->s.cg6.bt; in cg6_restore_palette() local
516 sbus_writel(0, &bt->addr); in cg6_restore_palette()
517 sbus_writel(0xffffffff, &bt->color_map); in cg6_restore_palette()
518 sbus_writel(0xffffffff, &bt->color_map); in cg6_restore_palette()
519 sbus_writel(0xffffffff, &bt->color_map); in cg6_restore_palette()
[all …]
Dcgthreefb.c92 struct bt_regs *bt = &fb->s.cg3.regs->cmap; in cg3_loadcmap() local
103 regp = (volatile u8 *)&bt->addr; in cg3_loadcmap()
107 sbus_writel(val, &bt->color_map); in cg3_loadcmap()
Dbwtwofb.c38 struct bt_regs bt; member
/linux-2.4.37.9/arch/sh/lib/
Dstrlen.S16 bt/s 1f
27 bt 8f
32 bt 8f
37 bt 8f
56 bt/s 8f
61 bt/s 8f
66 bt 8f
Dchecksum.S55 bt 2f ! Jump if alignment is ok.
59 bt/s 1f ! Jump if we had at least two bytes.
74 bt/s 4f ! if it's =0, go to 4f
129 bt/s 8f
200 bt 2f ! Jump if alignment is ok.
203 bt/s 1f
213 bt 4f
242 bt 7f
262 bt/s 2f
332 bt/s 6f
Dmemset.S17 bt/s 5f ! if n=0, do nothing
21 bt/s 4f ! if it's too small, set a byte at once
49 bt 5f
Dmemchr.S16 bt/s 2f
20 bt/s 3f
Dmemcpy.S17 bt/s 9f ! if n=0, do nothing
23 bt/s 7f ! if it's too small, copy a byte at once
Dmemmove.S27 bt/s 9f ! if n=0, do nothing
32 bt/s 8f ! if it's too small, copy a byte at once
/linux-2.4.37.9/drivers/scsi/
Deata_dma_proc.c82 boty *bt; in eata_proc_info() local
112 bt = (boty *) (buff + 0x17e); in eata_proc_info()
199 size = sprintf(buffer + len, "CPU: MC680%02d %dMHz\n", bt->cpu_type, in eata_proc_info()
200 bt->cpu_speed); in eata_proc_info()
220 (bt->sx1 == TRUE)?"SX1 (one channel)": in eata_proc_info()
221 ((bt->sx2 == TRUE)?"SX2 (two channels)":"not")); in eata_proc_info()
229 ((cc->key == TRUE)?((bt->dmi == TRUE)?"integrated" in eata_proc_info()
230 :((bt->dm4 == TRUE)?"DM401X" in eata_proc_info()
231 :(bt->dm4k == TRUE)?"DM4000" in eata_proc_info()
254 ((cc->csh == TRUE)?((bt->cmi == TRUE)?"integrated" in eata_proc_info()
[all …]
Dst.c3082 int i, cmd_nr, cmd_type, bt; in st_ioctl() local
3383 if ((i = get_location(STp, &blk, &bt, 0)) < 0) { in st_ioctl()
/linux-2.4.37.9/arch/cris/drivers/bluetooth/
DMakefile7 (cd .. && patch -N -r /tmp/bt.rej < bluetooth/bt.patch >/dev/null || true)
Dbt.patch29 +obj-$(CONFIG_BLUETOOTH) += bluetooth/src/bt.o
/linux-2.4.37.9/arch/sh/mm/
Dcopy_page.S155 bt 2f
163 bt .L_jump
179 bt .L_cleanup
205 bt/s 1f
229 bt .L_cleanup
248 bt/s 1f
317 bt .L_cleanup
369 bt .L_exit
Dclear_page.S69 bt .Larea2 ! skip to remainder
74 bt .Larea1
116 bt/s 1b
124 bt/s .Ldone
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dml_iograph.c219 int bt; in assign_widgets_to_volunteers() local
221 bt = iobrick_type_get_nasid(nasid); in assign_widgets_to_volunteers()
222 if (bt >= 0) { in assign_widgets_to_volunteers()
223 i = io_brick_map_widget(bt, widgetnum) & 1; in assign_widgets_to_volunteers()
345 char bt; in io_xswitch_widget_init() local
487 bt = tolower(MODULE_GET_BTCHAR(io_module)); in io_xswitch_widget_init()
490 bt = MODULE_GET_BTCHAR(io_module); in io_xswitch_widget_init()
493 brick_name = iobrick_L1bricktype_to_name(bt); in io_xswitch_widget_init()
/linux-2.4.37.9/include/video/
Dsbusfb.h26 struct bt_regs *bt; member
39 struct bt_regs *bt; member
/linux-2.4.37.9/arch/sh/boot/compressed/
Dhead.S22 bt clear_bss
52 bt/s 3b
/linux-2.4.37.9/arch/sh/kernel/
Dentry.S21 ! GNU as (as of 2.9.1) changes bf/s into bt/s and bra, when the address
240 bt debug_kernel_fw
304 bt/s debug_kernel
340 bt/s syscall_ret
385 bt debug_trap
722 bt/s skip_save
/linux-2.4.37.9/arch/ppc64/lib/
Dmemcpy.S72 bt cr7*4+0,0f
Dcopyuser.S81 bt cr7*4+0,28f
/linux-2.4.37.9/arch/ppc/kernel/
Dhead.S857 bt- 8,power_save_6xx_restore /* Check DOZE */
860 bt- 9,power_save_6xx_restore /* Check NAP */

12