Home
last modified time | relevance | path

Searched refs:CL (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c367 #define CL RTE_CACHE_LINE_ROUNDUP macro
399 table_meta_sz = CL(sizeof(struct table)); in __table_create()
400 key_mask_sz = CL(key_size); in __table_create()
401 bucket_sz = CL(n_buckets * sizeof(struct bucket_extension)); in __table_create()
402 bucket_ext_sz = CL(n_buckets_ext * sizeof(struct bucket_extension)); in __table_create()
403 key_sz = CL(params->n_keys_max * key_size); in __table_create()
404 key_stack_sz = CL(params->n_keys_max * sizeof(uint32_t)); in __table_create()
405 bkt_ext_stack_sz = CL(n_buckets_ext * sizeof(uint32_t)); in __table_create()
406 data_sz = CL(params->n_keys_max * key_data_size); in __table_create()
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-clps711x.txt1 Serial Peripheral Interface on Cirrus Logic CL-PS71xx, EP72xx, EP73xx
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dholly.dts2 * Device Tree Source for IBM Holly (PPC 750CL with TSI controller)
24 PowerPC,750CL@0 {
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx7d-cl-som-imx7.dts2 * Support for CompuLab CL-SOM-iMX7 System-on-Module
18 model = "CompuLab CL-SOM-iMX7";
H A Dam57xx-cl-som-am57x.dts3 * Support for CompuLab CL-SOM-AM57x System-on-Module
16 model = "CompuLab CL-SOM-AM57x";
53 simple-audio-card,name = "CL-SOM-AM57x-Sound-Card";
H A Dam57xx-sbc-am57x.dts13 model = "CompuLab CL-SOM-AM57x on SB-SOM-AM57x";
/f-stack/freebsd/i386/i386/
H A Ddb_disasm.c67 #define CL 12 /* cl, for shifts */ macro
325 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
334 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
816 /*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
817 /*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
1404 case CL: in db_disasm()
H A Dbpf_jit_machdep.h61 #define CL 1 macro
/f-stack/freebsd/amd64/amd64/
H A Ddb_disasm.c80 #define CL 12 /* cl, for shifts */ macro
419 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
428 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
921 /*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
922 /*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
1642 case CL: in db_disasm()
H A Dbpf_jit_machdep.h86 #define CL 1 macro
/f-stack/freebsd/mips/conf/
H A DMT7620.hints82 # GPIO11 - MODE SW CL IN II IO
H A DRT305X.hints76 # GPIO11 - MODE SW CL IN II IO
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt191 - AM57XX CL-SOM-AM57x
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dfsl.yaml329 the CL-SOM-iMX7 System-on-Module providing most of the functions,
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h5554 UINT8 CL; member