Searched refs:divisible (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/leds/ |
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.
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_dio_stream_encoder.c | 252 bool divisible = false; in is_h_timing_divisible_by_2() local 264 divisible = (timing->h_total % 2 == 0) && in is_h_timing_divisible_by_2() 269 return divisible; in is_h_timing_divisible_by_2()
|
/linux-6.1.9/Documentation/core-api/ |
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.
|
/linux-6.1.9/Documentation/userspace-api/media/drivers/ |
D | dw100.rst | 75 width/height of the image is not divisible by 16, the size of the
|
/linux-6.1.9/arch/nios2/ |
D | Kconfig | 80 i.e., a 2 or 4 byte fetch must start at an address divisible by
|
/linux-6.1.9/Documentation/driver-api/usb/ |
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,
|
/linux-6.1.9/Documentation/fb/ |
D | fbcon.rst | 87 Note, not all drivers can handle font with widths not divisible by 8,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 3667 bool divisible = false; in is_h_timing_divisible_by_2() local 3679 divisible = (stream->timing.h_total % 2 == 0) && in is_h_timing_divisible_by_2() 3684 return divisible; in is_h_timing_divisible_by_2()
|
/linux-6.1.9/scripts/ |
D | spelling.txt | 536 divisable||divisible
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ |
D | cx2341x-devel.rst | 3493 colour modes are restricted to a byte width which is divisible by 4.
|
/linux-6.1.9/arch/arm/ |
D | Kconfig | 1387 address divisible by 4. On 32-bit ARM processors, these non-aligned
|