/Linux-v4.19/drivers/gpu/drm/meson/ |
D | meson_venc.c | 731 static unsigned long modulo(unsigned long a, unsigned long b) in modulo() function 1011 de_h_begin = modulo(readl_relaxed(priv->io_base + in meson_venc_hdmi_mode_set() 1015 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set() 1049 hs_end = modulo(hs_begin + hsync_pixels_venc, in meson_venc_hdmi_mode_set() 1120 vso_begin_odd = modulo(hs_begin in meson_venc_hdmi_mode_set() 1135 vso_begin_evn = modulo(hs_begin in meson_venc_hdmi_mode_set() 1257 de_h_begin = modulo(readl_relaxed(priv->io_base + in meson_venc_hdmi_mode_set() 1261 de_h_end = modulo(de_h_begin + active_pixels_venc, in meson_venc_hdmi_mode_set() 1311 hs_end = modulo(hs_begin + hsync_pixels_venc, in meson_venc_hdmi_mode_set() 1333 vs_eline_evn = modulo(vs_bline_evn + vsync_lines, in meson_venc_hdmi_mode_set() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | M0209.c | 83 info->modulo = nvbios_rd08(bios, data + 0x01); in nvbios_M0209Ep() 121 u32 bits = (i % M0209E.modulo) * M0209E.bits; in nvbios_M0209Sp()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | M0209.h | 10 u8 modulo; member
|
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 67 Si è sempre in contesto utente quando un modulo viene caricato o rimosso, 463 compilato come modulo. Guardate l'header file per informazioni. Da notare che 477 sia come modulo, sia come parte del kernel, senza l'ausilio di #ifdef. 480 chiamata quando il modulo viene inserito (se il file è stato compilato come 481 tale), o in fase di avvio : se il file non è stato compilato come modulo la 488 modulo è compilato come parte integrante del kernel). Questa funzione è chiamata 500 Essa verrà chiamata solo quando il contatore d'uso del modulo raggiunge lo 504 Da notare che questa macro è opzionale: se non presente, il modulo non sarà 513 Queste funzioni maneggiano il contatore d'uso del modulo per proteggerlo dalla 514 rimozione (in aggiunta, un modulo non può essere rimosso se un altro modulo [all …]
|
/Linux-v4.19/drivers/dma/ |
D | k3dma.c | 585 size_t modulo = DMA_CYCLIC_MAX_PERIOD; in k3_dma_prep_dma_cyclic() local 593 if (avail > modulo) in k3_dma_prep_dma_cyclic() 594 num += DIV_ROUND_UP(avail, modulo) - 1; in k3_dma_prep_dma_cyclic() 606 if (period_len < modulo) in k3_dma_prep_dma_cyclic() 607 modulo = period_len; in k3_dma_prep_dma_cyclic() 610 len = min_t(size_t, avail, modulo); in k3_dma_prep_dma_cyclic()
|
D | stm32-dma.c | 1053 u32 modulo, burst_size; in stm32_dma_desc_residue() local 1080 modulo = residue % burst_size; in stm32_dma_desc_residue() 1081 if (modulo) in stm32_dma_desc_residue() 1082 residue = residue - modulo + burst_size; in stm32_dma_desc_residue()
|
D | stm32-mdma.c | 1290 u32 cbndtr, residue, modulo, burst_size; in stm32_mdma_desc_residue() local 1305 modulo = residue % burst_size; in stm32_mdma_desc_residue() 1306 if (modulo) in stm32_mdma_desc_residue() 1307 residue = residue - modulo + burst_size; in stm32_mdma_desc_residue()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clock_source.c | 652 uint32_t modulo = 0; in dce110_get_d_to_pixel_rate_in_hz() local 654 REG_GET(MODULO[inst], DP_DTO0_MODULO, &modulo); in dce110_get_d_to_pixel_rate_in_hz() 656 if (modulo == 0) { in dce110_get_d_to_pixel_rate_in_hz() 663 pix_rate = dc_fixpt_div_int(pix_rate, modulo); in dce110_get_d_to_pixel_rate_in_hz()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | dibx000_common.h | 129 u8 modulo; member
|
D | dib7000m.c | 401 reg_907 = (bw->pll_bypass << 15) | (bw->modulo << 7) | in dib7000m_reset_pll() 446 dib7000m_write_word(state, 910, (1 << 12) | (2 << 10) | (bw->modulo << 8) | (bw->ADClkSrc << 7)); in dib7000mc_reset_pll()
|
D | dib8000.c | 720 (pll->modulo << 8) | in dib8000_reset_pll() 725 (pll->modulo << 8) | in dib8000_reset_pll() 729 (3 << 10) | (pll->modulo << 8) | in dib8000_reset_pll() 742 dib8000_write_word(state, 904, (pll->modulo << 8)); in dib8000_reset_pll()
|
/Linux-v4.19/tools/power/cpupower/po/ |
D | it.po | 270 msgstr " modulo %s\n" 295 msgstr " nessun modulo o modulo cpufreq sconosciuto per questa CPU\n" 300 msgstr " modulo %s\n" 389 " il modulo cpufreq *\n" 413 " -d, --driver Determina il modulo cpufreq del kernel in uso *\n" 852 msgstr " modulo %s\n"
|
/Linux-v4.19/lib/ |
D | bch.c | 266 static inline int modulo(struct bch_control *bch, unsigned int v) in modulo() function 331 return bch->a_pow_tab[modulo(bch, i)]; in a_pow() 600 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots() 602 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | softfloat-macros | 339 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so 360 modulo 2^192, so any carry out is lost. The result is broken into three 398 128-bit value formed by concatenating `a0' and `a1'. Subtraction is modulo 418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-crop.rst | 53 offset of the cropping rectangle to frame lines modulo two, such that
|
/Linux-v4.19/drivers/media/usb/go7007/ |
D | go7007-fw.c | 425 int modulo, int pict_struct, enum mpeg_frame_type frame) in mpeg1_frame_header() argument 726 int modulo, enum mpeg_frame_type frame) in mpeg4_frame_header() argument 733 if (modulo) in mpeg4_frame_header()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-counter-104-quad-8 | 17 normal, range limit, non-recycle, and modulo-n. The preset value
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 236 .modulo = 2, 402 .modulo = 0, 671 .modulo = 0, 963 .modulo = 2, 1189 .modulo = 2, 1529 .modulo = 2, 1970 .modulo = 2, 2782 .modulo = 2, 3565 .modulo = 0,
|
D | cxusb.c | 913 .modulo = 2,
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | dma.c | 986 #define modulo(a, b) ({ \ macro 1020 (unsigned long long)modulo(permille_failed, 10), in b43_destroy_dmaring() 1022 (unsigned long long)modulo(average_tries, 100)); in b43_destroy_dmaring()
|
/Linux-v4.19/Documentation/nvdimm/ |
D | btt.txt | 195 (premap_aba modulo nfree).
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_debug.c | 4299 int count, modulo; in tweak_cmnd_count() local 4301 modulo = abs(sdebug_every_nth); in tweak_cmnd_count() 4302 if (modulo < 2) in tweak_cmnd_count() 4306 atomic_set(&sdebug_cmnd_count, (count / modulo) * modulo); in tweak_cmnd_count()
|
/Linux-v4.19/Documentation/target/ |
D | tcmu-design.txt | 135 mailbox.cmd_head by the size of the command, modulo cmdr_size, and
|
/Linux-v4.19/drivers/atm/ |
D | fore200e.c | 95 #define FORE200E_NEXT_ENTRY(index, modulo) (index = ((index) + 1) % (modulo)) argument
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 130 - Change the driver detection code by the sym53c8xx one, modulo
|