Searched refs:divisible (Results 1 – 8 of 8) sorted by relevance
/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.
|
/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.
|
/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
|
/linux/arch/nios2/ |
H A D | Kconfig | 81 i.e., a 2 or 4 byte fetch must start at an address divisible by
|
/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,
|
/linux/Documentation/fb/ |
H A D | fbcon.rst | 87 Note, not all drivers can handle font with widths not divisible by 8,
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 5134 bool divisible = false; in is_h_timing_divisible_by_2() local 5146 divisible = (stream->timing.h_total % 2 == 0) && in is_h_timing_divisible_by_2() 5151 return divisible; in is_h_timing_divisible_by_2()
|
/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.
|