tag | line | file | source code |
operation | 120 | include/linux/xd.h | static int xd_readwrite (u_char operation,u_char drive,u_char *buffer,u_int block,u_int count); |
operation | 265 | kernel/blk_drv/xd.c | static int xd_readwrite (u_char operation,u_char drive,u_char *buffer,u_int block,u_int count) |
operation | 272 | kernel/blk_drv/xd.c | printk("xd_readwrite: operation = %s, drive = %d, buffer = 0x%X, block = %d, count = %d\n",operation == READ ? "read" : "write",drive,buffer,block,count); |
operation | 292 | kernel/blk_drv/xd.c | mode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,buffer,temp * 0x200); |
operation | 293 | kernel/blk_drv/xd.c | xd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control); |