Searched refs:temp_reg (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_hw.c | 975 volatile u32 temp_reg; in ixgb_clear_hw_cntrs() local 985 temp_reg = IXGB_READ_REG(hw, TPRL); in ixgb_clear_hw_cntrs() 986 temp_reg = IXGB_READ_REG(hw, TPRH); in ixgb_clear_hw_cntrs() 987 temp_reg = IXGB_READ_REG(hw, GPRCL); in ixgb_clear_hw_cntrs() 988 temp_reg = IXGB_READ_REG(hw, GPRCH); in ixgb_clear_hw_cntrs() 989 temp_reg = IXGB_READ_REG(hw, BPRCL); in ixgb_clear_hw_cntrs() 990 temp_reg = IXGB_READ_REG(hw, BPRCH); in ixgb_clear_hw_cntrs() 991 temp_reg = IXGB_READ_REG(hw, MPRCL); in ixgb_clear_hw_cntrs() 992 temp_reg = IXGB_READ_REG(hw, MPRCH); in ixgb_clear_hw_cntrs() 993 temp_reg = IXGB_READ_REG(hw, UPRCL); in ixgb_clear_hw_cntrs() [all …]
|
/linux-2.6.39/drivers/net/ |
D | eepro.c | 900 int temp_reg, ioaddr = dev->base_addr; in eepro_grab_irq() local 919 temp_reg = inb(ioaddr + INT_NO_REG); in eepro_grab_irq() 920 outb((temp_reg & 0xf8) | irqrmap[*irqp], ioaddr + INT_NO_REG); in eepro_grab_irq() 958 unsigned short temp_reg, old8, old9; in eepro_open() local 1001 temp_reg = inb(ioaddr + lp->eeprom_reg); in eepro_open() 1003 lp->stepping = temp_reg >> 5; /* Get the stepping number of the 595 */ in eepro_open() 1008 if (temp_reg & 0x10) /* Check the TurnOff Enable bit */ in eepro_open() 1009 outb(temp_reg & 0xef, ioaddr + lp->eeprom_reg); in eepro_open() 1013 temp_reg = inb(ioaddr + REG1); /* Setup Transmit Chaining */ in eepro_open() 1014 outb(temp_reg | XMT_Chain_Int | XMT_Chain_ErrStop /* and discard bad RCV frames */ in eepro_open() [all …]
|
/linux-2.6.39/arch/tile/kernel/ |
D | single_step.c | 297 int temp_reg; in single_step_once() local 561 temp_reg = __builtin_ctz(mask); in single_step_once() 562 state->update_reg = temp_reg; in single_step_once() 563 state->update_value = regs->regs[temp_reg]; in single_step_once() 564 regs->regs[temp_reg] = (unsigned long) (pc+1); in single_step_once() 566 bundle = move_X1(bundle, target_reg, temp_reg); in single_step_once()
|
/linux-2.6.39/drivers/hwmon/ |
D | thmc50.c | 228 #define temp_reg(offset) \ macro 238 temp_reg(1); 239 temp_reg(2); 240 temp_reg(3);
|
D | adm1031.c | 697 #define temp_reg(offset) \ macro 709 temp_reg(1); 710 temp_reg(2); 711 temp_reg(3);
|
D | amc6821.c | 134 static const u8 temp_reg[] = {AMC6821_REG_LTEMP_HI, variable 248 if (i2c_smbus_write_byte_data(client, temp_reg[ix], data->temp[ix])) { in set_temp() 1011 temp_reg[i]); in amc6821_update_device()
|
D | adm1026.c | 1020 #define temp_reg(offset) \ macro 1029 temp_reg(1); 1030 temp_reg(2); 1031 temp_reg(3);
|
/linux-2.6.39/drivers/ide/ |
D | sgiioc4.c | 182 unsigned int temp_reg = reg | IOC4_S_DMA_START; in sgiioc4_dma_start() local 184 writel(temp_reg, (void __iomem *)ioc4_dma_addr); in sgiioc4_dma_start()
|
/linux-2.6.39/drivers/staging/rts_pstor/ |
D | rtsx_card.c | 1131 u8 temp_reg; in toggle_gpio() local 1133 rtsx_read_register(chip, CARD_GPIO, &temp_reg); in toggle_gpio() 1134 temp_reg ^= (0x01 << gpio); in toggle_gpio() 1135 rtsx_write_register(chip, CARD_GPIO, 0xFF, temp_reg); in toggle_gpio()
|
/linux-2.6.39/drivers/scsi/ |
D | ipr.c | 7675 volatile u32 temp_reg; in ipr_reset_allowed() local 7677 temp_reg = readl(ioa_cfg->regs.sense_interrupt_reg); in ipr_reset_allowed() 7678 return ((temp_reg & IPR_PCII_CRITICAL_OPERATION) == 0); in ipr_reset_allowed()
|