Searched defs:drv_ctrl (Results 1 - 2 of 2) sorted by relevance

/drivers/ide/
H A Dsl82c105.c71 u16 drv_ctrl; local
74 drv_ctrl = get_pio_timings(drive, pio);
81 timings |= drv_ctrl;
84 pci_write_config_word(dev, reg, drv_ctrl);
85 pci_read_config_word (dev, reg, &drv_ctrl);
89 ide_pio_cycle_time(drive, pio), drv_ctrl);
99 u16 drv_ctrl; local
102 drv_ctrl = mwdma_timings[speed - XFER_MW_DMA_0];
109 timings |= (unsigned long)drv_ctrl << 16;
/drivers/block/
H A Dida_cmd.h145 __u8 drv_ctrl; member in struct:__anon317

Completed in 66 milliseconds