Home
last modified time | relevance | path

Searched refs:ltmp (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dreg.c833 u32 ltmp; in Uxx_ReadEthernetAddress() local
840 Wb35Reg_ReadSync(pHwData, 0x03b4, &ltmp); in Uxx_ReadEthernetAddress()
841 *(u16 *)pHwData->PermanentMacAddress = cpu_to_le16((u16) ltmp); in Uxx_ReadEthernetAddress()
843 Wb35Reg_ReadSync(pHwData, 0x03b4, &ltmp); in Uxx_ReadEthernetAddress()
844 *(u16 *)(pHwData->PermanentMacAddress + 2) = cpu_to_le16((u16) ltmp); in Uxx_ReadEthernetAddress()
846 Wb35Reg_ReadSync(pHwData, 0x03b4, &ltmp); in Uxx_ReadEthernetAddress()
847 *(u16 *)(pHwData->PermanentMacAddress + 4) = cpu_to_le16((u16) ltmp); in Uxx_ReadEthernetAddress()
886 u32 ltmp, loop; in Uxx_power_on_procedure() local
896 ltmp = 0x4968; in Uxx_power_on_procedure()
899 ltmp = 0x4468; in Uxx_power_on_procedure()
[all …]
Dwbusb.c301 u32 ltmp[2]; in hal_set_ethernet_address() local
308 ltmp[0] = cpu_to_le32(*(u32 *) pHwData->CurrentMacAddress); in hal_set_ethernet_address()
309 ltmp[1] = cpu_to_le32(*(u32 *) (pHwData->CurrentMacAddress + 4)) & 0xffff; in hal_set_ethernet_address()
311 Wb35Reg_BurstWrite(pHwData, 0x03e8, ltmp, 2, AUTO_INCREMENT); in hal_set_ethernet_address()
390 u32 TimeInterval = 500, ltmp, ltmp2; in hal_led_control() local
391 ltmp = 0; in hal_led_control()
404 ltmp = 0x1010; /* Led 1 & 0 Green and Red */ in hal_led_control()
406 ltmp = 0; in hal_led_control()
410 ltmp = 0x0010; /* Led 0 red color */ in hal_led_control()
412 ltmp = 0; in hal_led_control()
[all …]
Dphy_calibration.c1479 u32 ltmp = 0; in phy_set_rf_data() local
1484 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data()
1488 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data()
1492 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data()
1496 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data()
1501 ltmp = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse(value, 20); in phy_set_rf_data()
1505 ltmp = (1 << 31) | (0 << 30) | (24 << 24) | (value&0xffffff); in phy_set_rf_data()
1510 ltmp = (1 << 31) | (0 << 30) | (24 << 24) | BitReverse(value, 24); in phy_set_rf_data()
1514 Wb35Reg_WriteSync(pHwData, 0x0864, ltmp); in phy_set_rf_data()
Dwb35reg.c536 u32 ltmp; in Wb35Reg_initial() local
544 Wb35Reg_ReadSync(pHwData, 0x03b4, &ltmp); in Wb35Reg_initial()
547 reg->EEPROMPhyType = (u8)(ltmp & 0xff); in Wb35Reg_initial()
/linux-2.6.39/fs/
Dmbcache.c269 struct list_head *l, *ltmp; in mb_cache_shrink() local
272 list_for_each_safe(l, ltmp, &mb_cache_lru_list) { in mb_cache_shrink()
281 list_for_each_safe(l, ltmp, &free_list) { in mb_cache_shrink()
299 struct list_head *l, *ltmp; in mb_cache_destroy() local
302 list_for_each_safe(l, ltmp, &mb_cache_lru_list) { in mb_cache_destroy()
313 list_for_each_safe(l, ltmp, &free_list) { in mb_cache_destroy()
/linux-2.6.39/drivers/scsi/
Dst.c2596 long ltmp; in st_int_ioctl() local
2640 ltmp = (-arg); in st_int_ioctl()
2641 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2642 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2643 cmd[4] = ltmp; in st_int_ioctl()
2664 ltmp = (-arg); in st_int_ioctl()
2665 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2666 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2667 cmd[4] = ltmp; in st_int_ioctl()
2688 ltmp = (-arg); in st_int_ioctl()
[all …]
Dosst.c4058 long ltmp; in osst_int_ioctl() local
4151 ltmp = (-arg); in osst_int_ioctl()
4152 cmd[2] = (ltmp >> 16); in osst_int_ioctl()
4153 cmd[3] = (ltmp >> 8); in osst_int_ioctl()
4154 cmd[4] = ltmp; in osst_int_ioctl()
4158 ltmp = 0xff000000; in osst_int_ioctl()
4159 ltmp = ltmp | (cmd[2] << 16) | (cmd[3] << 8) | cmd[4]; in osst_int_ioctl()
4161 name, (-ltmp)); in osst_int_ioctl()
/linux-2.6.39/fs/ext4/
Dmballoc.c2664 struct list_head *l, *ltmp; in release_blocks_on_commit() local
2666 list_for_each_safe(l, ltmp, &txn->t_private_list) { in release_blocks_on_commit()