Searched refs:status_xilinx (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_hwdep.c335 u32 status_xilinx, status_elf, status_daught; local
339 status_xilinx = readl_be( MIXART_MEM( mgr,MIXART_PSEUDOREG_MXLX_STATUS_OFFSET ));
346 if( status_xilinx == 5 ) {
355 if( status_xilinx == 4 ) {
360 if( status_xilinx != 0 ) {
361 snd_printk( KERN_ERR "xilinx load error ! status = %d\n", status_xilinx);
436 if( (status_elf != 4) || (status_xilinx != 4) ) {

Completed in 83 milliseconds