Home
last modified time | relevance | path

Searched refs:divisible (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dams,as3645a.txt27 the range [100000, 850000] and divisible by 50000.
30 divisible by 20000.
33 divisible by 20000.
36 and divisible by 50000.
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.c250 bool divisible = false; in is_h_timing_divisible_by_2() local
262 divisible = (timing->h_total % 2 == 0) && in is_h_timing_divisible_by_2()
267 return divisible; in is_h_timing_divisible_by_2()
/openbmc/u-boot/doc/
H A DREADME.unaligned-memory-access.txt17 from an address that is not evenly divisible by N (i.e. addr % N != 0).
35 divisible by N, i.e. addr % N == 0.
91 structure, i.e. address 0x10002, but that address is not evenly divisible
106 divisible by one.
186 to an address that is not evenly divisible by 4.
/openbmc/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst23 from an address that is not evenly divisible by N (i.e. addr % N != 0).
41 divisible by N, i.e. addr % N == 0.
97 structure, i.e. address 0x10002, but that address is not evenly divisible
112 divisible by one.
193 to an address that is not evenly divisible by 4.
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst75 width/height of the image is not divisible by 16, the size of the
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/
H A Dbind_9.20.4.bb26 # follow the ESV versions divisible by 2
/openbmc/openbmc/poky/meta/recipes-devtools/apt/
H A Dapt_2.6.1.bb37 # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few.
/openbmc/linux/arch/nios2/
H A DKconfig79 i.e., a 2 or 4 byte fetch must start at an address divisible by
/openbmc/linux/Documentation/driver-api/usb/
H A Ddwc3.rst86 have their *size* field set to a value which is integer divisible by
89 to a value that's divisible by *wMaxPacketSize* (1024 on SuperSpeed,
/openbmc/linux/Documentation/fb/
H A Dfbcon.rst87 Note, not all drivers can handle font with widths not divisible by 8,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4244 bool divisible = false; in is_h_timing_divisible_by_2()
4253 * divisible by 2 in order for the horizontal timing params in is_h_timing_divisible_by_2()
4254 * to be considered divisible by 2. Hsync start is always 0. in is_h_timing_divisible_by_2()
4256 divisible = (stream->timing.h_total % 2 == 0) && in is_h_timing_divisible_by_2()
4261 return divisible; in dc_resource_acquire_secondary_pipe_for_mpc_odm()
4241 bool divisible = false; is_h_timing_divisible_by_2() local
/openbmc/linux/scripts/
H A Dspelling.txt555 divisable||divisible
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst3493 colour modes are restricted to a byte width which is divisible by 4.
/openbmc/linux/arch/arm/
H A DKconfig1378 address divisible by 4. On 32-bit ARM processors, these non-aligned
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch17447 + { "force_divisible_by", "enforce that the output resolution is divisible by a defined integer …