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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbttv-driver.c588 unsigned long bl, blcr, blcb, rcmd; local
653 rcmd=BT848_RISC_WRITE1S23|BT848_RISC_SOL;
655 rcmd=BT848_RISC_WRITE123|BT848_RISC_SOL;
670 if(!todo) rcmd|=BT848_RISC_EOL; /* if this is the last EOL */
672 *((*rp)++)=cpu_to_le32(rcmd|bl);
676 if((rcmd&(15<<28))==BT848_RISC_WRITE123)
684 rcmd&=~BT848_RISC_SOL; /* only the first has SOL */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dfloppy.c3178 struct floppy_raw_cmd **rcmd)
3184 *rcmd = 0;
3190 *rcmd = ptr;
3224 rcmd = & (ptr->next);
3177 raw_cmd_copyin(int cmd, char *param, struct floppy_raw_cmd **rcmd) argument

Completed in 45 milliseconds