Home
last modified time | relevance | path

Searched refs:reset_ch (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/crypto/
Dtalitos.c347 static void flush_channel(struct device *dev, int ch, int error, int reset_ch) in flush_channel() argument
393 if (error && !reset_ch && status == error) in flush_channel()
524 int ch, error, reset_dev = 0, reset_ch = 0; in talitos_error() local
540 reset_ch = 1; in talitos_error()
568 flush_channel(dev, ch, error, reset_ch); in talitos_error()
570 if (reset_ch) { in talitos_error()
/linux-2.6.39/arch/powerpc/platforms/cell/spufs/
Dswitch.c686 static inline void reset_ch(struct spu_state *csa, struct spu *spu) in reset_ch() function
1861 reset_ch(prev, spu); /* Step 45. */ in save_csa()