/linux-4.4.14/arch/arm/mach-gemini/ |
D | time.c | 28 #define TIMER_COUNT(BASE) (IO_ADDRESS(BASE) + 0x00) argument 29 #define TIMER_LOAD(BASE) (IO_ADDRESS(BASE) + 0x04) argument 30 #define TIMER_MATCH1(BASE) (IO_ADDRESS(BASE) + 0x08) argument 31 #define TIMER_MATCH2(BASE) (IO_ADDRESS(BASE) + 0x0C) argument
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 106 Default: BASE <-- 0xc8 (current volume, no stereo detect, 109 Card Off: BASE <-- 0x00 (audio mute, no stereo detect, 112 Card On: BASE <-- 0x00 (see "Card Off", clears any unfinished business) 113 BASE <-- 0xc8 (see "Default") 115 Volume Down: BASE <-- 0x48 (volume down, no stereo detect, 118 BASE <-- 0xc8 (see "Default") 120 Volume Up: BASE <-- 0x88 (volume up, no stereo detect, 123 BASE <-- 0xc8 (see "Default") 125 Check Stereo: BASE <-- 0xd8 (current volume, stereo detect, 128 x <-- BASE (read ioport) [all …]
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-104-idio-16.c | 114 const unsigned BASE = idio_16_base; in idio_16_probe() local 122 if (!request_region(BASE, EXTENT, NAME)) { in idio_16_probe() 124 NAME, BASE, BASE + EXTENT); in idio_16_probe() 139 idio16gpio->base = BASE; in idio_16_probe() 156 release_region(BASE, EXTENT); in idio_16_probe()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 54 #define BASE (cobalt->bar0) macro 55 #define CAPABILITY_HEADER (BASE) 56 #define CAPABILITY_REGISTER (BASE + 0x04) 59 #define INTERRUPT_STATUS (BASE + 0x08) 60 #define PCI(c) (BASE + 0x40 + ((c) * 0x40)) 61 #define SIZE(c) (BASE + 0x58 + ((c) * 0x40)) 62 #define DESCRIPTOR(c) (BASE + 0x50 + ((c) * 0x40)) 63 #define CS_REG(c) (BASE + 0x60 + ((c) * 0x40)) 64 #define BYTES_TRANSFERRED(c) (BASE + 0x64 + ((c) * 0x40))
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 143 #define XFS_DA_LOGOFF(BASE, ADDR) ((char *)(ADDR) - (char *)(BASE)) argument 144 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ argument 145 (uint)(XFS_DA_LOGOFF(BASE, ADDR)), \ 146 (uint)(XFS_DA_LOGOFF(BASE, ADDR)+(SIZE)-1)
|
/linux-4.4.14/include/linux/ |
D | zutil.h | 53 #define BASE 65521L /* largest prime smaller than 65536 */ macro 100 s1 %= BASE; in zlib_adler32() 101 s2 %= BASE; in zlib_adler32()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | CMI8330 | 92 (IO 0 (SIZE 8) (BASE 0x0530)) 93 (IO 1 (SIZE 8) (BASE 0x0388)) 103 (IO 0 (SIZE 2) (BASE 0x0330)) 112 (IO 0 (SIZE 8) (BASE 0x0200)) 120 (IO 0 (SIZE 16) (BASE 0x0220))
|
D | ESS1868 | 24 (IO 0 (BASE 0x0220)) 25 (IO 1 (BASE 0x0388)) 26 (IO 2 (BASE 0x0330))
|
D | VIBRA16 | 41 (IO 0 (SIZE 16) (BASE 0x0220)) 42 (IO 2 (SIZE 4) (BASE 0x0388)) 50 (IO 0 (SIZE 1) (BASE 0x0200))
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 209 #define emit_loadptr(BASE, STRUCT, FIELD, DEST) \ argument 212 *prog++ = LDPTRI | RS1(BASE) | S13(_off) | RD(DEST); \ 215 #define emit_load32(BASE, STRUCT, FIELD, DEST) \ argument 218 *prog++ = LD32I | RS1(BASE) | S13(_off) | RD(DEST); \ 221 #define emit_load16(BASE, STRUCT, FIELD, DEST) \ argument 224 *prog++ = LD16I | RS1(BASE) | S13(_off) | RD(DEST); \ 227 #define __emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 229 *prog++ = LD8I | RS1(BASE) | S13(_off) | RD(DEST); \ 232 #define emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 234 __emit_load8(BASE, STRUCT, FIELD, DEST); \ [all …]
|
/linux-4.4.14/drivers/media/tuners/ |
D | tuner-xc2028-types.h | 13 #define BASE (1<<0) macro 14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
|
D | xc4000.c | 572 if (type & BASE) in dump_firm_type_and_int_freq() 661 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 983 if (priv->cur_fw.type & BASE) { in check_firmware() 998 rc = load_firmware(fe, BASE, &std0); in check_firmware() 1007 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 1009 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 1021 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware() 1092 priv->cur_fw.type |= BASE; in check_firmware() 1545 & (BASE | FM | DTV6 | DTV7 | DTV78 | DTV8)) == BASE) { in xc4000_get_frequency() 1578 if (priv->cur_fw.type & BASE) in xc4000_get_status() [all …]
|
D | tuner-xc2028.c | 181 if (type & BASE) in dump_firm_type_and_int_freq() 453 if (type & BASE) in seek_firmware() 760 (((BASE | new_fw.type) & BASE_TYPES) == in check_firmware() 776 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware() 786 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 788 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware() 801 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware() 881 priv->cur_fw.type |= BASE; in check_firmware()
|
/linux-4.4.14/drivers/ps3/ |
D | ps3av_cmd.c | 501 #define BASE PS3AV_CMD_AUDIO_FS_44K macro 505 [PS3AV_CMD_AUDIO_FS_44K-BASE] = { 6272, 6272, 17836, 17836, 8918 }, 506 [PS3AV_CMD_AUDIO_FS_48K-BASE] = { 6144, 6144, 11648, 11648, 5824 }, 507 [PS3AV_CMD_AUDIO_FS_88K-BASE] = { 12544, 12544, 35672, 35672, 17836 }, 508 [PS3AV_CMD_AUDIO_FS_96K-BASE] = { 12288, 12288, 23296, 23296, 11648 }, 509 [PS3AV_CMD_AUDIO_FS_176K-BASE] = { 25088, 25088, 71344, 71344, 35672 }, 510 [PS3AV_CMD_AUDIO_FS_192K-BASE] = { 24576, 24576, 46592, 46592, 23296 } 552 ns_val = ps3av_ns_table[PS3AV_CMD_AUDIO_FS_44K-BASE][d]; in ps3av_cnv_ns() 559 #undef BASE
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sun4v_tlb_miss.S | 10 #define LOAD_ITLB_INFO(BASE, VADDR, CTX) \ argument 11 ldx [BASE + HV_FAULT_I_ADDR_OFFSET], VADDR; \ 12 ldx [BASE + HV_FAULT_I_CTX_OFFSET], CTX; 15 #define LOAD_DTLB_INFO(BASE, VADDR, CTX) \ argument 16 ldx [BASE + HV_FAULT_D_ADDR_OFFSET], VADDR; \ 17 ldx [BASE + HV_FAULT_D_CTX_OFFSET], CTX;
|
/linux-4.4.14/arch/mips/include/asm/mips-boards/ |
D | bonito64.h | 411 #define BONITO_PCIMEMBASECFGBASE(WIN, BASE) (((BASE)>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBAS… argument
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc9194.h | 99 #define BASE 2 macro
|
D | smc9194.c | 886 base_address_register = inw( ioaddr + BASE ); in smc_probe()
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig.platform | 35 BASE Address for kernel
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 19 # UNCONFIGURED FSTAB FOR BASE SYSTEM
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 160 #define rcu_deref_locked(X, BASE) \ argument 161 rcu_dereference_protected(X, lockdep_is_held(&(BASE)->lock.lock))
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 485 #define BASE 0x03e00000 macro 526 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset); in simulate_ll() 566 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset); in simulate_sc()
|
/linux-4.4.14/Documentation/networking/ |
D | ixgbe.txt | 67 Finistar 1000BASE-T SFP FCLF8522P2BTL 68 Avago 1000BASE-T SFP ABCU-5710RZ
|
D | cs89x0.txt | 110 * Appropriate cable (and connector for AUI, 10BASE-2) for your network 173 10BASE-T (10BASE-T only adapter)
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | slogn.S | 356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
|
/linux-4.4.14/drivers/hwmon/ |
D | pc87360.c | 76 #define BASE 0x60 /* Register: Base address */ macro 1160 val = (superio_inb(sioaddr, BASE) << 8) in pc87360_find() 1161 | superio_inb(sioaddr, BASE + 1); in pc87360_find()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.HiSax | 226 (IO 0 (BASE 0x0580)) 227 (IO 1 (BASE 0x0180))
|
/linux-4.4.14/kernel/ |
D | module.c | 87 #define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ? \ argument 88 (PFN_DOWN((unsigned long)(BASE) + (SIZE) - 1) - \ 89 PFN_DOWN((unsigned long)BASE) + 1) \
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 309 port - port # for BASE (0x220,0x240,0x260,0x280) 322 "port" needs to match the BASE ADDRESS jumper on the card (0x220 or 0x240) 343 port - port # for BASE (0x220,0x240,0x260,0x280) 356 "port" needs to match the BASE ADDRESS jumper on the card (0x220 or 0x240)
|
/linux-4.4.14/arch/mips/kvm/ |
D | emulate.c | 2301 #define BASE 0x03e00000 macro
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 3082 The value of the APIC BASE msr. Only valid if in-kernel local
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 8253 lea LOGTBL(%pc),%a0 # BASE ADDRESS OF 1/F AND LOG(F)
|
/linux-4.4.14/ |
D | MAINTAINERS | 3368 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
|