| /linux/arch/mips/sgi-ip22/ |
| H A D | ip22-gio.c | 270 u32 tmp32; in ip22_gio_id() local 276 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id() 293 *res = tmp32; in ip22_gio_id() 299 tmp8 == (tmp32 & 0xff) && in ip22_gio_id() 300 tmp16 == (tmp32 & 0xffff)) { in ip22_gio_id() 301 *res = tmp32; in ip22_gio_id()
|
| /linux/drivers/usb/misc/sisusbvga/ |
| H A D | sisusbvga.c | 1824 u32 tmp32; in sisusb_init_gfxcore() local 1945 ret |= sisusb_read_pci_config(sisusb, 0x50, &tmp32); in sisusb_init_gfxcore() 1946 tmp32 &= 0x00f00000; in sisusb_init_gfxcore() 1947 tmp8 = (tmp32 == 0x100000) ? 0x33 : 0x03; in sisusb_init_gfxcore() 1949 tmp8 = (tmp32 == 0x100000) ? 0xaa : 0x88; in sisusb_init_gfxcore() 2071 u32 tmp32; in sisusb_do_init_gfxdevice() local 2101 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32); in sisusb_do_init_gfxdevice() 2103 ret |= sisusb_read_pci_config(sisusb, 0x10, &tmp32); in sisusb_do_init_gfxdevice() 2104 tmp32 &= 0x0f; in sisusb_do_init_gfxdevice() 2105 tmp32 |= SISUSB_PCI_MEMBASE; in sisusb_do_init_gfxdevice() [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | aes-ctr-avx-x86_64.S | 118 .macro _load_partial_block src, dst, tmp64, tmp32 argument 137 mov (\src, %rcx), \tmp32 // Load last 4 bytes 145 movzwl (\src, %rcx), \tmp32 // Load last 2 bytes 157 .macro _store_partial_block src, dst, tmp64, tmp32 argument 163 mov %ecx, \tmp32 176 mov %ecx, \tmp32
|
| H A D | aes-gcm-vaes-avx2.S | 406 .macro _load_partial_block src, dst, tmp64, tmp32 argument 425 mov (\src, %rcx), \tmp32 // Load last 4 bytes 433 movzwl (\src, %rcx), \tmp32 // Load last 2 bytes 445 .macro _store_partial_block src, dst, tmp64, tmp32 argument 451 mov %ecx, \tmp32 464 mov %ecx, \tmp32
|
| H A D | aes-gcm-aesni-x86_64.S | 210 .macro _load_partial_block src, dst, tmp64, tmp32 argument 229 mov (\src, %rcx), \tmp32 // Load last 4 bytes 237 movzwl (\src, %rcx), \tmp32 // Load last 2 bytes
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_modern.c | 789 u32 tmp32; in virtio_pci_find_shm_cap() local 821 offset), &tmp32); in virtio_pci_find_shm_cap() 822 res_offset = tmp32; in virtio_pci_find_shm_cap() 824 length), &tmp32); in virtio_pci_find_shm_cap() 825 res_length = tmp32; in virtio_pci_find_shm_cap() 830 offset_hi), &tmp32); in virtio_pci_find_shm_cap() 831 res_offset |= ((u64)tmp32) << 32; in virtio_pci_find_shm_cap() 834 length_hi), &tmp32); in virtio_pci_find_shm_cap() 835 res_length |= ((u64)tmp32) << 32; in virtio_pci_find_shm_cap()
|
| /linux/drivers/ata/ |
| H A D | sata_nv.c | 1277 u32 tmp32; in nv_adma_host_init() local 1280 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32); in nv_adma_host_init() 1281 tmp32 |= NV_MCP_SATA_CFG_20_PORT0_EN | in nv_adma_host_init() 1286 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32); in nv_adma_host_init() 2411 u32 tmp32; in nv_pci_device_resume() local 2414 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32); in nv_pci_device_resume() 2418 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN | in nv_pci_device_resume() 2421 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN | in nv_pci_device_resume() 2425 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN | in nv_pci_device_resume() 2428 tmp32 |= (NV_MCP_SATA_CFG_20_PORT1_EN | in nv_pci_device_resume() [all …]
|
| H A D | libata-core.c | 6287 u32 tmp32 = 0; in pci_test_config_bits() local 6288 pci_read_config_dword(pdev, bits->reg, &tmp32); in pci_test_config_bits() 6289 tmp = tmp32; in pci_test_config_bits()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | radio.c | 978 u32 tmp32; in b43legacy_radio_interference_mitigation_enable() local 1180 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_interference_mitigation_enable() 1182 if (!(tmp32 & 0x800)) { in b43legacy_radio_interference_mitigation_enable() 1183 tmp32 |= 0x800; in b43legacy_radio_interference_mitigation_enable() 1186 tmp32); in b43legacy_radio_interference_mitigation_enable() 1222 u32 tmp32; in b43legacy_radio_interference_mitigation_disable() local 1300 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_interference_mitigation_disable() 1302 if (tmp32 & 0x800) { in b43legacy_radio_interference_mitigation_disable() 1303 tmp32 &= ~0x800; in b43legacy_radio_interference_mitigation_disable() 1306 tmp32); in b43legacy_radio_interference_mitigation_disable()
|
| /linux/drivers/comedi/drivers/ |
| H A D | dt9812.c | 744 __le32 tmp32; in dt9812_reset_device() local 788 ret = dt9812_read_info(dev, 7, &tmp32, sizeof(tmp32)); in dt9812_reset_device() 793 serial = le32_to_cpu(tmp32); in dt9812_reset_device()
|
| /linux/include/net/ |
| H A D | netlink.h | 1471 u32 tmp32 = value; in nla_put_uint() local 1473 if (tmp64 == tmp32) in nla_put_uint() 1474 return nla_put_u32(skb, attrtype, tmp32); in nla_put_uint() 1641 s32 tmp32 = value; in nla_put_sint() local 1643 if (tmp64 == tmp32) in nla_put_sint() 1644 return nla_put_s32(skb, attrtype, tmp32); in nla_put_sint()
|
| /linux/drivers/input/ |
| H A D | joydev.c | 601 s32 tmp32; in joydev_compat_ioctl() local 617 retval = get_user(tmp32, (s32 __user *) arg); in joydev_compat_ioctl() 619 joydev->glue.JS_TIMELIMIT = tmp32; in joydev_compat_ioctl() 623 tmp32 = joydev->glue.JS_TIMELIMIT; in joydev_compat_ioctl() 624 retval = put_user(tmp32, (s32 __user *) arg); in joydev_compat_ioctl()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar5008_phy.c | 115 u32 tmp32, mask, arrayEntry, lastBit; in ar5008_hw_phy_modify_rx_buffer() local 118 tmp32 = ath9k_hw_reverse_bits(reg32, numBits); in ar5008_hw_phy_modify_rx_buffer() 128 rfBuf[arrayEntry] |= ((tmp32 << bitPosition) << in ar5008_hw_phy_modify_rx_buffer() 131 tmp32 = tmp32 >> (8 - bitPosition); in ar5008_hw_phy_modify_rx_buffer()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | hw.c | 1020 u32 tmp32 = 0, count = 0; in _rtl92ee_enable_aspm_back_door() local 1034 tmp32 = rtl_read_dword(rtlpriv, REG_BACKDOOR_DBI_RDATA); in _rtl92ee_enable_aspm_back_door() 1035 if ((tmp32 & 0xff00) != 0x2000) { in _rtl92ee_enable_aspm_back_door() 1036 tmp32 &= 0xffff00ff; in _rtl92ee_enable_aspm_back_door() 1038 tmp32 | BIT(13)); in _rtl92ee_enable_aspm_back_door() 1064 tmp32 = rtl_read_dword(rtlpriv, REG_BACKDOOR_DBI_RDATA); in _rtl92ee_enable_aspm_back_door() 1066 tmp32 | BIT(31)); in _rtl92ee_enable_aspm_back_door() 1089 tmp32 = rtl_read_dword(rtlpriv, REG_BACKDOOR_DBI_RDATA); in _rtl92ee_enable_aspm_back_door() 1091 tmp32 | BIT(11) | BIT(12)); in _rtl92ee_enable_aspm_back_door()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_n.c | 2720 u32 tmp32; in b43_nphy_workarounds_rev7plus() local 2765 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev7plus() 2766 tmp32 &= 0xffffff; in b43_nphy_workarounds_rev7plus() 2767 b43_ntab_write(dev, B43_NTAB32(30, 0), tmp32); in b43_nphy_workarounds_rev7plus() 3170 u32 tmp32; in b43_nphy_workarounds_rev3plus() local 3175 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev3plus() 3176 tmp32 &= 0xffffff; in b43_nphy_workarounds_rev3plus() 3177 b43_ntab_write(dev, B43_NTAB32(30, 0), tmp32); in b43_nphy_workarounds_rev3plus() 3312 tmp32 = 0x00088888; in b43_nphy_workarounds_rev3plus() 3314 tmp32 = 0x88888888; in b43_nphy_workarounds_rev3plus() [all …]
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 2446 u32 tmp32; in tg3_wait_macro_done() local 2448 if (!tg3_readphy(tp, MII_TG3_DSP_CONTROL, &tmp32)) { in tg3_wait_macro_done() 2449 if ((tmp32 & 0x1000) == 0) in tg3_wait_macro_done()
|