Searched refs:FT1000_REG_RESET (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ | 
| D | ft1000_hw.c | 298 					      FT1000_REG_RESET);  in card_reset_dsp() 301 					       FT1000_REG_RESET);  in card_reset_dsp() 305 					      FT1000_REG_RESET);  in card_reset_dsp() 309 					       FT1000_REG_RESET);  in card_reset_dsp() 311 					      FT1000_REG_RESET);  in card_reset_dsp() 315 					       FT1000_REG_RESET);  in card_reset_dsp() 317 					      FT1000_REG_RESET);  in card_reset_dsp() 389 	status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_RESET);  in dsp_reload() 391 	status = ft1000_write_register(ft1000dev, tempword, FT1000_REG_RESET);  in dsp_reload() 393 	status = ft1000_read_register(ft1000dev, &tempword, FT1000_REG_RESET);  in dsp_reload() [all …] 
 | 
| /linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ | 
| D | ft1000_hw.c | 364 		ft1000_write_reg(dev, FT1000_REG_RESET,  in ft1000_reset_asic() 421 		ft1000_write_reg(dev, FT1000_REG_RESET, DSP_RESET_BIT);  in ft1000_reset_card() 424 		ft1000_write_reg(dev, FT1000_REG_RESET,  in ft1000_reset_card() 461 		ft1000_write_reg(dev, FT1000_REG_RESET, DSP_RESET_BIT);  in ft1000_reset_card() 469 		ft1000_write_reg(dev, FT1000_REG_RESET, 0);  in ft1000_reset_card() 494 		ft1000_write_reg(dev, FT1000_REG_RESET, ~DSP_RESET_BIT);  in ft1000_reset_card() 1771 		ft1000_write_reg(dev, FT1000_REG_RESET, DSP_RESET_BIT);  in ft1000_close()
  | 
| /linux-4.1.27/drivers/staging/ft1000/ | 
| D | ft1000.h | 26 #define	FT1000_REG_RESET	0x0024	/* HCTR - Host Control Register */  macro
  |