Searched refs:amp (Results 1 – 9 of 9) sorted by relevance
| /drivers/char/ |
| A D | nsc_gpio.c | 39 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump() 57 amp->gpio_set(m, 0); in nsc_gpio_write() 60 amp->gpio_set(m, 1); in nsc_gpio_write() 64 amp->gpio_config(m, ~1, 1); in nsc_gpio_write() 68 amp->gpio_config(m, ~1, 0); in nsc_gpio_write() 72 amp->gpio_config(m, ~2, 2); in nsc_gpio_write() 76 amp->gpio_config(m, ~2, 0); in nsc_gpio_write() 80 amp->gpio_config(m, ~4, 4); in nsc_gpio_write() 84 amp->gpio_config(m, ~4, 0); in nsc_gpio_write() 88 amp->gpio_dump(amp, m); in nsc_gpio_write() [all …]
|
| /drivers/isdn/mISDN/ |
| A D | dsp_ecdis.h | 56 int16_t amp) in echo_can_disable_detector_update() argument 60 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update() 67 det->channel_level += ((abs(amp) - det->channel_level) >> 5); in echo_can_disable_detector_update()
|
| /drivers/clk/ |
| A D | clk-si521xx.c | 222 unsigned int amp; in si521xx_get_common_config() local 230 &); in si521xx_get_common_config() 232 if (amp < SI521XX_REG_DA_AMP_MIN || amp > SI521XX_REG_DA_AMP_MAX || in si521xx_get_common_config() 233 amp % SI521XX_REG_DA_AMP_STEP) { in si521xx_get_common_config() 237 si->pll_amplitude = SI521XX_REG_DA_AMP(amp); in si521xx_get_common_config()
|
| A D | clk-renesas-pcie.c | 206 unsigned int amp, ssc; in rs9_get_common_config() local 215 &); in rs9_get_common_config() 217 if (amp == 600000) /* 0.6V */ in rs9_get_common_config() 219 else if (amp == 700000) /* 0.7V (default) */ in rs9_get_common_config() 221 else if (amp == 800000) /* 0.8V */ in rs9_get_common_config() 223 else if (amp == 900000) /* 0.9V */ in rs9_get_common_config()
|
| /drivers/hid/ |
| A D | hid-nintendo.c | 196 u16 amp; member 1852 static struct joycon_rumble_amp_data joycon_find_rumble_amp(u16 amp) in joycon_find_rumble_amp() argument 1858 if (amp > data[0].amp) { in joycon_find_rumble_amp() 1860 if (amp > data[i - 1].amp && amp <= data[i].amp) in joycon_find_rumble_amp() 1868 static void joycon_encode_rumble(u8 *data, u16 freq_low, u16 freq_high, u16 amp) in joycon_encode_rumble() argument 1876 amp_data = joycon_find_rumble_amp(amp); in joycon_encode_rumble() 1913 u16 amp; in joycon_set_rumble() local 1932 amp = amp_r * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble() 1933 joycon_encode_rumble(data + 4, freq_r_low, freq_r_high, amp); in joycon_set_rumble() 1936 amp = amp_l * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble() [all …]
|
| /drivers/bluetooth/ |
| A D | hci_vhci.c | 32 static bool amp; variable 692 module_param(amp, bool, 0644); 693 MODULE_PARM_DESC(amp, "Create AMP controller device");
|
| /drivers/phy/tegra/ |
| A D | xusb.h | 369 u32 amp; member
|
| A D | xusb-tegra124.c | 327 port->amp = value & XUSB_PADCTL_IOPHY_MISC_PAD_CTL6_MISC_OUT_AMP_MASK; in tegra124_usb3_save_context() 336 (port->amp << in tegra124_usb3_save_context() 1536 (usb3->amp << in tegra124_usb3_port_enable()
|
| /drivers/gpu/drm/bridge/cadence/ |
| A D | cdns-mhdp8546-core.c | 1356 u8 dpcd[DP_RECEIVER_CAP_SIZE], amp[2]; in cdns_mhdp_link_up() local 1406 amp[0] = cdns_mhdp_get_ssc_supported(mhdp) ? DP_SPREAD_AMP_0_5 : 0; in cdns_mhdp_link_up() 1407 amp[1] = DP_SET_ANSI_8B10B; in cdns_mhdp_link_up() 1408 drm_dp_dpcd_write(&mhdp->aux, DP_DOWNSPREAD_CTRL, amp, 2); in cdns_mhdp_link_up()
|
Completed in 37 milliseconds