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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_hwdep.c335 u32 status_xilinx, status_elf, status_daught; local
341 status_elf = readl_be( MIXART_MEM( mgr,MIXART_PSEUDOREG_ELF_STATUS_OFFSET ));
388 if( status_elf == 4 ) {
394 if( status_elf != 0 ) {
395 snd_printk( KERN_ERR "elf load error ! status = %d\n", status_elf);
436 if( (status_elf != 4) || (status_xilinx != 4) ) {

Completed in 50 milliseconds