Searched refs:tmp32 (Results 26 - 41 of 41) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dsata_nv.c1270 u32 tmp32; local
1275 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
1276 tmp32 |= NV_MCP_SATA_CFG_20_PORT0_EN |
1281 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2435 u32 tmp32; local
2438 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2442 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2445 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN |
2449 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN |
2452 tmp32 |
2479 u32 tmp32; local
[all...]
H A Dlibata-core.c6232 u32 tmp32 = 0; local
6233 pci_read_config_dword(pdev, bits->reg, &tmp32);
6234 tmp = tmp32;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dsata_nv.c1270 u32 tmp32; local
1275 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
1276 tmp32 |= NV_MCP_SATA_CFG_20_PORT0_EN |
1281 pci_write_config_dword(pdev, NV_MCP_SATA_CFG_20, tmp32);
2435 u32 tmp32; local
2438 pci_read_config_dword(pdev, NV_MCP_SATA_CFG_20, &tmp32);
2442 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT0_EN |
2445 tmp32 |= (NV_MCP_SATA_CFG_20_PORT0_EN |
2449 tmp32 &= ~(NV_MCP_SATA_CFG_20_PORT1_EN |
2452 tmp32 |
2479 u32 tmp32; local
[all...]
H A Dlibata-core.c6232 u32 tmp32 = 0; local
6233 pci_read_config_dword(pdev, bits->reg, &tmp32);
6234 tmp = tmp32;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/
H A Djoydev.c622 s32 tmp32; local
638 retval = get_user(tmp32, (s32 __user *) arg);
640 joydev->glue.JS_TIMELIMIT = tmp32;
644 tmp32 = joydev->glue.JS_TIMELIMIT;
645 retval = put_user(tmp32, (s32 __user *) arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/
H A Djoydev.c622 s32 tmp32; local
638 retval = get_user(tmp32, (s32 __user *) arg);
640 joydev->glue.JS_TIMELIMIT = tmp32;
644 tmp32 = joydev->glue.JS_TIMELIMIT;
645 retval = put_user(tmp32, (s32 __user *) arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43legacy/
H A Dradio.c993 u32 tmp32; local
1195 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,
1197 if (!(tmp32 & 0x800)) {
1198 tmp32 |= 0x800;
1201 tmp32);
1237 u32 tmp32; local
1315 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,
1317 if (tmp32 & 0x800) {
1318 tmp32 &= ~0x800;
1321 tmp32);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dradio.c993 u32 tmp32; local
1195 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,
1197 if (!(tmp32 & 0x800)) {
1198 tmp32 |= 0x800;
1201 tmp32);
1237 u32 tmp32; local
1315 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED,
1317 if (tmp32 & 0x800) {
1318 tmp32 &= ~0x800;
1321 tmp32);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c62 u32 tmp32, mask, arrayEntry, lastBit; local
65 tmp32 = ath9k_hw_reverse_bits(reg32, numBits);
75 rfBuf[arrayEntry] |= ((tmp32 << bitPosition) <<
78 tmp32 = tmp32 >> (8 - bitPosition);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c62 u32 tmp32, mask, arrayEntry, lastBit; local
65 tmp32 = ath9k_hw_reverse_bits(reg32, numBits);
75 rfBuf[arrayEntry] |= ((tmp32 << bitPosition) <<
78 tmp32 = tmp32 >> (8 - bitPosition);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43/
H A Dphy_n.c3283 u32 tmp32; local
3287 tmp32 = b43_read32(dev, B43_MMIO_PSM_PHY_HDR);
3288 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32 | 4);
3290 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32);
3294 tmp32 = b43_read32(dev, B43_MMIO_PSM_PHY_HDR);
3295 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32 | 4);
3297 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_n.c3283 u32 tmp32; local
3287 tmp32 = b43_read32(dev, B43_MMIO_PSM_PHY_HDR);
3288 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32 | 4);
3290 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32);
3294 tmp32 = b43_read32(dev, B43_MMIO_PSM_PHY_HDR);
3295 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32 | 4);
3297 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.c3862 u32 tmp32; local
3878 read_nic_dword(dev, nic_data[i].addr, &tmp32);
3881 tmp32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c3862 u32 tmp32; local
3878 read_nic_dword(dev, nic_data[i].addr, &tmp32);
3881 tmp32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dtg3.c1732 u32 tmp32; local
1734 if (!tg3_readphy(tp, MII_TG3_DSP_CONTROL, &tmp32)) {
1735 if ((tmp32 & 0x1000) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dtg3.c1732 u32 tmp32; local
1734 if (!tg3_readphy(tp, MII_TG3_DSP_CONTROL, &tmp32)) {
1735 if ((tmp32 & 0x1000) == 0)

Completed in 279 milliseconds

12