Searched refs:FT1000_REG_RESET (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_hw.c | 446 FT1000_REG_RESET); in card_reset_dsp() 449 FT1000_REG_RESET); in card_reset_dsp() 453 FT1000_REG_RESET); in card_reset_dsp() 457 FT1000_REG_RESET); in card_reset_dsp() 459 FT1000_REG_RESET); in card_reset_dsp() 463 FT1000_REG_RESET); in card_reset_dsp() 465 FT1000_REG_RESET); in card_reset_dsp() 550 status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_RESET); in dsp_reload() 552 status = ft1000_write_register(ft1000dev, tempword, FT1000_REG_RESET); in dsp_reload() 554 status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_RESET); in dsp_reload() [all …]
|
D | ft1000_usb.h | 183 #define FT1000_REG_RESET 0x0024 // Reset Reg LLC register macro
|
/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 388 ft1000_write_reg(dev, FT1000_REG_RESET, in ft1000_reset_asic() 448 ft1000_write_reg(dev, FT1000_REG_RESET, DSP_RESET_BIT); in ft1000_reset_card() 452 ft1000_write_reg(dev, FT1000_REG_RESET, in ft1000_reset_card() 493 ft1000_write_reg(dev, FT1000_REG_RESET, DSP_RESET_BIT); in ft1000_reset_card() 501 ft1000_write_reg(dev, FT1000_REG_RESET, 0); in ft1000_reset_card() 525 ft1000_write_reg(dev, FT1000_REG_RESET, ~DSP_RESET_BIT); in ft1000_reset_card() 1986 ft1000_write_reg(dev, FT1000_REG_RESET, DSP_RESET_BIT); in ft1000_close()
|
D | ft1000.h | 88 #define FT1000_REG_RESET 0x0024 // HCTR - Host Control Register macro
|