/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | sossi.c | 212 u32 l; in _set_timing() local 230 u32 l; in _set_bits_per_cycle() local 240 u32 l; in _set_tearsync_mode() local 388 u32 l; in sossi_setup_tearsync() local 562 u32 l, k; in sossi_init() local
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | comm.c | 38 int l, h, r; in comm_read_regr() local 101 int i, l, h; in comm_read_block() local
|
H A D | on20.c | 39 int h, l, r; in on20_read_regr() local 91 int k, l, h; in on20_read_block() local
|
/openbmc/linux/kernel/locking/ |
H A D | spinlock.c | 49 # define arch_read_relax(l) cpu_relax() argument 52 # define arch_write_relax(l) cpu_relax() argument 55 # define arch_spin_relax(l) cpu_relax() argument
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kmem.c | 1433 struct alloc_stat *l = a; in ptr_cmp() local 1450 struct alloc_stat *l = a; in slab_callsite_cmp() local 1467 struct alloc_stat *l = a; in hit_cmp() local 1484 struct alloc_stat *l = a; in bytes_cmp() local 1502 struct alloc_stat *l = a; in frag_cmp() local 1522 struct alloc_stat *l = a; in pingpong_cmp() local 1540 struct page_stat *l = a; in page_cmp() local 1557 struct page_stat *l = a; in page_callsite_cmp() local 1574 struct page_stat *l = a; in page_hit_cmp() local 1591 struct page_stat *l = a; in page_bytes_cmp() local [all …]
|
/openbmc/linux/drivers/md/bcache/ |
H A D | bset.c | 131 int __bch_keylist_realloc(struct keylist *l, unsigned int u64s) in __bch_keylist_realloc() 159 struct bkey *bch_keylist_pop(struct keylist *l) in bch_keylist_pop() 173 void bch_keylist_pop_front(struct keylist *l) in bch_keylist_pop_front() 598 struct bkey *l = is_power_of_2(j) in make_bfloat() local 840 bool bch_bkey_try_merge(struct btree_keys *b, struct bkey *l, struct bkey *r) in bch_bkey_try_merge() 936 struct bkey *l, *r; member 962 struct bkey *l, *r; in bset_search_tree() local 1083 static inline bool btree_iter_cmp(struct btree_iter_set l, in btree_iter_cmp()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-turris-omnia.c | 19 #define CMD_LED_MODE_LED(l) ((l) & 0x0f) argument 23 #define CMD_LED_STATE_LED(l) ((l) & 0x0f) argument 36 #define to_omnia_led(l) container_of(l, struct omnia_led, mc_cdev) argument
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | io.h | 134 #define memset_io(c,v,l) __memset_io((c),(v),(l)) argument 135 #define memcpy_fromio(a,c,l) __memcpy_fromio((a),(c),(l)) argument 136 #define memcpy_toio(c,a,l) __memcpy_toio((c),(a),(l)) argument
|
/openbmc/qemu/tests/unit/ |
H A D | test-int128.c | 41 uint64_t l, h; in expand() local 179 test_rshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_rshift_one() 210 test_urshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_urshift_one()
|
/openbmc/linux/crypto/ |
H A D | twofish_common.c | 535 #define CALC_K(a, j, k, l, m, n) \ argument 548 #define CALC_K192(a, j, k, l, m, n) \ argument 561 #define CALC_K256(a, j, k, l, m, n) \ argument
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | btext.c | 244 int l, bits; in draw_byte_32() local 265 int l, bits; in draw_byte_16() local 283 int l, bits; in draw_byte_8() local
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 238 #define outsb(p, d, l) writesb(__io(p), d, l) argument 239 #define outsw(p, d, l) writesw(__io(p), d, l) argument 240 #define outsl(p, d, l) writesl(__io(p), d, l) argument 242 #define insb(p, d, l) readsb(__io(p), d, l) argument 243 #define insw(p, d, l) readsw(__io(p), d, l) argument 244 #define insl(p, d, l) readsl(__io(p), d, l) argument 380 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument 381 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument 382 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument 384 #define eth_io_copy_and_sum(s, c, l, b) \ argument
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_i2c_cr50.c | 39 #define TPM_I2C_ACCESS(l) (0x0000 | ((l) << 4)) argument 40 #define TPM_I2C_STS(l) (0x0001 | ((l) << 4)) argument 41 #define TPM_I2C_DATA_FIFO(l) (0x0005 | ((l) << 4)) argument 42 #define TPM_I2C_DID_VID(l) (0x0006 | ((l) << 4)) argument
|
H A D | tpm_tis_core.c | 130 static int wait_startup(struct tpm_chip *chip, int l) in wait_startup() 150 static bool check_locality(struct tpm_chip *chip, int l) in check_locality() 170 static int __tpm_tis_relinquish_locality(struct tpm_tis_data *priv, int l) in __tpm_tis_relinquish_locality() 177 static int tpm_tis_relinquish_locality(struct tpm_chip *chip, int l) in tpm_tis_relinquish_locality() 190 static int __tpm_tis_request_locality(struct tpm_chip *chip, int l) in __tpm_tis_request_locality() 231 static int tpm_tis_request_locality(struct tpm_chip *chip, int l) in tpm_tis_request_locality()
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | hci.h | 18 #define W0_MASK(h, l) GENMASK((h) - 0, (l) - 0) argument 19 #define W1_MASK(h, l) GENMASK((h) - 32, (l) - 32) argument 20 #define W2_MASK(h, l) GENMASK((h) - 64, (l) - 64) argument 21 #define W3_MASK(h, l) GENMASK((h) - 96, (l) - 96) argument
|
/openbmc/linux/arch/sparc/lib/ |
H A D | PeeCeeI.c | 37 u32 l, l2; in outsl() local 154 u32 l = 0, l2, *pi; in insl() local
|
/openbmc/linux/drivers/cpufreq/ |
H A D | p4-clockmod.c | 54 u32 l, h; in cpufreq_p4_setdc() local 208 u32 l, h; in cpufreq_p4_get() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv30.c | 78 calc_ref(struct nvkm_fb *fb, int l, int k, int i) in calc_ref() 103 int l = nvkm_rd32(device, 0x1003d0); in nv30_fb_init() local
|
/openbmc/u-boot/drivers/net/ |
H A D | lan91c96.h | 82 #define SMC_outsl(edev, r, b, l) ({ int __i; \ argument 91 #define SMC_outsw(edev, r, b, l) ({ int __i; \ argument 100 #define SMC_insl(edev, r, b, l) ({ int __i ; \ argument 110 #define SMC_insw(edev, r, b, l) ({ int __i ; \ argument 120 #define SMC_insb(edev, r, b, l) ({ int __i ; \ argument 147 #define SMC_outsw(edev, r, b, l) ({ int __i; \ argument 156 #define SMC_insw(edev, r, b, l) ({ int __i ; \ argument
|
/openbmc/linux/net/tipc/ |
H A D | name_table.c | 132 struct rb_node *l, *r; local 580 struct list_head *l; in tipc_nametbl_lookup_anycast() local 1141 struct tipc_dest *tipc_dest_find(struct list_head *l, u32 node, u32 port) in tipc_dest_find() 1152 bool tipc_dest_push(struct list_head *l, u32 node, u32 port) in tipc_dest_push() 1168 bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port) in tipc_dest_pop() 1184 bool tipc_dest_del(struct list_head *l, u32 node, u32 port) in tipc_dest_del() 1196 void tipc_dest_list_purge(struct list_head *l) in tipc_dest_list_purge()
|
/openbmc/linux/drivers/iommu/ |
H A D | omap-iommu.c | 138 u32 l = iommu_read_reg(obj, MMU_CNTL); in __iommu_set_twl() local 156 u32 l, pa; in omap2_iommu_enable() local 183 u32 l = iommu_read_reg(obj, MMU_CNTL); in omap2_iommu_disable() local 250 void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_get() 260 void iotlb_lock_set(struct omap_iommu *obj, struct iotlb_lock *l) in iotlb_lock_set() 289 struct iotlb_lock l; in __iotlb_read_cr() local 332 struct iotlb_lock l; in load_iotlb_entry() local 444 struct iotlb_lock l; in flush_iotlb_all() local 920 struct iotlb_lock l; in omap_iommu_restore_tlb_entries() local
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | board-osk.c | 285 u32 l; in osk_init_smc91x() local 381 u32 l; in osk_init() local
|
/openbmc/linux/net/ipv4/ |
H A D | fib_trie.c | 355 struct key_vector *l; in leaf_new() local 1019 struct key_vector *l, *tp; in fib_find_matching_alias() local 1112 struct key_vector *n, *l; in fib_insert_node() local 1160 struct key_vector *l, struct fib_alias *new, in fib_insert_alias() 1204 struct key_vector *l, *tp; in fib_table_insert() local 1633 struct key_vector *l, struct fib_alias *old) in fib_remove_alias() 1699 struct key_vector *l, *tp; in fib_table_delete() local 1881 struct key_vector *l, *tp = ot->kv; in fib_trie_unmerge() local 2157 static int fib_leaf_notify(struct key_vector *l, struct fib_table *tb, in fib_leaf_notify() 2194 struct key_vector *l, *tp = t->kv; in fib_table_notify() local [all …]
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_tis_infineon.c | 51 #define TPM_ACCESS(l) (0x0000 | ((l) << 4)) argument 52 #define TPM_STS(l) (0x0001 | ((l) << 4)) argument 53 #define TPM_DATA_FIFO(l) (0x0005 | ((l) << 4)) argument 54 #define TPM_DID_VID(l) (0x0006 | ((l) << 4)) argument
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zywrle.h | 312 static inline void wavelet_level(int *data, int size, int l, int skip_pixel) in wavelet_level() 337 int level, int l) in filter_wavelet_square() 413 int level, int l) in filter_wavelet_square() 446 int l, s; in wavelet() local
|