Searched refs:ack_ptr (Results 1 – 3 of 3) sorted by relevance
18 extern int s3c24xx_set_fiq(unsigned int irq, u32 *ack_ptr, bool on);
236 u32 *ack_ptr = NULL; in s3c24xx_spi_tryfiq() local281 ack_ptr = (u32 *)&code->data[code->ack_offset]; in s3c24xx_spi_tryfiq()285 s3c24xx_set_fiq(hw->irq, ack_ptr, true); in s3c24xx_spi_tryfiq()
404 int s3c24xx_set_fiq(unsigned int irq, u32 *ack_ptr, bool on) in s3c24xx_set_fiq() argument419 if (ack_ptr) in s3c24xx_set_fiq()420 *ack_ptr = intmod; in s3c24xx_set_fiq()