/linux-4.4.14/arch/ia64/kernel/ |
D | entry.h | 24 #define SW(f) (IA64_SWITCH_STACK_##f##_OFFSET) macro 42 .savesp ar.unat,SW(CALLER_UNAT)+16+(off); \ 43 .savesp ar.fpsr,SW(AR_FPSR)+16+(off); \ 44 .spillsp f2,SW(F2)+16+(off); .spillsp f3,SW(F3)+16+(off); \ 45 .spillsp f4,SW(F4)+16+(off); .spillsp f5,SW(F5)+16+(off); \ 46 .spillsp f16,SW(F16)+16+(off); .spillsp f17,SW(F17)+16+(off); \ 47 .spillsp f18,SW(F18)+16+(off); .spillsp f19,SW(F19)+16+(off); \ 48 .spillsp f20,SW(F20)+16+(off); .spillsp f21,SW(F21)+16+(off); \ 49 .spillsp f22,SW(F22)+16+(off); .spillsp f23,SW(F23)+16+(off); \ 50 .spillsp f24,SW(F24)+16+(off); .spillsp f25,SW(F25)+16+(off); \ [all …]
|
D | entry.S | 250 adds r14=SW(R4)+16,sp 260 adds r15=SW(R5)+16,sp 264 add r14=SW(R4)+16,sp 266 st8.spill [r14]=r4,SW(R6)-SW(R4) // spill r4 and prefetch offset 0x1c0 274 adds r15=SW(R5)+16,sp 277 st8.spill [r15]=r5,SW(R7)-SW(R5) // spill r5 279 add r2=SW(F2)+16,sp // r2 = &sw->f2 281 st8.spill [r14]=r6,SW(B0)-SW(R6) // spill r6 283 add r3=SW(F3)+16,sp // r3 = &sw->f3 290 st8.spill [r15]=r7,SW(B2)-SW(R7) // spill r7 [all …]
|
D | mca_asm.S | 566 add temp1=SW(F2), regs 567 add temp2=SW(F3), regs 602 stf.spill [temp1]=f30,SW(B2)-SW(F30) 603 stf.spill [temp2]=f31,SW(B3)-SW(F31) 612 st8 [temp1]=temp3,SW(AR_LC)-SW(B4) // save b4 725 add temp1=SW(F2), regs 726 add temp2=SW(F3), regs 761 ldf.fill f30=[temp1],SW(B2)-SW(F30) 762 ldf.fill f31=[temp2],SW(B3)-SW(F31) 769 ld8 temp3=[temp1],SW(AR_LC)-SW(B4) // restore b4
|
D | unwind.c | 2252 unw.sw_off[unw.preg_index[UNW_REG_PRI_UNAT_GR]] = SW(CALLER_UNAT); in unw_init() 2253 unw.sw_off[unw.preg_index[UNW_REG_BSPSTORE]] = SW(AR_BSPSTORE); in unw_init() 2254 unw.sw_off[unw.preg_index[UNW_REG_PFS]] = SW(AR_PFS); in unw_init() 2255 unw.sw_off[unw.preg_index[UNW_REG_RP]] = SW(B0); in unw_init() 2256 unw.sw_off[unw.preg_index[UNW_REG_UNAT]] = SW(CALLER_UNAT); in unw_init() 2257 unw.sw_off[unw.preg_index[UNW_REG_PR]] = SW(PR); in unw_init() 2258 unw.sw_off[unw.preg_index[UNW_REG_LC]] = SW(AR_LC); in unw_init() 2259 unw.sw_off[unw.preg_index[UNW_REG_FPSR]] = SW(AR_FPSR); in unw_init() 2260 for (i = UNW_REG_R4, off = SW(R4); i <= UNW_REG_R7; ++i, off += 8) in unw_init() 2262 for (i = UNW_REG_B1, off = SW(B1); i <= UNW_REG_B5; ++i, off += 8) in unw_init() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | align.c | 45 #define SW 0x20 /* byte swap */ macro 135 { 4, LD+SW }, /* 10 0 1000: lwbrx */ 137 { 4, ST+SW }, /* 10 0 1010: stwbrx */ 139 { 2, LD+SW }, /* 10 0 1100: lhbrx */ 141 { 2, ST+SW }, /* 10 0 1110: sthbrx */ 270 if (swiz == 0 && (flags & SW)) in emulate_multiple() 287 flags ^= SW; in emulate_multiple() 299 bswiz = (flags & SW)? 3: 0; in emulate_multiple() 358 if (flags & SW) in emulate_fp_pair() 385 if (flags & SW) in emulate_lq_stq() [all …]
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | floppy.h | 41 #define SW fd_routine[use_virtual_dma&1] macro 53 #define fd_get_dma_residue() SW._get_dma_residue(FLOPPY_DMA) 54 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) 55 #define fd_dma_setup(addr, size, mode, io) SW._dma_setup(addr, size, mode, io)
|
/linux-4.4.14/Documentation/misc-devices/ |
D | eeprom | 30 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37 31 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37 32 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37 33 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37 34 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37 35 ST M34C02 2K 0x50 - 0x57, SW write protect at 0x30-37
|
/linux-4.4.14/arch/x86/include/asm/ |
D | floppy.h | 30 #define SW fd_routine[use_virtual_dma & 1] macro 42 #define fd_get_dma_residue() SW._get_dma_residue(FLOPPY_DMA) 43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) 44 #define fd_dma_setup(addr, size, mode, io) SW._dma_setup(addr, size, mode, io)
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-kona.h | 57 #define gate_is_sw_controllable(gate) FLAG_TEST(gate, GATE, SW) 165 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 177 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 188 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 198 .flags = FLAG(GATE, SW)|FLAG(GATE, SW_MANAGED)| \
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5250-arndale.dts | 34 label = "SW-TACT2"; 41 label = "SW-TACT3"; 48 label = "SW-TACT4"; 55 label = "SW-TACT5"; 62 label = "SW-TACT6"; 69 label = "SW-TACT7";
|
D | kirkwood-topkick.dts | 120 * [SW] [*] [*] [*]
|
D | tegra30-colibri.dtsi | 243 /* SW CTRL: +V1.0_VDD_CPU */ 372 /* SW: +V1.2_VDD_CORE */
|
D | tegra30-apalis.dtsi | 471 /* SW CTRL: +V1.0_VDD_CPU */ 606 /* SW: +V1.2_VDD_CORE */
|
D | exynos5420-arndale-octa.dts | 47 label = "SW-TACT1";
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | st-reset.txt | 1 *Device-Tree bindings for ST SW reset functionality
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-corsair | 5 Description: Get/set the current playback mode. "SW" for software mode
|
D | sysfs-class-mic.txt | 74 "crashed" - Shutdown because of a HW or SW crash.
|
D | sysfs-bus-coresight-devices-etm4x | 310 Description: (R) Print the content of the SW Lock Status Register
|
/linux-4.4.14/Documentation/networking/ |
D | README.ipw2100 | 164 1 = SW based RF kill active (radio off) 166 3 = Both HW and SW RF kill active (radio off) 168 0 = If SW based RF kill active, turn the radio back on 169 1 = If radio is on, activate SW based RF kill 171 NOTE: If you enable the SW based RF kill and then toggle the HW
|
D | README.ipw2200 | 294 1 = SW based RF kill active (radio off) 296 3 = Both HW and SW RF kill active (radio off) 298 0 = If SW based RF kill active, turn the radio back on 299 1 = If radio is on, activate SW based RF kill 301 NOTE: If you enable the SW based RF kill and then toggle the HW
|
D | pktgen.txt | 15 root 129 0.3 0.0 0 0 ? SW 2003 523:20 [pktgen/0] 16 root 130 0.3 0.0 0 0 ? SW 2003 509:50 [pktgen/1]
|
D | arcnet-hardware.txt | 1017 | U3 SW 1 JP0 ###| Phone Jacks 1691 SW 1 : Shared Memory Address and I/O Base 1724 SW 2 : Node ID (binary coded) 2192 | SW 3 SW 1 | | 2597 > | SW? || SW? | | 2797 Although the jumpers SW1 and SW3 are marked SW, not JP, they are jumpers, not
|
D | stmmac.txt | 164 Setting this flag the csum will be done in SW on
|
/linux-4.4.14/drivers/regulator/ |
D | mc13xxx.h | 108 MC13xxx_DEFINE(SW, _name, _reg, _vsel_reg, _voltages, ops)
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | brcm,iproc-pcie.txt | 21 by the ASIC after power on reset. In this case, SW needs to configure it
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | omap-usb.txt | 56 It should be set to "1" for HW mode and "2" for SW mode.
|
D | dwc3.txt | 19 - snps,disable_scramble_quirk: true when SW should disable data scrambling.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra20-i2c.txt | 34 interrupt disable by default and SW need to enable explicitly.
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 25 these channels will be SW triggered channels. See example.
|
/linux-4.4.14/drivers/media/radio/ |
D | Kconfig | 133 tristate "Thanko's Raremono AM/FM/SW radio support" 138 to receive the AM/FM/SW bands. 140 Say Y here if you want to connect this type of AM/FM/SW receiver
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 447 The radio receiver emulates an FM/AM/SW receiver. The FM band also supports RDS. 452 SW: 2300 kHz - 26.1 MHz 454 Valid channels are emulated every 1 MHz for FM and every 100 kHz for AM and SW. 456 frequency until it becomes 0% at +/- 50 kHz (FM) or 5 kHz (AM/SW) from the 483 The radio transmitter emulates an FM/AM/SW transmitter. The FM band also supports RDS. 488 SW: 2300 kHz - 26.1 MHz
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-v7.S | 475 orr r3, r3, #(1 << 10) @ set SW bit in "clear"
|
/linux-4.4.14/drivers/input/ |
D | input.c | 1484 INPUT_DEV_CAP_ATTR(SW, sw); 2012 INPUT_CLEANSE_BITMASK(dev, SW, sw); in input_cleanse_bitmasks()
|
/linux-4.4.14/drivers/iio/adc/ |
D | Kconfig | 353 driver supports both RT and SW conversion methods.
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 335 emit_long_instr(ctx, SW, reg, offset, base); in emit_store_stack_reg()
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 140 SW. We lose a bit of effectiveness of EEH in that case, but that's
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2131 _(SW , device->sw , &device->sw->engine); in nvkm_device_engine()
|
/linux-4.4.14/ |
D | CREDITS | 328 S: 2322 37th Ave SW 2559 S: 12725 SW Millikan Way, Suite 400 3317 S: 14355 SW Allen Blvd., Suite #140
|
D | MAINTAINERS | 10592 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 1777 (unsigned)SYM_FIELD(dd->revision, Revision_R, SW)); in pe_boardname()
|
D | qib_iba7220.c | 2088 (unsigned)SYM_FIELD(dd->revision, Revision_R, SW)); in qib_7220_boardname()
|
D | qib_iba7322.c | 3657 (unsigned)SYM_FIELD(dd->revision, Revision_R, SW)); in qib_7322_boardname()
|