Home
last modified time | relevance | path

Searched refs:SIZE (Results 101 – 124 of 124) sorted by relevance

12345

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc37e.c77 NVVAL(NVC37E, SET_CONTROL_INPUT_LUT, SIZE, asyw->xlut.i.size), in wndwc37e_ilut_set()
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def254 THREAD2STRUCT->vtcm_log.oob_access += SIZE;
265 THREAD2STRUCT->vtcm_log.op_size = SIZE;
H A Dext.idef928 #define V_SHIFT(TYPE, DESC, SIZE, LOGSIZE, CASTTYPE) \
929SIZE,vasr##TYPE, "Vd32=vasr" #TYPE "(Vu32,Rt32)","Vd32."#TYPE"=vasr(Vu32."#TYPE",Rt32)", …
930SIZE,vasl##TYPE, "Vd32=vasl" #TYPE "(Vu32,Rt32)","Vd32."#TYPE"=vasl(Vu32."#TYPE",Rt32)", …
931SIZE,vlsr##TYPE, "Vd32=vlsr" #TYPE "(Vu32,Rt32)","Vd32.u"#TYPE"=vlsr(Vu32.u"#TYPE",Rt32)", …
932SIZE,vasr##TYPE##v,"Vd32=vasr" #TYPE "(Vu32,Vv32)","Vd32."#TYPE"=vasr(Vu32."#TYPE",Vv32."#TYPE")",…
933SIZE,vasl##TYPE##v,"Vd32=vasl" #TYPE "(Vu32,Vv32)","Vd32."#TYPE"=vasl(Vu32."#TYPE",Vv32."#TYPE")",…
934SIZE,vlsr##TYPE##v,"Vd32=vlsr" #TYPE "(Vu32,Vv32)","Vd32."#TYPE"=vlsr(Vu32."#TYPE",Vv32."#TYPE")",…
/openbmc/qemu/docs/system/devices/
H A Dnvme.rst186 ``zoned.zone_size=SIZE`` (default: ``128MiB``)
189 ``zoned.zone_capacity=SIZE`` (default: ``0``)
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst422 buffer = kmalloc(SIZE, GFP_KERNEL);
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1542 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
H A Dtranslate-neon.c3461 #define DO_2M_CRYPTO(INSN, FEATURE, SIZE) \ argument
3464 if (!dc_isar_feature(FEATURE, s) || a->size != SIZE) { \
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c246 HINIC_API_CMD_DESC_SET(SIZE_4BYTES(cmd_size), SIZE); in prepare_api_cmd()
H A Dhinic_hw_eqs.c251 size = HINIC_EQ_ELEM_DESC_GET(aeqe_desc, SIZE); in aeq_irq_handler()
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch138 +;; MSG SIZE rcvd: 436
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst495 buffer = kmalloc(SIZE, GFP_KERNEL);
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn.dtsi579 * reg = <ADDR SIZE>;
582 * Note that if SIZE is greater than 4, then
H A Dimx8mm.dtsi573 * reg = <ADDR SIZE>;
576 * Note that if SIZE is greater than 4, then
H A Dimx8mq.dtsi793 * reg = <ADDR SIZE>;
796 * Note that if SIZE is greater than 4, then
/openbmc/linux/fs/jfs/
H A Djfs_xtree.c54 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
56 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
H A Djfs_dtree.c114 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
116 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
/openbmc/linux/scripts/
H A Dasn1_compiler.c273 _(SIZE),
/openbmc/qemu/docs/specs/
H A Drocker.txt201 Writing BASE_ADDR or SIZE will reset HEAD and TAIL to zero. HEAD cannot be
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc727 qemu-img create gluster://HOST/VOLUME/PATH SIZE
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst2740 * add VENDOR DEVICE MASK SIZE BUFFERS
2745 SIZE is the size of each buffer to allocate. You can pass
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dcoding-style.rst545 buffer = kmalloc(SIZE, GFP_KERNEL);
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst557 buffer = kmalloc(SIZE, GFP_KERNEL);
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dcoding-style.rst574 buffer = kmalloc(SIZE, GFP_KERNEL);
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c393 #define FIELD_BIT_SIZE(type, field) type ## _ ## field ## _ ## SIZE

12345