/linux-3.3/drivers/net/ethernet/sfc/ |
D | bitfield.h | 45 /* Low bit number of the specified field */ 108 * Extract bit field portion [low,high) from the native-endian element 120 * [0,high-low), with garbage in bits [high-low+1,...). 122 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument 123 (((low > max) || (high < min)) ? 0 : \ 124 ((low > min) ? \ 125 ((native_element) >> (low - min)) : \ 126 ((native_element) << (min - low)))) 129 * Extract bit field portion [low,high) from the 64-bit little-endian 132 #define EFX_EXTRACT64(element, min, max, low, high) \ argument [all …]
|
/linux-3.3/arch/x86/include/asm/ |
D | msr.h | 44 unsigned long low, high; in native_read_tscp() local 46 : "=a" (low), "=d" (high), "=c" (*aux)); in native_read_tscp() 47 return low | ((u64)high << 32); in native_read_tscp() 57 #define DECLARE_ARGS(val, low, high) unsigned low, high argument 58 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument 59 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument 60 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument 62 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 63 #define EAX_EDX_VAL(val, low, high) (val) argument 64 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument [all …]
|
/linux-3.3/arch/alpha/kernel/ |
D | machvec_impl.h | 79 #define IO_LITE(UP,low) \ argument 82 .mv_ioread8 = CAT(low,_ioread8), \ 83 .mv_ioread16 = CAT(low,_ioread16), \ 84 .mv_ioread32 = CAT(low,_ioread32), \ 85 .mv_iowrite8 = CAT(low,_iowrite8), \ 86 .mv_iowrite16 = CAT(low,_iowrite16), \ 87 .mv_iowrite32 = CAT(low,_iowrite32), \ 88 .mv_readb = CAT(low,_readb), \ 89 .mv_readw = CAT(low,_readw), \ 90 .mv_readl = CAT(low,_readl), \ [all …]
|
/linux-3.3/arch/arm/ |
D | Kconfig.debug | 68 bool "Kernel low-level debugging functions (read help!)" 81 prompt "Kernel low-level debugging port" 85 bool "No low-level debugging UART" 89 definition internally in order for low-level debugging to 93 bool "Kernel low-level debugging via EmbeddedICE DCC channel" 104 bool "Kernel low-level debugging on rm9200, 9260/9g20, 9261/9g10 and 9rl" 108 bool "Kernel low-level debugging on 9263, 9g45 and cap9" 112 bool "Kernel low-level debugging messages via footbridge 8250 at PCI COM1" 119 bool "Kernel low-level debugging messages via footbridge serial port" 126 bool "Kernel low-level debugging messages via UART1" [all …]
|
/linux-3.3/drivers/rtc/ |
D | rtc-max8925.c | 115 unsigned char high, low; in data_calc() local 121 low = (tm->tm_year + 1900) / 100; in data_calc() 122 low = low - high * 10; in data_calc() 123 buf[RTC_YEAR2] = (high << 4) + low; in data_calc() 125 low = tm->tm_year + 1900; in data_calc() 126 low = low - high * 10; in data_calc() 128 buf[RTC_YEAR1] = (high << 4) + low; in data_calc() 130 low = tm->tm_mon; in data_calc() 131 low = low - high * 10; in data_calc() 132 buf[RTC_MONTH] = (high << 4) + low; in data_calc() [all …]
|
/linux-3.3/Documentation/infiniband/ |
D | core_locking.txt | 5 both low-level drivers that sit below the midlayer and upper level 10 With the following exceptions, a low-level driver implementation of 46 used by low-level drivers to dispatch asynchronous events through 51 All of the methods in struct ib_device exported by a low-level 52 driver must be fully reentrant. The low-level driver is required to 59 Because low-level drivers are reentrant, upper level protocol 68 A low-level driver must not perform a callback directly from the 70 allowed for a low-level driver to call a consumer's completion event 71 handler directly from its post_send method. Instead, the low-level 75 The low-level driver is responsible for ensuring that multiple [all …]
|
/linux-3.3/Documentation/DocBook/media/v4l/ |
D | pixfmt-y10.xml | 30 <entry>Y'<subscript>00low</subscript></entry> 32 <entry>Y'<subscript>01low</subscript></entry> 34 <entry>Y'<subscript>02low</subscript></entry> 36 <entry>Y'<subscript>03low</subscript></entry> 41 <entry>Y'<subscript>10low</subscript></entry> 43 <entry>Y'<subscript>11low</subscript></entry> 45 <entry>Y'<subscript>12low</subscript></entry> 47 <entry>Y'<subscript>13low</subscript></entry> 52 <entry>Y'<subscript>20low</subscript></entry> 54 <entry>Y'<subscript>21low</subscript></entry> [all …]
|
D | pixfmt-sbggr16.xml | 34 <entry>B<subscript>00low</subscript></entry> 36 <entry>G<subscript>01low</subscript></entry> 38 <entry>B<subscript>02low</subscript></entry> 40 <entry>G<subscript>03low</subscript></entry> 45 <entry>G<subscript>10low</subscript></entry> 47 <entry>R<subscript>11low</subscript></entry> 49 <entry>G<subscript>12low</subscript></entry> 51 <entry>R<subscript>13low</subscript></entry> 56 <entry>B<subscript>20low</subscript></entry> 58 <entry>G<subscript>21low</subscript></entry> [all …]
|
D | pixfmt-y16.xml | 32 <entry>Y'<subscript>00low</subscript></entry> 34 <entry>Y'<subscript>01low</subscript></entry> 36 <entry>Y'<subscript>02low</subscript></entry> 38 <entry>Y'<subscript>03low</subscript></entry> 43 <entry>Y'<subscript>10low</subscript></entry> 45 <entry>Y'<subscript>11low</subscript></entry> 47 <entry>Y'<subscript>12low</subscript></entry> 49 <entry>Y'<subscript>13low</subscript></entry> 54 <entry>Y'<subscript>20low</subscript></entry> 56 <entry>Y'<subscript>21low</subscript></entry> [all …]
|
D | pixfmt-y12.xml | 30 <entry>Y'<subscript>00low</subscript></entry> 32 <entry>Y'<subscript>01low</subscript></entry> 34 <entry>Y'<subscript>02low</subscript></entry> 36 <entry>Y'<subscript>03low</subscript></entry> 41 <entry>Y'<subscript>10low</subscript></entry> 43 <entry>Y'<subscript>11low</subscript></entry> 45 <entry>Y'<subscript>12low</subscript></entry> 47 <entry>Y'<subscript>13low</subscript></entry> 52 <entry>Y'<subscript>20low</subscript></entry> 54 <entry>Y'<subscript>21low</subscript></entry> [all …]
|
D | pixfmt-srggb12.xml | 41 <entry>B<subscript>00low</subscript></entry> 43 <entry>G<subscript>01low</subscript></entry> 45 <entry>B<subscript>02low</subscript></entry> 47 <entry>G<subscript>03low</subscript></entry> 52 <entry>G<subscript>10low</subscript></entry> 54 <entry>R<subscript>11low</subscript></entry> 56 <entry>G<subscript>12low</subscript></entry> 58 <entry>R<subscript>13low</subscript></entry> 63 <entry>B<subscript>20low</subscript></entry> 65 <entry>G<subscript>21low</subscript></entry> [all …]
|
D | pixfmt-srggb10.xml | 41 <entry>B<subscript>00low</subscript></entry> 43 <entry>G<subscript>01low</subscript></entry> 45 <entry>B<subscript>02low</subscript></entry> 47 <entry>G<subscript>03low</subscript></entry> 52 <entry>G<subscript>10low</subscript></entry> 54 <entry>R<subscript>11low</subscript></entry> 56 <entry>G<subscript>12low</subscript></entry> 58 <entry>R<subscript>13low</subscript></entry> 63 <entry>B<subscript>20low</subscript></entry> 65 <entry>G<subscript>21low</subscript></entry> [all …]
|
/linux-3.3/arch/x86/kernel/cpu/mtrr/ |
D | centaur.c | 11 unsigned long low; member 52 centaur_mcr[mcr].low = lo; in mtrr_centaur_report_mcr() 61 *size = -(centaur_mcr[reg].low & 0xfffff000) >> PAGE_SHIFT; in centaur_get_mcr() 64 if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2)) in centaur_get_mcr() 66 if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25) in centaur_get_mcr() 68 if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31) in centaur_get_mcr() 76 unsigned long low, high; in centaur_set_mcr() local 80 high = low = 0; in centaur_set_mcr() 85 low = -size << PAGE_SHIFT | 0x1f; in centaur_set_mcr() 88 low = -size << PAGE_SHIFT | 0x02; /* NC */ in centaur_set_mcr() [all …]
|
D | amd.c | 12 unsigned long low, high; in amd_get_mtrr() local 14 rdmsr(MSR_K6_UWCCR, low, high); in amd_get_mtrr() 17 low = high; in amd_get_mtrr() 19 *base = (low & 0xFFFE0000) >> PAGE_SHIFT; in amd_get_mtrr() 21 if (low & 1) in amd_get_mtrr() 23 if (low & 2) in amd_get_mtrr() 25 if (!(low & 3)) { in amd_get_mtrr() 44 low = (~low) & 0x1FFFC; in amd_get_mtrr() 45 *size = (low + 4) << (15 - PAGE_SHIFT); in amd_get_mtrr() 64 * Low is MTRR0, High MTRR 1 in amd_set_mtrr()
|
/linux-3.3/Documentation/hwmon/ |
D | adm9240 | 74 with resolution of 0.5 degrees Celsius. High and low temperature limits 90 - low speed alarm is disabled 94 * User sets fan_min limit too low 95 - low speed alarm is enabled 99 - low speed alarm will be asserted if fan speed is 104 - low speed alarm is enabled 108 * User sets unreasonably high low fan speed limit 109 - resolution of the low speed limit may be reduced 156 a 20 ms active low pulse to reset an external Chassis Intrusion latch. 164 0 +2.5 V_Error high or low limit exceeded [all …]
|
/linux-3.3/arch/mn10300/kernel/ |
D | Makefile | 6 fpu-obj-y := fpu-nofpu.o fpu-nofpu-low.o 7 fpu-obj-$(CONFIG_FPU) := fpu.o fpu-low.o 14 obj-$(CONFIG_SMP) += smp.o smp-low.o 16 obj-$(CONFIG_MN10300_WD_TIMER) += mn10300-watchdog.o mn10300-watchdog-low.o 18 obj-$(CONFIG_MN10300_TTYSM) += mn10300-serial.o mn10300-serial-low.o \ 20 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-low.o 21 obj-$(CONFIG_GDBSTUB_ON_TTYSx) += gdb-io-serial.o gdb-io-serial-low.o 22 obj-$(CONFIG_GDBSTUB_ON_TTYSMx) += gdb-io-ttysm.o gdb-io-ttysm-low.o 25 obj-$(CONFIG_PROFILE) += profile.o profile-low.o
|
/linux-3.3/drivers/isdn/hisax/ |
D | bkm_ax.h | 3 * low level decls for T-Berkom cards A4T and Scitel Quadro (4*S0, passive) 57 #define sysRESET 0x01000000 /* bit 24:Softreset (Low) */ 63 #define guestISDN_INT_E 0x01000000 /* ISDN Int en (low) */ 64 #define guestVID_INT_E 0x02000000 /* Video interrupt en (low) */ 65 #define guestADI1_INT_R 0x04000000 /* ADI #1 int req (low) */ 66 #define guestADI2_INT_R 0x08000000 /* ADI #2 int req (low) */ 68 #define guestADI1_INT_S 0x20000000 /* ADI #1 int pending (low) */ 69 #define guestADI2_INT_S 0x40000000 /* ADI #2 int pending (low) */ 70 #define guestISDN_INT_S 0x80000000 /* ISAC int pending (low) */ 75 #define g_A4T_JADE_BOOTR 0x08000000 /* JADE enable boot SRAM (Low) NOT USED */ [all …]
|
/linux-3.3/include/linux/ |
D | amifdreg.h | 8 #define DSKRDY (0x1<<5) /* disk ready when low */ 9 #define DSKTRACK0 (0x1<<4) /* head at track zero when low */ 10 #define DSKPROT (0x1<<3) /* disk protected when low */ 11 #define DSKCHANGE (0x1<<2) /* low when disk removed */ 17 #define DSKMOTOR (0x1<<7) /* motor on when low */ 18 #define DSKSEL3 (0x1<<6) /* select drive 3 when low */ 19 #define DSKSEL2 (0x1<<5) /* select drive 2 when low */ 20 #define DSKSEL1 (0x1<<4) /* select drive 1 when low */ 21 #define DSKSEL0 (0x1<<3) /* select drive 0 when low */ 24 #define DSKSTEP (0x1) /* pulse low to step head 1 track */
|
D | cpu_pm.h | 25 * When a CPU goes to a low power state that turns off power to the CPU's 42 * after all the CPUs in the power domain have been notified of the low power 50 /* A single cpu is entering a low power state */ 53 /* A single cpu failed to enter a low power state */ 56 /* A single cpu is exiting a low power state */ 59 /* A cpu power domain is entering a low power state */ 62 /* A cpu power domain failed to enter a low power state */ 65 /* A cpu power domain is exiting a low power state */
|
/linux-3.3/arch/powerpc/kernel/ |
D | tau_6xx.c | 33 unsigned char low; member 59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); in set_thresholds() 67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); in set_thresholds() 83 if(thrm & THRM1_TIN){ /* crossed low threshold */ in TAUupdate() 84 if (tau[cpu].low >= step_size){ in TAUupdate() 85 tau[cpu].low -= step_size; in TAUupdate() 90 printk("low threshold crossed "); in TAUupdate() 97 tau[cpu].low += (step_size - window_expand); in TAUupdate() 151 size = tau[cpu].high - tau[cpu].low; in tau_timeout() 156 tau[cpu].low += shrink; in tau_timeout() [all …]
|
/linux-3.3/arch/s390/kernel/ |
D | stacktrace.c | 17 unsigned long low, in save_context_stack() argument 27 if (sp < low || sp > high) in save_context_stack() 38 low = sp; in save_context_stack() 42 if (sp <= low || sp > high - sizeof(*sf)) in save_context_stack() 48 if (sp <= low || sp > high - sizeof(*regs)) in save_context_stack() 60 low = sp; in save_context_stack() 89 unsigned long sp, low, high; in save_stack_trace_tsk() local 92 low = (unsigned long) task_stack_page(tsk); in save_stack_trace_tsk() 94 save_context_stack(trace, sp, low, high, 0); in save_stack_trace_tsk()
|
/linux-3.3/arch/tile/kernel/ |
D | compat.c | 30 * "high" and "low" value parts on 32-bit architectures. 36 long compat_sys_truncate64(char __user *filename, u32 dummy, u32 low, u32 high) in compat_sys_truncate64() argument 38 return sys_truncate(filename, ((loff_t)high << 32) | low); in compat_sys_truncate64() 41 long compat_sys_ftruncate64(unsigned int fd, u32 dummy, u32 low, u32 high) in compat_sys_ftruncate64() argument 43 return sys_ftruncate(fd, ((loff_t)high << 32) | low); in compat_sys_ftruncate64() 47 u32 dummy, u32 low, u32 high) in compat_sys_pread64() argument 49 return sys_pread64(fd, ubuf, count, ((loff_t)high << 32) | low); in compat_sys_pread64() 53 u32 dummy, u32 low, u32 high) in compat_sys_pwrite64() argument 55 return sys_pwrite64(fd, ubuf, count, ((loff_t)high << 32) | low); in compat_sys_pwrite64() 58 long compat_sys_lookup_dcookie(u32 low, u32 high, char __user *buf, size_t len) in compat_sys_lookup_dcookie() argument [all …]
|
/linux-3.3/Documentation/power/ |
D | states.txt | 6 each is dependent on platform support code to implement the low-level 17 a very low-latency transition back to a working system. No operating 21 We try to put devices in a low-power state equivalent to D1, which 22 also offers low power savings, but low resume latency. Not all devices 34 system is put into a low-power state, except for memory, which is 54 the absence of low-level platform support for power management. This 73 low-power state (like ACPI S4), or it may simply power down. Powering 75 system. However, entering a real low-power state allows the user to
|
/linux-3.3/arch/arm/nwfpe/ |
D | fpopcode.c | 31 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */ 32 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */ 33 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */ 34 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */ 35 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */ 36 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */ 37 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */ 38 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
|
/linux-3.3/arch/parisc/kernel/ |
D | sys_parisc.c | 139 unsigned int high, unsigned int low) in parisc_truncate64() argument 141 return sys_truncate(path, (long)high << 32 | low); in parisc_truncate64() 145 unsigned int high, unsigned int low) in parisc_ftruncate64() argument 147 return sys_ftruncate(fd, (long)high << 32 | low); in parisc_ftruncate64() 167 unsigned int high, unsigned int low) in parisc_truncate64() argument 169 return sys_truncate64(path, (loff_t)high << 32 | low); in parisc_truncate64() 173 unsigned int high, unsigned int low) in parisc_ftruncate64() argument 175 return sys_ftruncate64(fd, (loff_t)high << 32 | low); in parisc_ftruncate64() 180 unsigned int high, unsigned int low) in parisc_pread64() argument 182 return sys_pread64(fd, buf, count, (loff_t)high << 32 | low); in parisc_pread64() [all …]
|