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

/drivers/ata/
H A Dpata_cs5530.c61 u32 tuning; local
65 tuning = ioread32(base + 0x04);
66 format = (tuning & 0x80000000UL) ? 1 : 0;
88 u32 tuning, timing = 0; local
92 tuning = ioread32(base + 0x04);
111 timing |= (tuning & 0x80000000UL);
116 tuning |= 0x00100000; /* UDMA for both */
118 tuning &= ~0x00100000; /* MWDMA for both */
119 iowrite32(tuning, base + 0x04);
/drivers/mfd/
H A Dsi476x-i2c.c425 wake_up(&core->tuning);
520 wake_up(&core->tuning);
762 init_waitqueue_head(&core->tuning);
H A Dsi476x-cmd.c393 wait_event_killable(core->tuning,
/drivers/staging/octeon-usb/
H A Docteon-hcd.h1725 * @tuning: Transmitter Tuning for High-Speed Operation.
1806 uint64_t tuning : 4; member in struct:cvmx_usbnx_usbp_ctl_status::cvmx_usbnx_usbp_ctl_status_s

Completed in 92 milliseconds