Home
last modified time | relevance | path

Searched refs:btmp (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/
Depson1356fb.c2179 u8 rev_code, btmp, mclk_cfg; in e1356fb_init() local
2511 case 4: btmp = (u8)(((epfix->panel_el & 1)<<7) | 0x04); break; in e1356fb_init()
2512 case 8: btmp = (u8)(((epfix->panel_el & 1)<<7) | 0x14); break; in e1356fb_init()
2513 case 16: btmp = (u8)(((epfix->panel_el & 1)<<7) | 0x24); break; in e1356fb_init()
2518 writeb(btmp, &reg->panel_cfg->panel_type); in e1356fb_init()
2522 case 9: btmp = (u8)(((epfix->panel_el & 1)<<7) | 0x05); break; in e1356fb_init()
2523 case 12: btmp = (u8)(((epfix->panel_el & 1)<<7) | 0x15); break; in e1356fb_init()
2524 case 18: btmp = (u8)(((epfix->panel_el & 1)<<7) | 0x25); break; in e1356fb_init()
2529 writeb(btmp, &reg->panel_cfg->panel_type); in e1356fb_init()
2541 btmp = epfix->disp_type == DISP_TYPE_PAL ? 0x01 : 0x00; in e1356fb_init()
[all …]
/linux-2.4.37.9/fs/
Dlocks.c1917 struct list_head *btmp; in get_locks_status() local
1925 list_for_each(btmp, &fl->fl_block) { in get_locks_status()
1926 struct file_lock *bfl = list_entry(btmp, in get_locks_status()
/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c2307 char btmp[24]; /* REMOVE */ in mptscsih_user_command() local
2318 strncpy(btmp, buffer, len); in mptscsih_user_command()
2319 btmp[len+1]='\0'; in mptscsih_user_command()
2321 strncpy(btmp, buffer, 22); in mptscsih_user_command()
2322 btmp[23]='\0'; in mptscsih_user_command()
2325 ioc->id, btmp, length); in mptscsih_user_command()