Searched refs:ll (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/drivers/ptp/
H A Dptp_idt82p33.c996 offset_regval = div_s64((s64)(-offset_ns) * 1000000000ll,
/linux-master/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c55 #include <linux/platform_data/xilinx-ll-temac.h>
1642 { .compatible = "xlnx,xps-ll-temac-1.01.b", },
1643 { .compatible = "xlnx,xps-ll-temac-2.00.a", },
1644 { .compatible = "xlnx,xps-ll-temac-2.02.a", },
1645 { .compatible = "xlnx,xps-ll-temac-2.03.a", },
/linux-master/drivers/edac/
H A Di7core_edac.c1701 bool uncorrected_error = m->mcgstatus & 1ll << 61;
/linux-master/
H A DMakefile288 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
1569 @echo ' dir/file.ll - Build the LLVM assembly file'
1625 @echo ' dir/file.ll - Build the LLVM assembly file'
1941 -o -name '*.ll' \
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4150 u8 ll = 0; local
4176 ll = a->fc_ll_cc7;
4177 if (ll & FC_LL_VL || ll & FC_LL_L) {
4189 "SFP detect: %s-Range SFP %s (nvr=%x ll=%x lr=%x lrd=%x).\n",
4193 used_nvram, ll, ha->flags.lr_detected, ha->lr_distance);
/linux-master/scripts/
H A Dcheckpatch.pl527 our $Int_type = qr{(?i)llu|ull|ll|lu|ul|l|u};
6364 "\%L$1 is non-standard C, use %ll$1\n" . $herecurr);
7099 $format =~ /^"\%(?i:ll[udxi]|[udxi]ll|ll|[hl]h?[udxi]|[udxi][hl]h?|[hl]h?|[udxi])"$/) {
7279 $ull = "_ULL" if (defined($1) && $1 =~ /ll/i);
7391 if ($line =~ /\b((simple|strict)_(strto(l|ll|ul|ull)))\s*\(/) {
/linux-master/drivers/scsi/isci/
H A Dhost.c2218 &ihost->scu_registers->peg0.pe[i].ll);
/linux-master/fs/ntfs3/
H A Dinode.c1493 attr->nres.evcn = cpu_to_le64(-1ll);
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1902 # addressing mode was (a7)+. if so, we'll need to shift the
2133 # addressing mode was -(a7). if so, we'll need to shift the
4126 # until I feel like fixing this, we'll sidestep the exception.
4198 # we'll insert this new exception into the FPU and then return.
19386 # need to set immediate data flag here since we'll need to do
20381 # in the pre-decrement case from supervisor mode or else we'll corrupt
20983 # we'll have to change this, but for now, tough luck!!!

Completed in 291 milliseconds

12345