Home
last modified time | relevance | path

Searched full:1536 (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/openbmc/qemu/tests/qemu-iotests/
H A D077.out109 read 1536/1536 bytes at offset 25088
113 read 1536/1536 bytes at offset 30720
119 read 1536/1536 bytes at offset 33280
123 read 1536/1536 bytes at offset 38912
129 read 1536/1536 bytes at offset 41472
133 read 1536/1536 bytes at offset 47104
139 read 1536/1536 bytes at offset 49664
143 read 1536/1536 bytes at offset 55296
H A D033.out9 wrote 1536/1536 bytes at offset 131072
50 wrote 1536/1536 bytes at offset 131072
91 wrote 1536/1536 bytes at offset 131072
132 wrote 1536/1536 bytes at offset 131072
H A D104.out11 virtual size: 1.5 KiB (1536 bytes)
H A D049.out34 …, fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=1536 lazy_refcounts=off …
37 …, fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=1536 lazy_refcounts=off …
78 …, fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=1536 lazy_refcounts=off …
81 …, fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=1536 lazy_refcounts=off …
H A D302.out36 [{"name": "vm.ovf", "offset": 512, "size": 6}, {"name": "disk", "offset": 1536, "size": 393216}]
H A D154320 $QEMU_IO -c "write -z $((size + 1536)) 512" "$TEST_IMG" | _filter_qemu_io
351 $QEMU_IO -c "write -z $((size + 1536)) 512" "$TEST_IMG" | _filter_qemu_io
386 $QEMU_IO -c "write -z $((size + 1536)) 512" "$TEST_IMG" | _filter_qemu_io
435 $QEMU_IO -c "read -P 0 $((size + 512)) 1536" "$TEST_IMG" | _filter_qemu_io
448 $QEMU_IO -c "write -z $((size + 1536)) 512" "$TEST_IMG" | _filter_qemu_io
/openbmc/u-boot/configs/
H A Dcolibri-imx6ull_defconfig39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:512k(mx6ull-bcb),1536k(u-boot1)ro,1536k(u-boot2)ro,512k…
H A Dcolibri_imx7_defconfig41 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:512k(mx7-bcb),1536k(u-boot1)ro,1536k(u-boot2)ro,512k(u-…
H A DColombus_defconfig10 CONFIG_VIDEO_LCD_MODE="x:2048,y:1536,depth:24,pclk_khz:208000,le:5,ri:150,up:9,lo:24,hs:5,vs:1,sync…
H A Dsocfpga_is1_defconfig33 …T="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)0"
H A Dpengwyn_defconfig45 …p2-nand.0:512k(SPL),512k(SPL.backup1),512k(SPL.backup2),512k(SPL.backup3),1536k(u-boot),512k(u-boo…
H A Dsocfpga_sr1500_defconfig37 …T="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)0"
H A Dsocfpga_cyclone5_defconfig36 …T="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)0"
H A Dsocfpga_arria5_defconfig36 …T="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)0"
H A Dsocfpga_sockit_defconfig36 …T="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)0"
H A Dsocfpga_socrates_defconfig37 …T="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)0"
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h122 * number (unit 1536bytes, max
123 * 1536*2047) */
145 #define REG_MB_RXD_RD_IDX 0x15F4 /* RXD Read index (unit: 1536byets) */
341 unsigned char packet[1536-sizeof(struct rx_pkt_status)];
469 u32 rxd_ring_size; /* 1536 bytes per unit */
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-kingdisplay-kd097d04.c306 .hdisplay = 1536,
307 .hsync_start = 1536 + 100,
308 .hsync_end = 1536 + 100 + 24,
309 .htotal = 1536 + 100 + 24 + 100,
/openbmc/qemu/hw/audio/
H A Dwm8750.c112 { 256, 48000, 1536, 8000 }, /* SR: 00010 */
114 { 1536, 8000, 256, 48000 }, /* SR: 00100 */
116 { 1536, 8000, 1536, 8000 }, /* SR: 00110 */
119 { 1526, 12000, 1536, 12000 }, /* SR: 01001 */
135 { 1536, 11025, 1536, 11025 }, /* SR: 11001 */
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c192 .src = { 0, 0, 2048 << 16, 1536 << 16 },
198 .src_expected = { 0, 0, 2048 << 16, 1536 << 16 },
291 .src = { 0, 0, 2048 << 16, 1536 << 16 },
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lif.c103 hbth = 1536; in lif_configure_stream()
143 (1536 << VI6_LIF_LBA_LBA1_SHIFT)); in lif_configure_stream()
/openbmc/u-boot/include/configs/
H A Dcolibri_t20.h22 #define CONFIG_TFTP_BLOCKSIZE 1536
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dinnolux,p097pfg.yaml7 title: Innolux P097PFG 9.7" 1536x2048 TFT LCD panel
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-quackingstick-r0-lte.dts7 * SKU: 0x600 => 1536
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.h294 {"2048x1536x8", {0x6c,0x6c}, 0x0000, 0x0000, 2048, 1536, 8, 1, 256, 96, MD_SIS315},
295 {"2048x1536x16", {0x6d,0x6d}, 0x0000, 0x0000, 2048, 1536, 16, 1, 256, 96, MD_SIS315},
296 {"2048x1536x24", {0x6e,0x6e}, 0x0000, 0x0000, 2048, 1536, 32, 1, 256, 96, MD_SIS315},
297 {"2048x1536x32", {0x6e,0x6e}, 0x0000, 0x0000, 2048, 1536, 32, 1, 256, 96, MD_SIS315},
446 {1, 2048, 1536, 60, true}, {2, 2048, 1536, 65, true}, {3, 2048, 1536, 70, true},
447 {4, 2048, 1536, 75, true}, {5, 2048, 1536, 85, true},

12345678910>>...14