Searched refs:tuning (Results 1 – 12 of 12) sorted by relevance
49 u32 tuning; in cs5530_set_piomode() local53 tuning = ioread32(base + 0x04); in cs5530_set_piomode()54 format = (tuning & 0x80000000UL) ? 1 : 0; in cs5530_set_piomode()76 u32 tuning, timing = 0; in cs5530_set_dmamode() local80 tuning = ioread32(base + 0x04); in cs5530_set_dmamode()99 timing |= (tuning & 0x80000000UL); in cs5530_set_dmamode()104 tuning |= 0x00100000; /* UDMA for both */ in cs5530_set_dmamode()106 tuning &= ~0x00100000; /* MWDMA for both */ in cs5530_set_dmamode()107 iowrite32(tuning, base + 0x04); in cs5530_set_dmamode()
6 Stores frequency into tuning word Y.10 can control the desired active tuning word by writing Y to the26 Specifies the active output frequency tuning word. The value
8 device, and it provides support for PCIe traffic tuning and
138 bool "RMI4 Function 55 (Sensor tuning)"142 Function 55 provides access to the RMI4 touch sensor tuning
416 wake_up(&core->tuning); in si476x_core_pronounce_dead()511 wake_up(&core->tuning); in si476x_core_get_and_signal_status()756 init_waitqueue_head(&core->tuning); in si476x_core_probe()
384 wait_event_killable(core->tuning, in si476x_cmd_tune_seek_freq()
150 unsigned int tuning; member700 t_calc->tuning = 0; in rk3x_i2c_v0_calc_timings()853 t_calc->tuning = REG_CON_SDA_CFG(--sda_update_cfg) | in rk3x_i2c_v1_calc_timings()891 val |= calc.tuning; in rk3x_i2c_adapt_div()
96 to aid performance tuning and debug. These are available on modern
28 performance tuning is in
1833 __BITFIELD_FIELD(u64 tuning : 4,
12 vary from memory tuning and frequency scaling to enabling
68 block (EHB). AXI Interconnect QoS arbitration tuning is currently
Completed in 659 milliseconds