Searched refs:divisible (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | ams,as3645a.txt | 27 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 D | dcn32_dio_stream_encoder.c | 250 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 D | README.unaligned-memory-access.txt | 17 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 D | unaligned-memory-access.rst | 23 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 D | dw100.rst | 75 width/height of the image is not divisible by 16, the size of the
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/ |
H A D | bind_9.20.4.bb | 26 # follow the ESV versions divisible by 2
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/ |
H A D | apt_2.6.1.bb | 37 # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few.
|
/openbmc/linux/arch/nios2/ |
H A D | Kconfig | 79 i.e., a 2 or 4 byte fetch must start at an address divisible by
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | dwc3.rst | 86 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 D | fbcon.rst | 87 Note, not all drivers can handle font with widths not divisible by 8,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 4244 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 D | spelling.txt | 555 divisable||divisible
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 3493 colour modes are restricted to a byte width which is divisible by 4.
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig | 1378 address divisible by 4. On 32-bit ARM processors, these non-aligned
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 17447 + { "force_divisible_by", "enforce that the output resolution is divisible by a defined integer …
|