Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 73 of 73) sorted by relevance

/linux-4.4.14/Documentation/isdn/
DINTERFACE.fax7 The communication between linklevel (LL) and hardwarelevel (HL) for fax
9 This struct is allocated in the LL.
10 In order to use fax, the LL provides the pointer to this struct with the
18 In receive-mode the LL-driver takes care of the bit-order conversion
24 capability-values and the command-codes between LL and HL.
27 is in this struct set by the LL.
28 To signal information to the LL, the HL-driver has to set the
59 Defines the actual state of fax connection. Set by HL or LL
61 If the phase changes because of an AT command, the LL driver
71 Commands from LL to HL; possible constants :
[all …]
DINTERFACE7 The Communication between Linklevel (LL) and Hardwarelevel (HL)
10 An HL-driver can register itself at LL by calling the function
12 to preset some of the fields of isdn_if. The LL sets the rest of
48 the LL puts an id there, which has to be used by the HL-driver when
56 tells the LL the maximum size of a data-packet it will accept.
81 This field will be set by LL. The HL-driver delivers received data-
92 This field will be set by LL. This function has to be called by the
93 HL-driver for signaling status-changes or other events to the LL.
113 to be called by LL to perform functions like dialing, B-channel
133 be called by the LL for delivering data to be send via B-Channel.
[all …]
DREADME.diversion4 module need to be adapted to the HL<->LL interface described in a separate
/linux-4.4.14/arch/parisc/include/asm/
Dprocessor.h288 regs->fr[ 0] = 0LL; \
289 regs->fr[ 1] = 0LL; \
290 regs->fr[ 2] = 0LL; \
291 regs->fr[ 3] = 0LL; \
/linux-4.4.14/Documentation/video4linux/bttv/
DTuners22 L= Secam LL
25 Q= BG+I+DK+LL
57 MF: BG LL w/ Secam (Multi France)
58 ME: BG DK I LL (Multi Europe)
73 xx1x: Pal DK, Secam LL
/linux-4.4.14/drivers/edac/
Dmce_amd.h23 #define LL(x) ((x) & 0x3) macro
24 #define LL_MSG(x) ll_msgs[LL(x)]
Dmce_amd.c155 u8 ll = LL(ec); in f12h_mc0_mce()
170 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce()
194 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce()
214 if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG) in cat_mc0_mce()
315 u8 ll = LL(ec); in k8_mc1_mce()
/linux-4.4.14/arch/arm/kernel/
Dperf_event_v7.c202 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS,
203 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL,
204 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS,
205 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL,
341 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_READ,
342 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_READ,
343 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_WRITE,
344 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_WRITE,
390 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L2_CACHE_ACCESS,
391 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L2_CACHE_REFILL,
[all …]
/linux-4.4.14/tools/power/cpupower/bench/
Dbenchmark.c109 performance_time = 0LL; in start_benchmark()
110 powersave_time = 0LL; in start_benchmark()
/linux-4.4.14/fs/xfs/
Dxfs_error.c103 if ((fsid == 0LL || xfs_etest_fsid[i] == fsid) && in xfs_errortag_clearall()
109 xfs_etest_fsid[i] = 0LL; in xfs_errortag_clearall()
Dxfs_log_recover.c4772 freeblks = 0LL; in xlog_recover_check_summary()
4773 itotal = 0LL; in xlog_recover_check_summary()
4774 ifree = 0LL; in xlog_recover_check_summary()
/linux-4.4.14/fs/ocfs2/cluster/
Dnetdebug.c292 # define sc_tv_acquiry_total_ns(_s) (0LL)
293 # define sc_tv_send_total_ns(_s) (0LL)
294 # define sc_tv_status_total_ns(_s) (0LL)
295 # define sc_tv_process_total_ns(_s) (0LL)
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-address.h40 CVMX_MIPS_SPACE_XUSEG = 0LL
45 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
Dcvmx.h38 CVMX_MIPS_SPACE_XUSEG = 0LL
Dcvmx-ipd.h41 CVMX_IPD_OPC_MODE_STT = 0LL, /* All blocks DRAM, not cached in L2 */
/linux-4.4.14/lib/
Dtest-kstrtox.c241 {"0", 10, 0LL}, in test_kstrtoll_ok()
263 {"-0", 10, 0LL}, in test_kstrtoll_ok()
Dvsprintf.c401 bool is_zero = num == 0LL; in number()
/linux-4.4.14/include/asm-generic/
Dint-ll64.h33 #define S64_C(x) x ## LL
Datomic64.h56 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
/linux-4.4.14/sound/usb/usx2y/
Dusbus428ctldefs.h79 LL, member
/linux-4.4.14/arch/arm/nwfpe/
DARM-gcc.h61 #define LIT64( a ) a##LL
/linux-4.4.14/arch/powerpc/perf/
De6500-pmu.c57 [C(LL)] = {
De500-pmu.c59 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dmpc7450-pmu.c372 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dppc970-pmu.c450 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dpower6-pmu.c499 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dpower7-pmu.c349 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dpower4-pmu.c570 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dpower5-pmu.c578 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dpower5+-pmu.c636 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
Dpower8-pmu.c733 [ C(LL) ] = {
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c344 [ C(LL ) ] = {
421 [ C(LL ) ] = {
509 [ C(LL ) ] = {
572 [ C(LL ) ] = {
728 [ C(LL ) ] = {
805 [ C(LL ) ] = {
880 [ C(LL ) ] = {
1000 [ C(LL ) ] = {
1063 [ C(LL ) ] = {
1178 [ C(LL ) ] = {
[all …]
Dperf_event_p6.c55 [ C(LL ) ] = {
Dperf_event_knc.c58 [ C(LL ) ] = {
Dperf_event_amd.c43 [ C(LL ) ] = {
Dperf_event_p4.c526 [ C(LL ) ] = {
/linux-4.4.14/drivers/net/ethernet/xilinx/
DKconfig35 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
/linux-4.4.14/arch/mips/include/asm/
Daddrspace.h30 #define _CONST64_(x) x ## LL
/linux-4.4.14/arch/mips/kvm/
D00README.txt25 LL/TLBP/SC. Since the TLBP instruction causes a trap the reservation gets cleared
Demulate.c2304 #define LL 0xc0000000 macro
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l149 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
/linux-4.4.14/net/ceph/crush/
Dmapper.c250 __u64 RH, LH, LL, xl64, result; in crush_ln() local
277 LL = __LL_tbl[index2]; in crush_ln()
279 LH = LH + LL; in crush_ln()
/linux-4.4.14/arch/arc/include/asm/
Dperf_event.h155 [C(LL)] = {
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
Dperf_event.c149 [ C(LL) ] = {
/linux-4.4.14/arch/tile/include/asm/
Datomic_32.h194 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dperf_event.c124 [ C(LL) ] = {
Dsoftfloat.c42 #define LIT64( a ) a##LL
/linux-4.4.14/drivers/media/radio/
Dradio-tea5777.c95 #define TEA5777_W_FM_FREF_VALUE 0LL /* 50k steps, 150k IF */
116 #define TEA5777_W_AM_LW 0LL
/linux-4.4.14/kernel/sched/
Ddebug.c131 0LL, 0L, in print_task()
133 0LL, 0L); in print_task()
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c899 [C(LL)] = {
980 [C(LL)] = {
1111 [C(LL)] = {
1193 [C(LL)] = {
Dtraps.c488 #define LL 0xc0000000 macro
599 if ((opcode & OPCODE) == LL) { in simulate_llsc()
Dmips-r2-to-r6-emul.c47 #define LL "ll " macro
/linux-4.4.14/arch/tile/kernel/
Dperf_event.c157 [C(LL)] = {
253 [C(LL)] = {
/linux-4.4.14/arch/sparc/kernel/
Dperf_event.c247 [C(LL)] = {
385 [C(LL)] = {
520 [C(LL)] = {
657 [C(LL)] = {
/linux-4.4.14/arch/arm/include/asm/
Datomic.h451 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL)
/linux-4.4.14/arch/blackfin/kernel/
Dperf_event.c117 [C(LL)] = {
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt27 the LL/SC instruction pairs supported on a number of platforms.
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dfpu.c141 high = 0LL; in mult64()
/linux-4.4.14/fs/nfs/blocklayout/
Dextent_tree.c508 p = xdr_encode_hyper(p, 0LL); in ext_tree_encode_commit()
/linux-4.4.14/net/bluetooth/bnep/
Dcore.c189 while (memcmp(a1, a2, 6) < 0 && s->mc_filter != ~0LL) { in bnep_ctrl_set_mcfilter()
/linux-4.4.14/arch/metag/kernel/perf/
Dperf_event.c430 [C(LL)] = {
/linux-4.4.14/kernel/time/
Dtick-sched.c798 if (expires.tv64 > 0LL) { in __tick_nohz_idle_enter()
/linux-4.4.14/drivers/md/
Ddm-snap-persistent.c468 if (e.new_chunk == 0LL) { in insert_exceptions()
/linux-4.4.14/include/linux/
Dsyscalls.h104 #define __TYPE_IS_LL(t) (__same_type((t)0, 0LL) || __same_type((t)0, 0ULL))
105 #define __SC_LONG(t, a) __typeof(__builtin_choose_expr(__TYPE_IS_LL(t), 0LL, 0L)) a
/linux-4.4.14/arch/mips/
DKconfig1918 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC
1924 # CPU may reorder reads and writes beyond LL/SC
1925 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC
/linux-4.4.14/drivers/scsi/aacraid/
Dcommctrl.c65 dma_addr_t hw_fib_pa = (dma_addr_t)0LL; in ioctl_send_fib()
/linux-4.4.14/arch/mn10300/
DKconfig120 capable of doing LL/SC equivalent operations.
/linux-4.4.14/fs/ntfs/
Dsuper.c2632 if (size < 0LL) in ntfs_statfs()
2633 size = 0LL; in ntfs_statfs()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c474 if (act_entry->id.stck == 0LL) in debug_format_entry()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c420 raw_desc->m0 = cpu_to_le64(SET_VAL(LL, ll) | SET_VAL(NV, nv) | in xgene_enet_setup_tx_desc()
/linux-4.4.14/drivers/block/
Dskd_main.c922 skreq->sksg_list[n_sg - 1].next_desc_ptr = 0LL; in skd_preop_sg_list()
1876 sgd->next_desc_ptr = 0LL; in skd_format_internal_skspcl()
4210 sg_list[i].next_desc_ptr = 0LL; in skd_cons_sg_list()
/linux-4.4.14/mm/
Dpage-writeback.c785 return clamp(pos_ratio, 0LL, 2LL << RATELIMIT_CALC_SHIFT); in pos_ratio_polynom()
/linux-4.4.14/tools/perf/util/
Devsel.c423 [C(LL)] = (CACHE_READ | CACHE_WRITE | CACHE_PREFETCH),