Home
last modified time | relevance | path

Searched refs:MOD (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dassabet.c120 #define MOD GPIO_GPIO(17) macro
178 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write()
179 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
192 GPSR = gplr & (SDA | SCK | MOD); in adv7171_write()
193 GPCR = (~gplr) & (SDA | SCK | MOD); in adv7171_write()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dassabet.c118 #define MOD GPIO_GPIO(17) macro
176 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write()
177 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write()
190 GPSR = gplr & (SDA | SCK | MOD); in adv7171_write()
191 GPCR = (~gplr) & (SDA | SCK | MOD); in adv7171_write()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsrem_mod.S4 | The entry point sMOD computes the floating point MOD of the
25 | signQ := signX EOR signY. Record whether MOD or REM
35 | Step 3. Perform MOD(X,Y)
42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set
44 | MOD is requested, go to Step 6.
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsrem_mod.S4 | The entry point sMOD computes the floating point MOD of the
25 | signQ := signX EOR signY. Record whether MOD or REM
35 | Step 3. Perform MOD(X,Y)
42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set
44 | MOD is requested, go to Step 6.
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c989 * register e.g. in DIV or MOD instructions. in bpf_jit_blind_insn()
1225 INSN_3(ALU, MOD, X), \
1241 INSN_3(ALU, MOD, K), \
1255 INSN_3(ALU64, MOD, X), \
1269 INSN_3(ALU64, MOD, K), \
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c1269 * register e.g. in DIV or MOD instructions. in bpf_jit_blind_insn()
1517 INSN_3(ALU, MOD, X), \
1533 INSN_3(ALU, MOD, K), \
1547 INSN_3(ALU64, MOD, X), \
1562 INSN_3(ALU64, MOD, K), \
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.c211 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h66 #define MOD DRV_NAME ":" macro
H A Dqp.c2571 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_cmdq.c206 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h66 #define MOD DRV_NAME ":" macro
H A Dqp.c2562 pr_warn(MOD "%s: srqid %u not in BAR2 range.\n", in alloc_srq_queue()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile220 $(call msg,MOD,,$@)
/kernel/linux/linux-6.6/lib/
H A Dtest_bpf.c11322 "MOD default X",
11338 "MOD default A",
11613 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R8, 123456789),
11614 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MOD, R9, 123456789),
11636 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R8, 123456789),
11637 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MOD, R9, 123456789),
11659 BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R8, R1),
11660 BPF_TEST_CLOBBER_ALU(ALU64_REG, MOD, R9, R1),
11682 BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R8, R1),
11683 BPF_TEST_CLOBBER_ALU(ALU32_REG, MOD, R
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S9341 # smod(): computes the fp MOD of the input values X,Y. #
9359 # signQ := signX EOR signY. Record whether MOD or REM #
9369 # Step 3. Perform MOD(X,Y) #
9376 # Step 4. At this point, R = X - QY = MOD(X,Y). Set #
9378 # MOD is requested, go to Step 6. #
9380 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. #
9381 # 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S9341 # smod(): computes the fp MOD of the input values X,Y. #
9359 # signQ := signX EOR signY. Record whether MOD or REM #
9369 # Step 3. Perform MOD(X,Y) #
9376 # Step 4. At this point, R = X - QY = MOD(X,Y). Set #
9378 # MOD is requested, go to Step 6. #
9380 # Step 5. R = MOD(X,Y), but REM(X,Y) is requested. #
9381 # 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to #

Completed in 66 milliseconds