/linux-6.14.4/include/asm-generic/ |
D | ticket_spinlock.h | 35 u32 val = atomic_fetch_add(1<<16, &lock->val); in ticket_spin_lock() local 66 u32 val = atomic_read(&lock->val); in ticket_spin_unlock() local 73 u32 val = lock.val.counter; in ticket_spin_value_unlocked() local 80 arch_spinlock_t val = READ_ONCE(*lock); in ticket_spin_is_locked() local 87 u32 val = atomic_read(&lock->val); in ticket_spin_is_contended() local 97 #define arch_spin_is_locked(l) ticket_spin_is_locked(l) argument 98 #define arch_spin_is_contended(l) ticket_spin_is_contended(l) argument 99 #define arch_spin_value_unlocked(l) ticket_spin_value_unlocked(l) argument 100 #define arch_spin_lock(l) ticket_spin_lock(l) argument 101 #define arch_spin_trylock(l) ticket_spin_trylock(l) argument [all …]
|
D | qspinlock.h | 92 int val = atomic_read(&lock->val); in queued_spin_trylock() local 109 int val = 0; in queued_spin_lock() local 144 #define arch_spin_is_locked(l) queued_spin_is_locked(l) argument 145 #define arch_spin_is_contended(l) queued_spin_is_contended(l) argument 146 #define arch_spin_value_unlocked(l) queued_spin_value_unlocked(l) argument 147 #define arch_spin_lock(l) queued_spin_lock(l) argument 148 #define arch_spin_trylock(l) queued_spin_trylock(l) argument 149 #define arch_spin_unlock(l) queued_spin_unlock(l) argument
|
/linux-6.14.4/arch/arm/include/asm/ |
D | io.h | 68 static inline void __raw_writew(u16 val, volatile void __iomem *addr) in __raw_writew() 77 u16 val; in __raw_readw() local 86 static inline void __raw_writeb(u8 val, volatile void __iomem *addr) in __raw_writeb() 93 static inline void __raw_writel(u32 val, volatile void __iomem *addr) in __raw_writel() 102 u8 val; in __raw_readb() local 112 u32 val; in __raw_readl() local 247 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument 248 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument 249 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) argument 251 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument [all …]
|
/linux-6.14.4/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 384 u32 val; in wait_for_pll() local 435 unsigned int val) in clk_alpha_pll_write_config() 444 u32 val, mask; in clk_alpha_pll_configure() local 504 u32 val; in clk_alpha_pll_hwfsm_enable() local 529 u32 val; in clk_alpha_pll_hwfsm_disable() local 559 u32 val; in pll_is_enabled() local 582 u32 val, mask; in clk_alpha_pll_enable() local 634 u32 val, mask; in clk_alpha_pll_disable() local 658 alpha_pll_calc_rate(u64 prate, u32 l, u32 a, u32 alpha_width) in alpha_pll_calc_rate() 664 alpha_pll_round_rate(unsigned long rate, unsigned long prate, u32 *l, u64 *a, in alpha_pll_round_rate() [all …]
|
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_vcap_debugfs.c | 13 u32 val; in lan966x_vcap_is1_port_keys() local 25 for (int l = 0; l < admin->lookups; ++l) { in lan966x_vcap_is1_port_keys() local 130 u32 val; in lan966x_vcap_is2_port_keys() local 142 for (int l = 0; l < admin->lookups; ++l) { in lan966x_vcap_is2_port_keys() local 200 u32 val; in lan966x_vcap_es0_port_keys() local
|
/linux-6.14.4/arch/x86/include/asm/ |
D | msr.h | 47 #define DECLARE_ARGS(val, low, high) unsigned long low, high argument 48 #define EAX_EDX_VAL(val, low, high) ((low) | (high) << 32) argument 49 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument 51 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 52 #define EAX_EDX_VAL(val, low, high) (val) argument 53 #define EAX_EDX_RET(val, low, high) "=A" (val) argument 70 static inline void do_trace_write_msr(unsigned int msr, u64 val, int failed) {} in do_trace_write_msr() 71 static inline void do_trace_read_msr(unsigned int msr, u64 val, int failed) {} in do_trace_read_msr() 72 static inline void do_trace_rdpmc(unsigned int msr, u64 val, int failed) {} in do_trace_rdpmc() 112 #define native_wrmsrl(msr, val) \ argument [all …]
|
/linux-6.14.4/arch/arm/mach-omap1/ |
D | usb.c | 279 u32 l; in omap1_usb0_init() local 294 u32 l; in omap1_usb0_init() local 337 u32 l; in omap1_usb0_init() local 354 u32 l; in omap1_usb0_init() local 376 u32 l; in omap1_usb1_init() local 421 u32 l; in omap1_usb1_init() local 446 u32 l; in omap1_usb2_init() local 492 u32 l; in omap1_usb2_init() local 595 unsigned int val; in omap_1510_usb_init() local
|
/linux-6.14.4/crypto/ |
D | michael_mic.c | 18 u32 l, r; member 25 u32 l, r; member 28 static inline u32 xswap(u32 val) in xswap() 34 #define michael_block(l, r) \ argument
|
/linux-6.14.4/drivers/gpu/drm/bridge/cadence/ |
D | cdns-dsi-core.c | 78 #define DATA_LANE_ULPM_REQ(l) BIT(9 + (l)) argument 127 #define DATA_LANE_RDY(l) BIT(2 + (l)) argument 135 #define ERR_CONT_LP(x, l) BIT(18 + ((x) * 4) + (l)) argument 136 #define ERR_CONTROL(l) BIT(14 + (l)) argument 137 #define ERR_SYNESC(l) BIT(10 + (l)) argument 138 #define ERR_ESC(l) BIT(6 + (l)) argument 141 #define ERR_CONT_LP_EDGE(x, l) BIT(12 + ((x) * 4) + (l)) argument 142 #define ERR_CONTROL_EDGE(l) BIT(8 + (l)) argument 143 #define ERR_SYN_ESC_EDGE(l) BIT(4 + (l)) argument 144 #define ERR_ESC_EDGE(l) BIT(0 + (l)) argument [all …]
|
/linux-6.14.4/drivers/memory/ |
D | omap-gpmc.c | 113 #define GPMC_REVISION_MAJOR(l) (((l) >> 4) & 0xf) argument 114 #define GPMC_REVISION_MINOR(l) ((l) & 0xf) argument 146 #define GPMC_CONFIG1_CLKACTIVATIONTIME(val) (((val) & 3) << 25) argument 149 #define GPMC_CONFIG1_PAGE_LEN(val) (((val) & 3) << 23) argument 154 #define GPMC_CONFIG1_WAIT_MON_TIME(val) (((val) & 3) << 18) argument 157 #define GPMC_CONFIG1_WAIT_PIN_SEL(val) (((val) & 3) << 16) argument 158 #define GPMC_CONFIG1_DEVICESIZE(val) (((val) & 3) << 12) argument 162 #define GPMC_CONFIG1_DEVICETYPE(val) (((val) & 3) << 10) argument 164 #define GPMC_CONFIG1_MUXTYPE(val) (((val) & 3) << 8) argument 166 #define GPMC_CONFIG1_FCLK_DIV(val) ((val) & 3) argument [all …]
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-ssd202d.c | 64 unsigned int val; in ssd202d_rtc_isoctrl() local 97 unsigned int l, h; in ssd202d_rtc_read_reg() local 98 u16 val; in ssd202d_rtc_read_reg() local 117 u16 val; in ssd202d_rtc_write_reg() local 130 unsigned int l, h; in ssd202d_rtc_read_counter() local 131 u16 val; in ssd202d_rtc_read_counter() local 178 u16 val; in ssd202d_rtc_reset_counter() local
|
/linux-6.14.4/drivers/ata/pata_parport/ |
D | friq.c | 38 #define j44(l, h) (((l >> 4) & 0x0f) | (h & 0xf0)) argument 48 int h, l, r; in friq_read_regr() local 60 static void friq_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in friq_write_regr() 71 int h, l, k, ph; in friq_read_block_int() local
|
D | frpw.c | 24 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument 34 int h, l, r; in frpw_read_regr() local 47 static void frpw_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in frpw_write_regr() 59 int h, l, k, ph; in frpw_read_block_int() local
|
D | bpck.c | 29 #define j44(l,h) (((l>>3)&0x7)|((l>>4)&0x8)|((h<<1)&0x70)|(h&0x80)) argument 40 int r, l, h; in bpck_read_regr() local 69 static void bpck_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in bpck_write_regr() 153 int i, l, h; in bpck_read_block() local 301 int i, e, l, h, om; in bpck_test_proto() local
|
D | comm.c | 38 int l, h, r; in comm_read_regr() local 64 static void comm_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in comm_write_regr() 101 int i, l, h; in comm_read_block() local
|
D | on20.c | 39 int h, l, r; in on20_read_regr() local 60 static void on20_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in on20_write_regr() 91 int k, l, h; in on20_read_block() local
|
/linux-6.14.4/drivers/media/platform/qcom/camss/ |
D | camss-csiphy-2ph-1-0.c | 103 u8 val, l = 0; in csiphy_lanes_enable() local 141 u8 l = 0; in csiphy_lanes_disable() local 170 u8 val = readl_relaxed(csiphy->base + in csiphy_isr() local
|
/linux-6.14.4/drivers/scsi/ |
D | nsp32_io.h | 14 unsigned char val) in nsp32_write1() 27 unsigned short val) in nsp32_write2() 40 unsigned long val) in nsp32_write4() 55 unsigned char val) in nsp32_mmio_write1() 76 unsigned short val) in nsp32_mmio_write2() 97 unsigned long val) in nsp32_mmio_write4() 127 unsigned char val) in nsp32_index_write1() 142 unsigned short val) in nsp32_index_write2() 151 unsigned long h,l; in nsp32_index_read4() local 162 unsigned long val) in nsp32_index_write4() [all …]
|
/linux-6.14.4/net/tipc/ |
D | link.c | 268 bool tipc_link_is_up(struct tipc_link *l) in tipc_link_is_up() 273 bool tipc_link_peer_is_down(struct tipc_link *l) in tipc_link_peer_is_down() 278 bool tipc_link_is_reset(struct tipc_link *l) in tipc_link_is_reset() 283 bool tipc_link_is_establishing(struct tipc_link *l) in tipc_link_is_establishing() 288 bool tipc_link_is_synching(struct tipc_link *l) in tipc_link_is_synching() 293 bool tipc_link_is_failingover(struct tipc_link *l) in tipc_link_is_failingover() 298 bool tipc_link_is_blocked(struct tipc_link *l) in tipc_link_is_blocked() 303 static bool link_is_bc_sndlink(struct tipc_link *l) in link_is_bc_sndlink() 308 static bool link_is_bc_rcvlink(struct tipc_link *l) in link_is_bc_rcvlink() 313 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() [all …]
|
/linux-6.14.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.h | 112 #define IPP_SRCDST_MFORMAT(f, m, l) \ argument 118 #define IPP_SRCDST_FORMAT(f, l) IPP_SRCDST_MFORMAT(f, 0, l) argument 120 #define IPP_SIZE_LIMIT(l, val...) \ argument 124 #define IPP_SCALE_LIMIT(val...) \ argument
|
/linux-6.14.4/kernel/cgroup/ |
D | cgroup-v1.c | 204 struct cgroup_pidlist *l, *tmp_l; in cgroup1_pidlist_destroy_all() local 218 struct cgroup_pidlist *l = container_of(dwork, struct cgroup_pidlist, in cgroup_pidlist_destroy_work_fn() local 286 struct cgroup_pidlist *l; in cgroup_pidlist_find() local 307 struct cgroup_pidlist *l; in cgroup_pidlist_find_create() local 340 struct cgroup_pidlist *l; in pidlist_array_load() local 404 struct cgroup_pidlist *l; in cgroup_pidlist_start() local 458 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_stop() local 470 struct cgroup_pidlist *l = ctx->procs1.pidlist; in cgroup_pidlist_next() local 602 struct cftype *cft, u64 val) in cgroup_write_notify_on_release() 618 struct cftype *cft, u64 val) in cgroup_clone_children_write()
|
/linux-6.14.4/lib/ |
D | kfifo.c | 95 unsigned int l; in kfifo_copy_in() local 117 unsigned int l; in __kfifo_in() local 134 unsigned int l; in kfifo_copy_out() local 156 unsigned int l; in __kfifo_out_peek() local 195 unsigned int l; in kfifo_copy_from_user() local 227 unsigned int l; in __kfifo_from_user() local 253 unsigned int l; in kfifo_copy_to_user() local 287 unsigned int l; in __kfifo_to_user() local 354 unsigned int l; in __kfifo_dma_in_prepare() local 368 unsigned int l; in __kfifo_dma_out_prepare() local [all …]
|
/linux-6.14.4/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 21 #define debug_dump(b, l, method) do {\ argument 31 #define debug_dump(b, l, method) do { } while (0) argument 69 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) in flexcop_usb_readwrite_dw() 303 flexcop_ibi_value val; in flexcop_usb_read_ibi_reg() local 310 flexcop_ibi_register reg, flexcop_ibi_value val) in flexcop_usb_write_ibi_reg() 330 int l; in flexcop_usb_process_frame() local
|
/linux-6.14.4/drivers/gpu/drm/sun4i/ |
D | sun4i_backend.h | 29 #define SUN4I_BACKEND_MODCTL_LAY_EN(l) BIT(8 + l) argument 43 #define SUN4I_BACKEND_LAYSIZE_REG(l) (0x810 + (0x4 * (l))) argument 47 #define SUN4I_BACKEND_LAYCOOR_REG(l) (0x820 + (0x4 * (l))) argument 51 #define SUN4I_BACKEND_LAYLINEWIDTH_REG(l) (0x840 + (0x4 * (l))) argument 53 #define SUN4I_BACKEND_LAYFB_L32ADD_REG(l) (0x850 + (0x4 * (l))) argument 56 #define SUN4I_BACKEND_LAYFB_H4ADD_MSK(l) GENMASK(3 + ((l) * 8), (l) * 8) argument 57 #define SUN4I_BACKEND_LAYFB_H4ADD(l, val) ((val) << ((l) * 8)) argument 66 #define SUN4I_BACKEND_ATTCTL_REG0(l) (0x890 + (0x4 * (l))) argument 77 #define SUN4I_BACKEND_ATTCTL_REG1(l) (0x8a0 + (0x4 * (l))) argument
|
/linux-6.14.4/scripts/dtc/ |
D | flattree.c | 45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 175 struct label *l; in asm_emit_beginnode() local 188 struct label *l; in asm_emit_endnode() local 201 struct label *l; in asm_emit_property() local 518 struct label *l; in dt_to_asm() local 589 fdt32_t val; in flat_read_word() local 669 struct data val; in flat_read_property() local 737 uint32_t val; in unflatten_tree() local 808 uint32_t val; in dt_from_blob() local
|