Home
last modified time | relevance | path

Searched defs:a (Results 1 – 200 of 1743) sorted by relevance

123456789

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Ddevice.h40 #define nvxx_device(a) nv_device(nvxx_object((a))) argument
41 #define nvxx_bios(a) nvkm_bios(nvxx_device(a)) argument
42 #define nvxx_fb(a) nvkm_fb(nvxx_device(a)) argument
43 #define nvxx_mmu(a) nvkm_mmu(nvxx_device(a)) argument
44 #define nvxx_bar(a) nvkm_bar(nvxx_device(a)) argument
45 #define nvxx_gpio(a) nvkm_gpio(nvxx_device(a)) argument
46 #define nvxx_clk(a) nvkm_clk(nvxx_device(a)) argument
47 #define nvxx_i2c(a) nvkm_i2c(nvxx_device(a)) argument
48 #define nvxx_timer(a) nvkm_timer(nvxx_device(a)) argument
49 #define nvxx_wait(a,b,c,d) nv_wait(nvxx_timer(a), (b), (c), (d)) argument
[all …]
Dobject.h37 #define nvif_object(a) (a)->object argument
41 #define nvif_rd(a,b,c) ({ \ argument
50 #define nvif_wr(a,b,c,d) ({ \ argument
57 #define nvif_rd08(a,b) ({ u8 _v = nvif_rd((a), 8, (b)); _v; }) argument
58 #define nvif_rd16(a,b) ({ u16 _v = nvif_rd((a), 16, (b)); _v; }) argument
59 #define nvif_rd32(a,b) ({ u32 _v = nvif_rd((a), 32, (b)); _v; }) argument
60 #define nvif_wr08(a,b,c) nvif_wr((a), 8, (b), (u8)(c)) argument
61 #define nvif_wr16(a,b,c) nvif_wr((a), 16, (b), (u16)(c)) argument
62 #define nvif_wr32(a,b,c) nvif_wr((a), 32, (b), (u32)(c)) argument
63 #define nvif_mask(a,b,c,d) ({ \ argument
[all …]
/linux-4.1.27/arch/m32r/include/asm/
Daddrspace.h28 #define KSEGX(a) (((unsigned long)(a)) & 0xe0000000) argument
30 #define KSEGX(a) ((a) & 0xe0000000) argument
37 #define PHYSADDR(a) (((unsigned long)(a)) & 0x1fffffff) argument
39 #define PHYSADDR(a) ((a) & 0x1fffffff) argument
46 #define KSEG0ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG0)) argument
47 #define KSEG1ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG1)) argument
48 #define KSEG2ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG2)) argument
49 #define KSEG3ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG3)) argument
51 #define KSEG0ADDR(a) (((a) & 0x1fffffff) | KSEG0) argument
52 #define KSEG1ADDR(a) (((a) & 0x1fffffff) | KSEG1) argument
[all …]
Dbitops.h47 volatile __u32 *a = addr; in set_bit() local
83 volatile __u32 *a = addr; in clear_bit() local
119 volatile __u32 *a = addr; in change_bit() local
153 volatile __u32 *a = addr; in test_and_set_bit() local
188 volatile __u32 *a = addr; in test_and_clear_bit() local
225 volatile __u32 *a = addr; in test_and_change_bit() local
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_init.c46 static bool esas2r_initmem_alloc(struct esas2r_adapter *a, in esas2r_initmem_alloc()
75 static void esas2r_initmem_free(struct esas2r_adapter *a, in esas2r_initmem_free()
103 static bool alloc_vda_req(struct esas2r_adapter *a, in alloc_vda_req()
133 static void esas2r_unmap_regions(struct esas2r_adapter *a) in esas2r_unmap_regions()
150 static int esas2r_map_regions(struct esas2r_adapter *a) in esas2r_map_regions()
197 static void esas2r_setup_interrupts(struct esas2r_adapter *a, int intr_mode) in esas2r_setup_interrupts()
232 static void esas2r_claim_interrupts(struct esas2r_adapter *a) in esas2r_claim_interrupts()
264 struct esas2r_adapter *a; in esas2r_init_adapter() local
455 static void esas2r_adapter_power_down(struct esas2r_adapter *a, in esas2r_adapter_power_down()
565 struct esas2r_adapter *a = esas2r_adapters[i]; in esas2r_kill_adapter() local
[all …]
Desas2r_int.c56 void esas2r_polled_interrupt(struct esas2r_adapter *a) in esas2r_polled_interrupt()
94 struct esas2r_adapter *a = (struct esas2r_adapter *)dev_id; in esas2r_interrupt() local
105 void esas2r_adapter_interrupt(struct esas2r_adapter *a) in esas2r_adapter_interrupt()
133 struct esas2r_adapter *a = (struct esas2r_adapter *)dev_id; in esas2r_msi_interrupt() local
172 static void esas2r_handle_outbound_rsp_err(struct esas2r_adapter *a, in esas2r_handle_outbound_rsp_err()
205 static void esas2r_get_outbound_responses(struct esas2r_adapter *a) in esas2r_get_outbound_responses()
306 void esas2r_do_deferred_processes(struct esas2r_adapter *a) in esas2r_do_deferred_processes()
388 void esas2r_process_adapter_reset(struct esas2r_adapter *a) in esas2r_process_adapter_reset()
446 static void esas2r_process_bus_reset(struct esas2r_adapter *a) in esas2r_process_bus_reset()
479 static void esas2r_chip_rst_needed_during_tasklet(struct esas2r_adapter *a) in esas2r_chip_rst_needed_during_tasklet()
[all …]
Desas2r_disc.c83 void esas2r_disc_initialize(struct esas2r_adapter *a) in esas2r_disc_initialize()
146 void esas2r_disc_start_waiting(struct esas2r_adapter *a) in esas2r_disc_start_waiting()
158 void esas2r_disc_check_for_work(struct esas2r_adapter *a) in esas2r_disc_check_for_work()
196 void esas2r_disc_check_complete(struct esas2r_adapter *a) in esas2r_disc_check_complete()
289 void esas2r_disc_queue_event(struct esas2r_adapter *a, u8 disc_evt) in esas2r_disc_queue_event()
311 bool esas2r_disc_start_port(struct esas2r_adapter *a) in esas2r_disc_start_port()
386 static bool esas2r_disc_continue(struct esas2r_adapter *a, in esas2r_disc_continue()
459 static bool esas2r_disc_start_request(struct esas2r_adapter *a, in esas2r_disc_start_request()
488 void esas2r_disc_local_start_request(struct esas2r_adapter *a, in esas2r_disc_local_start_request()
502 static void esas2r_disc_abort(struct esas2r_adapter *a, in esas2r_disc_abort()
[all …]
Desas2r_targdb.c46 void esas2r_targ_db_initialize(struct esas2r_adapter *a) in esas2r_targ_db_initialize()
59 void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify) in esas2r_targ_db_remove_all()
82 void esas2r_targ_db_report_changes(struct esas2r_adapter *a) in esas2r_targ_db_report_changes()
119 struct esas2r_target *esas2r_targ_db_add_raid(struct esas2r_adapter *a, in esas2r_targ_db_add_raid()
172 struct esas2r_target *esas2r_targ_db_add_pthru(struct esas2r_adapter *a, in esas2r_targ_db_add_pthru()
221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove()
232 struct esas2r_target *esas2r_targ_db_find_by_sas_addr(struct esas2r_adapter *a, in esas2r_targ_db_find_by_sas_addr()
244 struct esas2r_target *esas2r_targ_db_find_by_ident(struct esas2r_adapter *a, in esas2r_targ_db_find_by_ident()
260 u16 esas2r_targ_db_find_next_present(struct esas2r_adapter *a, u16 target_id) in esas2r_targ_db_find_next_present()
276 struct esas2r_target *esas2r_targ_db_find_by_virt_id(struct esas2r_adapter *a, in esas2r_targ_db_find_by_virt_id()
[all …]
Desas2r_ioctl.c68 struct esas2r_adapter *a; member
82 static void complete_fm_api_req(struct esas2r_adapter *a, in complete_fm_api_req()
92 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api() local
101 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api_header() local
109 static void do_fm_api(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in do_fm_api()
181 static void complete_nvr_req(struct esas2r_adapter *a, in complete_nvr_req()
198 static void complete_buffered_ioctl_req(struct esas2r_adapter *a, in complete_buffered_ioctl_req()
207 struct esas2r_adapter *a = bi->a; in handle_buffered_ioctl() local
293 static int smp_ioctl_callback(struct esas2r_adapter *a, in smp_ioctl_callback()
312 static u8 handle_smp_ioctl(struct esas2r_adapter *a, struct atto_ioctl_smp *si) in handle_smp_ioctl()
[all …]
Desas2r_main.c72 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in read_fw() local
81 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in write_fw() local
90 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in read_fs() local
99 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in write_fs() local
115 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in read_vda() local
124 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in write_vda() local
133 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in read_live_nvram() local
144 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in write_live_nvram() local
164 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in read_default_nvram() local
175 struct esas2r_adapter *a = esas2r_adapter_from_kobj(kobj); in read_hw() local
[all …]
Desas2r_flash.c133 static void esas2r_fmapi_callback(struct esas2r_adapter *a, in esas2r_fmapi_callback()
176 static void build_flash_msg(struct esas2r_adapter *a, in build_flash_msg()
227 static bool load_image(struct esas2r_adapter *a, struct esas2r_request *rq) in load_image()
243 static void fix_bios(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in fix_bios()
275 static void fix_efi(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in fix_efi()
302 static bool complete_fmapi_req(struct esas2r_adapter *a, in complete_fmapi_req()
323 static void fw_download_proc(struct esas2r_adapter *a, in fw_download_proc()
561 static u8 get_fi_adap_type(struct esas2r_adapter *a) in get_fi_adap_type()
692 static bool verify_fi(struct esas2r_adapter *a, in verify_fi()
827 static void esas2r_complete_fs_ioctl(struct esas2r_adapter *a, in esas2r_complete_fs_ioctl()
[all …]
Desas2r_io.c46 void esas2r_start_request(struct esas2r_adapter *a, struct esas2r_request *rq) in esas2r_start_request()
119 void esas2r_local_start_request(struct esas2r_adapter *a, in esas2r_local_start_request()
137 void esas2r_start_vda_request(struct esas2r_adapter *a, in esas2r_start_vda_request()
187 bool esas2r_build_sg_list_sge(struct esas2r_adapter *a, in esas2r_build_sg_list_sge()
370 static bool esas2r_build_prd_iblk(struct esas2r_adapter *a, in esas2r_build_prd_iblk()
524 bool esas2r_build_sg_list_prd(struct esas2r_adapter *a, in esas2r_build_sg_list_prd()
665 static void esas2r_handle_pending_reset(struct esas2r_adapter *a, u32 currtime) in esas2r_handle_pending_reset()
711 void esas2r_timer_tick(struct esas2r_adapter *a) in esas2r_timer_tick()
764 bool esas2r_send_task_mgmt(struct esas2r_adapter *a, in esas2r_send_task_mgmt()
843 void esas2r_reset_bus(struct esas2r_adapter *a) in esas2r_reset_bus()
[all …]
Desas2r_vda.c65 bool esas2r_process_vda_ioctl(struct esas2r_adapter *a, in esas2r_process_vda_ioctl()
269 static void esas2r_complete_vda_ioctl(struct esas2r_adapter *a, in esas2r_complete_vda_ioctl()
346 void esas2r_build_flash_req(struct esas2r_adapter *a, in esas2r_build_flash_req()
372 void esas2r_build_mgt_req(struct esas2r_adapter *a, in esas2r_build_mgt_req()
420 void esas2r_build_ae_req(struct esas2r_adapter *a, struct esas2r_request *rq) in esas2r_build_ae_req()
448 void esas2r_build_cli_req(struct esas2r_adapter *a, in esas2r_build_cli_req()
465 void esas2r_build_ioctl_req(struct esas2r_adapter *a, in esas2r_build_ioctl_req()
482 void esas2r_build_cfg_req(struct esas2r_adapter *a, in esas2r_build_cfg_req()
/linux-4.1.27/arch/mips/include/asm/mach-generic/
Dmangle-port.h30 # define ioswabb(a, x) (x) argument
31 # define __mem_ioswabb(a, x) (x) argument
32 # define ioswabw(a, x) le16_to_cpu(x) argument
33 # define __mem_ioswabw(a, x) (x) argument
34 # define ioswabl(a, x) le32_to_cpu(x) argument
35 # define __mem_ioswabl(a, x) (x) argument
36 # define ioswabq(a, x) le64_to_cpu(x) argument
37 # define __mem_ioswabq(a, x) (x) argument
41 # define ioswabb(a, x) (x) argument
42 # define __mem_ioswabb(a, x) (x) argument
[all …]
/linux-4.1.27/arch/sh/include/asm/
Daddrspace.h29 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) argument
35 #define P1SEGADDR(a) \ argument
37 #define P2SEGADDR(a) \ argument
39 #define P3SEGADDR(a) \ argument
41 #define P4SEGADDR(a) \ argument
47 #define P1SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument
48 #define P2SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument
49 #define P3SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument
50 #define P4SEGADDR(a) ({ (void)(a); BUG(); NULL; }) argument
55 #define IS_29BIT(a) (((unsigned long)(a)) < 0x20000000) argument
Dio.h28 #define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v)) argument
29 #define __raw_writew(v,a) (__chk_io_ptr(a), *(volatile u16 __force *)(a) = (v)) argument
30 #define __raw_writel(v,a) (__chk_io_ptr(a), *(volatile u32 __force *)(a) = (v)) argument
31 #define __raw_writeq(v,a) (__chk_io_ptr(a), *(volatile u64 __force *)(a) = (v)) argument
33 #define __raw_readb(a) (__chk_io_ptr(a), *(volatile u8 __force *)(a)) argument
34 #define __raw_readw(a) (__chk_io_ptr(a), *(volatile u16 __force *)(a)) argument
35 #define __raw_readl(a) (__chk_io_ptr(a), *(volatile u32 __force *)(a)) argument
36 #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) argument
48 #define readb(a) ({ u8 r_ = readb_relaxed(a); rmb(); r_; }) argument
49 #define readw(a) ({ u16 r_ = readw_relaxed(a); rmb(); r_; }) argument
[all …]
Dbitops-llsc.h7 volatile unsigned int *a = addr; in set_bit() local
28 volatile unsigned int *a = addr; in clear_bit() local
49 volatile unsigned int *a = addr; in change_bit() local
70 volatile unsigned int *a = addr; in test_and_set_bit() local
95 volatile unsigned int *a = addr; in test_and_clear_bit() local
121 volatile unsigned int *a = addr; in test_and_change_bit() local
Dbitops-grb.h7 volatile unsigned int *a = addr; in set_bit() local
31 volatile unsigned int *a = addr; in clear_bit() local
54 volatile unsigned int *a = addr; in change_bit() local
77 volatile unsigned int *a = addr; in test_and_set_bit() local
108 volatile unsigned int *a = addr; in test_and_clear_bit() local
142 volatile unsigned int *a = addr; in test_and_change_bit() local
Dio_noioport.h55 #define insb(a, b, c) BUG() argument
56 #define insw(a, b, c) BUG() argument
57 #define insl(a, b, c) BUG() argument
59 #define outsb(a, b, c) BUG() argument
60 #define outsw(a, b, c) BUG() argument
61 #define outsl(a, b, c) BUG() argument
Dword-at-a-time.h20 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
26 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
33 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
Dio_generic.h7 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument
8 #define _IO_CONCAT(a,b) a ## _ ## b argument
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/
Dio.h10 # define ioswabb(a, x) (x) argument
11 # define ioswabw(a, x) (x) argument
12 # define ioswabl(a, x) (x) argument
13 # define __mem_ioswabb(a, x) (x) argument
14 # define __mem_ioswabw(a, x) swab16(x) argument
15 # define __mem_ioswabl(a, x) swab32(x) argument
20 # define ioswabb(a, x) (x) argument
21 # define ioswabw(a, x) (x) argument
22 # define ioswabl(a, x) swahw32(x) argument
23 # define __mem_ioswabb(a, x) (x) argument
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dmangle-port.h52 # define ioswabb(a, x) (x) argument
53 # define __mem_ioswabb(a, x) (x) argument
54 # define ioswabw(a, x) le16_to_cpu(x) argument
55 # define __mem_ioswabw(a, x) (x) argument
56 # define ioswabl(a, x) le32_to_cpu(x) argument
57 # define __mem_ioswabl(a, x) (x) argument
58 # define ioswabq(a, x) le64_to_cpu(x) argument
59 # define __mem_ioswabq(a, x) (x) argument
63 # define ioswabb(a, x) (x) argument
64 # define __mem_ioswabb(a, x) (x) argument
[all …]
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-debug.h54 #define IWL_ERR_DEV(d, f, a...) \ argument
59 #define IWL_ERR(m, f, a...) \ argument
61 #define IWL_WARN(m, f, a...) \ argument
66 #define IWL_INFO(m, f, a...) \ argument
71 #define IWL_CRIT(m, f, a...) \ argument
183 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
184 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument
185 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument
186 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument
187 #define IWL_DEBUG_TEMP(p, f, a...) IWL_DEBUG(p, IWL_DL_TEMP, f, ## a) argument
[all …]
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dio.c454 ADAPTER *a = &IoAdapter->a; in DIDpcRoutine() local
506 ADAPTER *a = &IoAdapter->a; in pcm_req() local
587 byte mem_in(ADAPTER *a, void *addr) in mem_in()
595 word mem_inw(ADAPTER *a, void *addr) in mem_inw()
603 void mem_in_dw(ADAPTER *a, void *addr, dword *data, int dwords) in mem_in_dw()
612 void mem_in_buffer(ADAPTER *a, void *addr, void *buffer, word length) in mem_in_buffer()
618 void mem_look_ahead(ADAPTER *a, PBUFFER *RBuffer, ENTITY *e) in mem_look_ahead()
626 void mem_out(ADAPTER *a, void *addr, byte data) in mem_out()
632 void mem_outw(ADAPTER *a, void *addr, word data) in mem_outw()
638 void mem_out_dw(ADAPTER *a, void *addr, const dword *data, int dwords) in mem_out_dw()
[all …]
Dplatform.h102 #define DIVA_OS_MEM_ATTACH_RAM(a) ((a)->ram) argument
103 #define DIVA_OS_MEM_ATTACH_PORT(a) ((a)->port) argument
104 #define DIVA_OS_MEM_ATTACH_PROM(a) ((a)->prom) argument
105 #define DIVA_OS_MEM_ATTACH_CTLREG(a) ((a)->ctlReg) argument
106 #define DIVA_OS_MEM_ATTACH_RESET(a) ((a)->reset) argument
107 #define DIVA_OS_MEM_ATTACH_CFG(a) ((a)->cfg) argument
108 #define DIVA_OS_MEM_ATTACH_ADDRESS(a) ((a)->Address) argument
109 #define DIVA_OS_MEM_ATTACH_CONFIG(a) ((a)->Config) argument
110 #define DIVA_OS_MEM_ATTACH_CONTROL(a) ((a)->Control) argument
112 #define DIVA_OS_MEM_DETACH_RAM(a, x) do { } while (0) argument
[all …]
Dum_idi.c52 diva_user_mode_idi_adapter_features(diva_um_idi_adapter_t *a, in diva_user_mode_idi_adapter_features()
86 diva_um_idi_adapter_t *a; in diva_user_mode_idi_remove_adapter() local
106 diva_um_idi_adapter_t *a; in diva_user_mode_idi_finit() local
124 diva_um_idi_adapter_t *a = in diva_user_mode_idi_create_adapter() local
152 diva_um_idi_adapter_t *a = NULL; in diva_um_idi_find_adapter() local
169 static void cleanup_adapter(diva_um_idi_adapter_t *a) in cleanup_adapter()
211 diva_um_idi_adapter_t *a; in divas_um_idi_create_entity() local
275 diva_um_idi_adapter_t *a; in divas_um_idi_delete_entity() local
307 diva_um_idi_adapter_t *a; in diva_um_idi_read() local
387 diva_um_idi_adapter_t *a; in diva_um_idi_write() local
[all …]
Ddiva.c155 diva_os_xdi_adapter_t *a = NULL; in diva_q_get_next() local
263 diva_os_xdi_adapter_t *a = NULL; in get_and_remove_from_queue() local
282 diva_os_xdi_adapter_t *a[4]; in diva_driver_remove_card() local
327 diva_os_xdi_adapter_t *a; in divas_create_pci_card() local
371 diva_os_xdi_adapter_t *a; in divasa_xdi_driver_unload() local
394 diva_os_xdi_adapter_t *a = NULL; in diva_xdi_open_adapter() local
428 diva_os_xdi_adapter_t *a = (diva_os_xdi_adapter_t *) adapter; in diva_xdi_close_adapter() local
441 diva_os_xdi_adapter_t *a = (diva_os_xdi_adapter_t *) adapter; in diva_xdi_write() local
484 diva_os_xdi_adapter_t *a = (diva_os_xdi_adapter_t *) adapter; in diva_xdi_read() local
518 diva_os_xdi_adapter_t *a = context; in diva_os_irq_wrapper() local
[all …]
Dos_bri.c49 static void diva_bri_set_addresses(diva_os_xdi_adapter_t *a) in diva_bri_set_addresses()
75 int diva_bri_init_card(diva_os_xdi_adapter_t *a) in diva_bri_init_card()
268 static int diva_bri_cleanup_adapter(diva_os_xdi_adapter_t *a) in diva_bri_cleanup_adapter()
332 static dword diva_bri_get_serial_number(diva_os_xdi_adapter_t *a) in diva_bri_get_serial_number()
364 static int diva_bri_reregister_io(diva_os_xdi_adapter_t *a) in diva_bri_reregister_io()
396 diva_bri_cmd_card_proc(struct _diva_os_xdi_adapter *a, in diva_bri_cmd_card_proc()
639 ADAPTER *a = &IoAdapter->a; in diva_bri_start_adapter() local
748 static void diva_bri_clear_interrupts(diva_os_xdi_adapter_t *a) in diva_bri_clear_interrupts()
771 static int diva_bri_stop_adapter(diva_os_xdi_adapter_t *a) in diva_bri_stop_adapter()
Dos_4bri.c102 static void diva_4bri_set_addresses(diva_os_xdi_adapter_t *a) in diva_4bri_set_addresses()
144 int diva_4bri_init_card(diva_os_xdi_adapter_t *a) in diva_4bri_init_card()
469 static int diva_4bri_cleanup_adapter(diva_os_xdi_adapter_t *a) in diva_4bri_cleanup_adapter()
529 static int _4bri_get_serial_number(diva_os_xdi_adapter_t *a) in _4bri_get_serial_number()
581 static int diva_4bri_cleanup_slave_adapters(diva_os_xdi_adapter_t *a) in diva_4bri_cleanup_slave_adapters()
627 diva_4bri_cmd_card_proc(struct _diva_os_xdi_adapter *a, in diva_4bri_cmd_card_proc()
841 diva_4bri_write_fpga_image(diva_os_xdi_adapter_t *a, byte *data, in diva_4bri_write_fpga_image()
1013 ADAPTER *a = &IoAdapter->a; in check_qBri_interrupt() local
1059 static void diva_4bri_clear_interrupts(diva_os_xdi_adapter_t *a) in diva_4bri_clear_interrupts()
1079 static int diva_4bri_stop_adapter(diva_os_xdi_adapter_t *a) in diva_4bri_stop_adapter()
Dos_pri.c60 static void diva_pri_set_addresses(diva_os_xdi_adapter_t *a) in diva_pri_set_addresses()
95 int diva_pri_init_card(diva_os_xdi_adapter_t *a) in diva_pri_init_card()
260 static int diva_pri_cleanup_adapter(diva_os_xdi_adapter_t *a) in diva_pri_cleanup_adapter()
440 ADAPTER *a = &IoAdapter->a; in diva_pri_start_adapter() local
525 static void diva_pri_clear_interrupts(diva_os_xdi_adapter_t *a) in diva_pri_clear_interrupts()
549 static int diva_pri_stop_adapter(diva_os_xdi_adapter_t *a) in diva_pri_stop_adapter()
602 diva_pri_cmd_card_proc(struct _diva_os_xdi_adapter *a, in diva_pri_cmd_card_proc()
764 static int pri_get_serial_number(diva_os_xdi_adapter_t *a) in pri_get_serial_number()
955 static dword diva_pri_detect_dsps(diva_os_xdi_adapter_t *a) in diva_pri_detect_dsps()
Ddivasproc.c148 diva_os_xdi_adapter_t *a = PDE_DATA(file_inode(file)); in grp_opt_proc_write() local
175 diva_os_xdi_adapter_t *a = PDE_DATA(file_inode(file)); in d_l1_down_proc_write() local
201 diva_os_xdi_adapter_t *a = m->private; in d_l1_down_proc_show() local
227 diva_os_xdi_adapter_t *a = m->private; in grp_opt_proc_show() local
254 diva_os_xdi_adapter_t *a = PDE_DATA(file_inode(file)); in info_proc_write() local
277 diva_os_xdi_adapter_t *a = m->private; in info_proc_show() local
357 int create_adapter_proc(diva_os_xdi_adapter_t *a) in create_adapter_proc()
390 void remove_adapter_proc(diva_os_xdi_adapter_t *a) in remove_adapter_proc()
Distream.c56 void diva_xdi_provide_istream_info(ADAPTER *a, in diva_xdi_provide_istream_info()
77 ADAPTER *a = (ADAPTER *)context; in diva_istream_write() local
155 ADAPTER *a = (ADAPTER *)context; in diva_istream_read() local
224 void pr_stream(ADAPTER *a) { in pr_stream()
Dmessage.c392 DIVA_CAPI_ADAPTER *a; in api_put() local
780 DIVA_CAPI_ADAPTER *a; in get_ncci() local
854 DIVA_CAPI_ADAPTER *a; in ncci_free_receive_buffers() local
946 DIVA_CAPI_ADAPTER *a; in ncci_remove() local
1187 #define dump_plcis(a) argument
1195 static byte connect_req(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in connect_req()
1411 static byte connect_res(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in connect_res()
1568 static byte connect_a_res(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in connect_a_res()
1575 static byte disconnect_req(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in disconnect_req()
1631 static byte disconnect_res(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in disconnect_res()
[all …]
Ddi.c78 void pr_out(ADAPTER *a) in pr_out()
239 static byte pr_ready(ADAPTER *a) in pr_ready()
255 byte pr_dpc(ADAPTER *a) in pr_dpc()
345 byte scom_test_int(ADAPTER *a) in scom_test_int()
349 void scom_clear_int(ADAPTER *a) in scom_clear_int()
356 static byte isdn_rc(ADAPTER *a, in isdn_rc()
558 static byte isdn_ind(ADAPTER *a, in isdn_ind()
Ddi_dbg.h29 #define dtrc(a) argument
32 #define dbug(a) argument
/linux-4.1.27/arch/microblaze/include/asm/
Dio.h50 #define out_be32(a, v) __raw_writel((v), (void __iomem __force *)(a)) argument
51 #define out_be16(a, v) __raw_writew((v), (a)) argument
53 #define in_be32(a) __raw_readl((const void __iomem __force *)(a)) argument
54 #define in_be16(a) __raw_readw(a) argument
56 #define writel_be(v, a) out_be32((__force unsigned *)a, v) argument
57 #define readl_be(a) in_be32((__force unsigned *)a) argument
60 #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)) argument
61 #define out_le16(a, v) __raw_writew(__cpu_to_le16(v), (a)) argument
63 #define in_le32(a) __le32_to_cpu(__raw_readl(a)) argument
64 #define in_le16(a) __le16_to_cpu(__raw_readw(a)) argument
[all …]
/linux-4.1.27/arch/alpha/include/asm/
Dvga.h46 #define vga_readb(a) readb((u8 __iomem *)(a)) argument
47 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) argument
55 # define __is_port_vga(a) \ argument
59 # define __is_mem_vga(a) \ argument
62 # define FIXUP_IOADDR_VGA(a) do { \ argument
67 # define FIXUP_MEMADDR_VGA(a) do { \ argument
74 # define __is_port_vga(a) 0 argument
75 # define __is_mem_vga(a) 0 argument
76 # define FIXUP_IOADDR_VGA(a) argument
77 # define FIXUP_MEMADDR_VGA(a) argument
/linux-4.1.27/include/linux/
Djiffies.h101 #define time_after(a,b) \ argument
105 #define time_before(a,b) time_after(b,a) argument
107 #define time_after_eq(a,b) \ argument
111 #define time_before_eq(a,b) time_after_eq(b,a) argument
116 #define time_in_range(a,b,c) \ argument
123 #define time_in_range_open(a,b,c) \ argument
130 #define time_after64(a,b) \ argument
134 #define time_before64(a,b) time_after64(b,a) argument
136 #define time_after_eq64(a,b) \ argument
140 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
[all …]
Dhid-debug.h53 #define hid_dump_input(a,b,c) do { } while (0) argument
54 #define hid_dump_report(a,b,c,d) do { } while (0) argument
55 #define hid_dump_device(a,b) do { } while (0) argument
56 #define hid_dump_field(a,b,c) do { } while (0) argument
57 #define hid_resolv_usage(a,b) do { } while (0) argument
58 #define hid_debug_register(a, b) do { } while (0) argument
59 #define hid_debug_unregister(a) do { } while (0) argument
62 #define hid_debug_event(a,b) do { } while (0) argument
Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
119 u32 a, b, c; in jhash2() local
149 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
Dsyscalls.h93 #define __MAP1(m,t,a) m(t,a) argument
94 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
95 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
96 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
97 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
98 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
101 #define __SC_DECL(t, a) t a argument
105 #define __SC_LONG(t, a) __typeof(__builtin_choose_expr(__TYPE_IS_LL(t), 0LL, 0L)) a argument
106 #define __SC_CAST(t, a) (t) a argument
107 #define __SC_ARGS(t, a) a argument
[all …]
Dcapability.h101 #define CAP_BOP_ALL(c, a, b, OP) \ argument
109 #define CAP_UOP_ALL(c, a, OP) \ argument
117 static inline kernel_cap_t cap_combine(const kernel_cap_t a, in cap_combine()
125 static inline kernel_cap_t cap_intersect(const kernel_cap_t a, in cap_intersect()
133 static inline kernel_cap_t cap_drop(const kernel_cap_t a, in cap_drop()
148 static inline int cap_isclear(const kernel_cap_t a) in cap_isclear()
165 static inline int cap_issubset(const kernel_cap_t a, const kernel_cap_t set) in cap_issubset()
180 static inline kernel_cap_t cap_drop_fs_set(const kernel_cap_t a) in cap_drop_fs_set()
186 static inline kernel_cap_t cap_raise_fs_set(const kernel_cap_t a, in cap_raise_fs_set()
194 static inline kernel_cap_t cap_drop_nfsd_set(const kernel_cap_t a) in cap_drop_nfsd_set()
[all …]
Dutil_macros.h4 #define __find_closest(x, a, as, op) \ argument
26 #define find_closest(x, a, as) __find_closest(x, a, as, <=) argument
38 #define find_closest_descending(x, a, as) __find_closest(x, a, as, >=) argument
Dcompiler-gcc.h61 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument
111 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
112 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
150 #define __compiler_offsetof(a, b) \ argument
Dprofile.h132 #define profile_task_exit(a) do { } while (0) argument
133 #define profile_handoff_task(a) (0) argument
134 #define profile_munmap(a) do { } while (0) argument
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dprintk.h10 #define nv_printk(o,l,f,a...) do { \ argument
15 #define nv_fatal(o,f,a...) nv_printk((o), FATAL, f, ##a) argument
16 #define nv_error(o,f,a...) nv_printk((o), ERROR, f, ##a) argument
17 #define nv_warn(o,f,a...) nv_printk((o), WARN, f, ##a) argument
18 #define nv_info(o,f,a...) nv_printk((o), INFO, f, ##a) argument
19 #define nv_debug(o,f,a...) nv_printk((o), DEBUG, f, ##a) argument
20 #define nv_trace(o,f,a...) nv_printk((o), TRACE, f, ##a) argument
21 #define nv_spam(o,f,a...) nv_printk((o), SPAM, f, ##a) argument
22 #define nv_ioctl(o,f,a...) nv_trace(nvkm_client(o), "ioctl: "f, ##a) argument
24 #define nv_assert(f,a...) do { \ argument
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
[all …]
/linux-4.1.27/arch/mips/include/asm/
Daddrspace.h48 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) argument
53 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff) argument
54 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ argument
73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) argument
74 #define CKSEG1ADDR(a) (CPHYSADDR(a) | CKSEG1) argument
75 #define CKSEG2ADDR(a) (CPHYSADDR(a) | CKSEG2) argument
76 #define CKSEG3ADDR(a) (CPHYSADDR(a) | CKSEG3) argument
80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument
81 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument
82 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument
[all …]
/linux-4.1.27/sound/pci/au88x0/
Dau88x0_a3d.c33 a3dsrc_SetTimeConsts(a3dsrc_t * a, short HrtfTrack, short ItdTrack, in a3dsrc_SetTimeConsts()
59 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget()
74 a3dsrc_SetAtmosCurrent(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosCurrent()
89 a3dsrc_SetAtmosState(a3dsrc_t * a, short x1, short x2, short y1, short y2) in a3dsrc_SetAtmosState()
136 a3dsrc_SetHrtfTarget(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfTarget()
149 a3dsrc_SetHrtfCurrent(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfCurrent()
162 a3dsrc_SetHrtfState(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfState()
174 static void a3dsrc_SetHrtfOutput(a3dsrc_t * a, short left, short right) in a3dsrc_SetHrtfOutput()
253 static void a3dsrc_SetItdTarget(a3dsrc_t * a, short litd, short ritd) in a3dsrc_SetItdTarget()
271 static void a3dsrc_SetItdCurrent(a3dsrc_t * a, short litd, short ritd) in a3dsrc_SetItdCurrent()
[all …]
Dau88x0_eq.c57 static inline u16 sign_invert(u16 a) in sign_invert()
111 static void vortex_EqHw_SetLeftStates(vortex_t * vortex, u16 a[], u16 b[]) in vortex_EqHw_SetLeftStates()
128 static void vortex_EqHw_SetRightStates(vortex_t * vortex, u16 a[], u16 b[]) in vortex_EqHw_SetRightStates()
174 static void vortex_EqHw_SetBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetBypassGain()
186 static void vortex_EqHw_SetA3DBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetA3DBypassGain()
221 static void vortex_EqHw_SetLeftGainsTarget(vortex_t * vortex, u16 a[]) in vortex_EqHw_SetLeftGainsTarget()
231 static void vortex_EqHw_SetRightGainsTarget(vortex_t * vortex, u16 a[]) in vortex_EqHw_SetRightGainsTarget()
241 static void vortex_EqHw_SetLeftGainsCurrent(vortex_t * vortex, u16 a[]) in vortex_EqHw_SetLeftGainsCurrent()
251 static void vortex_EqHw_SetRightGainsCurrent(vortex_t * vortex, u16 a[]) in vortex_EqHw_SetRightGainsCurrent()
607 vortex_Eqlzr_SetA3dBypassGain(vortex_t * vortex, u32 a, u32 b) in vortex_Eqlzr_SetA3dBypassGain()
/linux-4.1.27/arch/sparc/crypto/
Dopcodes.h17 #define CRC32C(a,b,c) \ argument
29 #define AES_EROUND01(a,b,c,d) \ argument
31 #define AES_EROUND23(a,b,c,d) \ argument
33 #define AES_DROUND01(a,b,c,d) \ argument
35 #define AES_DROUND23(a,b,c,d) \ argument
37 #define AES_EROUND01_L(a,b,c,d) \ argument
39 #define AES_EROUND23_L(a,b,c,d) \ argument
41 #define AES_DROUND01_L(a,b,c,d) \ argument
43 #define AES_DROUND23_L(a,b,c,d) \ argument
45 #define AES_KEXPAND1(a,b,c,d) \ argument
[all …]
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_pci.c55 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
72 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
91 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
108 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
127 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
128 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
129 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
130 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
131 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw_debug(dev, (a), le16_to_cpu((v))) argument
132 #define HFA384X_INW_DATA(a) cpu_to_le16(hfa384x_inw_debug(dev, (a))) argument
[all …]
Dhostap_plx.c108 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
123 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
140 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
155 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
172 static inline void hfa384x_outsw_debug(struct net_device *dev, int a, in hfa384x_outsw_debug()
188 static inline void hfa384x_insw_debug(struct net_device *dev, int a, in hfa384x_insw_debug()
204 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
205 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
206 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
207 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
[all …]
Dhostap_cs.c46 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
60 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
76 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
90 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
106 static inline void hfa384x_outsw_debug(struct net_device *dev, int a, in hfa384x_outsw_debug()
121 static inline void hfa384x_insw_debug(struct net_device *dev, int a, in hfa384x_insw_debug()
136 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
137 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
138 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
139 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
Dmangle-port.h16 # define ioswabb(a, x) (x) argument
17 # define __mem_ioswabb(a, x) (x) argument
18 # define ioswabw(a, x) (x) argument
19 # define __mem_ioswabw(a, x) cpu_to_le16(x) argument
20 # define ioswabl(a, x) (x) argument
21 # define __mem_ioswabl(a, x) cpu_to_le32(x) argument
22 # define ioswabq(a, x) (x) argument
23 # define __mem_ioswabq(a, x) cpu_to_le32(x) argument
/linux-4.1.27/arch/mips/include/asm/mach-ip32/
Dmangle-port.h17 # define ioswabb(a, x) (x) argument
18 # define __mem_ioswabb(a, x) (x) argument
19 # define ioswabw(a, x) (x) argument
20 # define __mem_ioswabw(a, x) cpu_to_le16(x) argument
21 # define ioswabl(a, x) (x) argument
22 # define __mem_ioswabl(a, x) cpu_to_le32(x) argument
23 # define ioswabq(a, x) (x) argument
24 # define __mem_ioswabq(a, x) cpu_to_le32(x) argument
/linux-4.1.27/arch/mips/include/asm/mach-tx49xx/
Dmangle-port.h9 #define ioswabb(a, x) (x) argument
10 #define __mem_ioswabb(a, x) (x) argument
18 #define ioswabw(a, x) le16_to_cpu(x) argument
19 #define __mem_ioswabw(a, x) (x) argument
21 #define ioswabl(a, x) le32_to_cpu(x) argument
22 #define __mem_ioswabl(a, x) (x) argument
23 #define ioswabq(a, x) le64_to_cpu(x) argument
24 #define __mem_ioswabq(a, x) (x) argument
/linux-4.1.27/arch/mips/include/asm/mach-tx39xx/
Dmangle-port.h14 #define ioswabb(a, x) (x) argument
15 #define __mem_ioswabb(a, x) (x) argument
16 #define ioswabw(a, x) le16_to_cpu(x) argument
17 #define __mem_ioswabw(a, x) (x) argument
18 #define ioswabl(a, x) le32_to_cpu(x) argument
19 #define __mem_ioswabl(a, x) (x) argument
20 #define ioswabq(a, x) le64_to_cpu(x) argument
21 #define __mem_ioswabq(a, x) (x) argument
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_nodeattrib.c39 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_set_default_node_attribues() local
55 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_dataout_timeout() local
80 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_dataout_timeout_retries() local
106 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_nopin_timeout() local
161 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_nopin_response_timeout() local
187 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_random_datain_pdu_offsets() local
207 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_random_datain_seq_offsets() local
227 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_random_r2t_offsets() local
247 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_default_erl() local
Discsi_target_tpg.c213 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_set_default_tpg_attribs() local
607 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_authentication() local
667 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_login_timeout() local
690 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_netif_timeout() local
715 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_generate_node_acls() local
739 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_default_cmdsn_depth() local
764 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_cache_dynamic_acls() local
789 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_demo_mode_write_protect() local
807 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_prod_mode_write_protect() local
826 struct iscsi_tpg_attrib *a = &tpg->tpg_attrib; in iscsit_ta_demo_mode_discovery() local
[all …]
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) argument
28 #define SMC_outb(v, a, r) outb(v, (unsigned long) ((a) + (r))) argument
32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) argument
33 #define SMC_outw(v, a, r) outw(v, (unsigned long) ((a) + (r))) argument
34 #define SMC_insw(a, r, p, l) insw((unsigned long) ((a) + (r)), (p), (l)) argument
35 #define SMC_outsw(a, r, p, l) outsw((unsigned long) ((a) + (r)), (p), (l)) argument
39 #define SMC_inl(a, r) inl((unsigned long) ((a) + (r))) argument
40 #define SMC_outl(v, a, r) outl(v, (unsigned long) ((a) + (r))) argument
41 #define SMC_insl(a, r, p, l) insl((unsigned long) ((a) + (r)), (p), (l)) argument
42 #define SMC_outsl(a, r, p, l) outsl((unsigned long) ((a) + (r)), (p), (l)) argument
/linux-4.1.27/arch/avr32/include/asm/
Daddrspace.h24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) argument
27 #define PHYSADDR(a) (((unsigned long)(a)) & 0x1fffffff) argument
32 #define P1SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ argument
34 #define P2SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ argument
36 #define P3SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ argument
38 #define P4SEGADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) \ argument
/linux-4.1.27/arch/arm/nwfpe/
Dsoftfloat.c113 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac()
125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
294 INLINE bits64 extractFloat64Frac( float64 a ) in extractFloat64Frac()
306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
470 INLINE bits64 extractFloatx80Frac( floatx80 a ) in extractFloatx80Frac()
483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp()
496 INLINE flag extractFloatx80Sign( floatx80 a ) in extractFloatx80Sign()
762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32()
780 float64 int32_to_float64( int32 a ) in int32_to_float64()
806 floatx80 int32_to_floatx80( int32 a ) in int32_to_floatx80()
[all …]
Dsoftfloat.h233 static inline flag extractFloat32Sign(float32 a) in extractFloat32Sign()
238 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck()
243 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck()
254 static inline flag extractFloat64Sign(float64 a) in extractFloat64Sign()
259 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck()
264 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck()
/linux-4.1.27/net/ceph/crush/
Dhash.c10 #define crush_hashmix(a, b, c) do { \ argument
24 static __u32 crush_hash32_rjenkins1(__u32 a) in crush_hash32_rjenkins1()
35 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2()
46 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
59 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
73 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
91 __u32 crush_hash32(int type, __u32 a) in crush_hash32()
101 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
111 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
121 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
[all …]
/linux-4.1.27/arch/ia64/lib/
Didiv64.S27 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument
28 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument
31 # define INT_TO_FP(a,b) fcvt.xf a=b argument
32 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument
35 #define PASTE1(a,b) a##b argument
36 #define PASTE(a,b) PASTE1(a,b) argument
Didiv32.S28 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument
29 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument
33 # define INT_TO_FP(a,b) fcvt.xf a=b argument
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument
37 #define PASTE1(a,b) a##b argument
38 #define PASTE(a,b) PASTE1(a,b) argument
/linux-4.1.27/arch/arm/mach-ebsa110/
Dio.c33 u32 ret, a = (u32 __force) addr; in __isamem_convert_addr() local
68 void __iomem *a = __isamem_convert_addr(addr); in __readb() local
80 void __iomem *a = __isamem_convert_addr(addr); in __readw() local
90 void __iomem *a = __isamem_convert_addr(addr); in __readl() local
107 void __iomem *a = __isamem_convert_addr(addr); in readsw() local
117 void __iomem *a = __isamem_convert_addr(addr); in readsl() local
127 void __iomem *a = __isamem_convert_addr(addr); in __writeb() local
137 void __iomem *a = __isamem_convert_addr(addr); in __writew() local
147 void __iomem *a = __isamem_convert_addr(addr); in __writel() local
162 void __iomem *a = __isamem_convert_addr(addr); in writesw() local
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_osdep.h62 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) ( \ argument
67 #define E1000_READ_REG_ARRAY(a, reg, offset) ( \ argument
75 #define E1000_WRITE_REG_ARRAY_WORD(a, reg, offset, value) ( \ argument
80 #define E1000_READ_REG_ARRAY_WORD(a, reg, offset) ( \ argument
85 #define E1000_WRITE_REG_ARRAY_BYTE(a, reg, offset, value) ( \ argument
90 #define E1000_READ_REG_ARRAY_BYTE(a, reg, offset) ( \ argument
97 #define E1000_WRITE_ICH_FLASH_REG(a, reg, value) ( \ argument
100 #define E1000_READ_ICH_FLASH_REG(a, reg) ( \ argument
103 #define E1000_WRITE_ICH_FLASH_REG16(a, reg, value) ( \ argument
106 #define E1000_READ_ICH_FLASH_REG16(a, reg) ( \ argument
/linux-4.1.27/include/linux/decompress/
Dmm.h61 #define large_malloc(a) malloc(a) argument
62 #define large_free(a) free(a) argument
80 #define malloc(a) kmalloc(a, GFP_KERNEL) argument
81 #define free(a) kfree(a) argument
83 #define large_malloc(a) vmalloc(a) argument
84 #define large_free(a) vfree(a) argument
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c39 nouveau_hwmon_show_temp(struct device *d, struct device_attribute *a, char *buf) in nouveau_hwmon_show_temp()
56 struct device_attribute *a, char *buf) in nouveau_hwmon_show_temp1_auto_point1_pwm()
65 struct device_attribute *a, char *buf) in nouveau_hwmon_temp1_auto_point1_temp()
76 struct device_attribute *a, in nouveau_hwmon_set_temp1_auto_point1_temp()
98 struct device_attribute *a, char *buf) in nouveau_hwmon_temp1_auto_point1_temp_hyst()
109 struct device_attribute *a, in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
130 nouveau_hwmon_max_temp(struct device *d, struct device_attribute *a, char *buf) in nouveau_hwmon_max_temp()
140 nouveau_hwmon_set_max_temp(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_max_temp()
160 nouveau_hwmon_max_temp_hyst(struct device *d, struct device_attribute *a, in nouveau_hwmon_max_temp_hyst()
171 nouveau_hwmon_set_max_temp_hyst(struct device *d, struct device_attribute *a, in nouveau_hwmon_set_max_temp_hyst()
[all …]
Dnouveau_sysfs.c41 #define snappendf(p,r,f,a...) do { \ argument
48 nouveau_sysfs_pstate_get(struct device *d, struct device_attribute *a, char *b) in nouveau_sysfs_pstate_get()
117 nouveau_sysfs_pstate_set(struct device *d, struct device_attribute *a, in nouveau_sysfs_pstate_set()
/linux-4.1.27/drivers/acpi/acpica/
Dacmacros.h203 #define ACPI_DIV_2(a) _ACPI_DIV(a, 1) argument
204 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) argument
205 #define ACPI_MOD_2(a) _ACPI_MOD(a, 2) argument
207 #define ACPI_DIV_4(a) _ACPI_DIV(a, 2) argument
208 #define ACPI_MUL_4(a) _ACPI_MUL(a, 2) argument
209 #define ACPI_MOD_4(a) _ACPI_MOD(a, 4) argument
211 #define ACPI_DIV_8(a) _ACPI_DIV(a, 3) argument
212 #define ACPI_MUL_8(a) _ACPI_MUL(a, 3) argument
213 #define ACPI_MOD_8(a) _ACPI_MOD(a, 8) argument
215 #define ACPI_DIV_16(a) _ACPI_DIV(a, 4) argument
[all …]
/linux-4.1.27/arch/blackfin/include/asm/
Dbitops.h60 volatile unsigned long *a = addr + (nr >> 5); in set_bit() local
66 volatile unsigned long *a = addr + (nr >> 5); in clear_bit() local
72 volatile unsigned long *a = addr + (nr >> 5); in change_bit() local
78 volatile const unsigned long *a = addr + (nr >> 5); in test_bit() local
84 volatile unsigned long *a = addr + (nr >> 5); in test_and_set_bit() local
90 volatile unsigned long *a = addr + (nr >> 5); in test_and_clear_bit() local
96 volatile unsigned long *a = addr + (nr >> 5); in test_and_change_bit() local
/linux-4.1.27/lib/mpi/
Dmpiutil.c32 MPI a; in mpi_alloc() local
67 void mpi_free_limb_space(mpi_ptr_t a) in mpi_free_limb_space()
75 void mpi_assign_limb_space(MPI a, mpi_ptr_t ap, unsigned nlimbs) in mpi_assign_limb_space()
86 int mpi_resize(MPI a, unsigned nlimbs) in mpi_resize()
109 void mpi_free(MPI a) in mpi_free()
Dmpicoder.c37 mpi_limb_t a; in mpi_read_raw_data() local
85 mpi_limb_t a; in mpi_read_from_buffer() local
138 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer()
189 int mpi_set_buffer(MPI a, const void *xbuffer, unsigned nbytes, int sign) in mpi_set_buffer()
Dmpi-bit.c30 void mpi_normalize(MPI a) in mpi_normalize()
39 unsigned mpi_get_nbits(MPI a) in mpi_get_nbits()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h251 #define LASSERT_ATOMIC_EQ(a, v) \ argument
258 #define LASSERT_ATOMIC_NE(a, v) \ argument
265 #define LASSERT_ATOMIC_LT(a, v) \ argument
272 #define LASSERT_ATOMIC_LE(a, v) \ argument
279 #define LASSERT_ATOMIC_GT(a, v) \ argument
286 #define LASSERT_ATOMIC_GE(a, v) \ argument
293 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) \ argument
300 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) \ argument
307 #define LASSERT_ATOMIC_GE_LT(a, v1, v2) \ argument
314 #define LASSERT_ATOMIC_GE_LE(a, v1, v2) \ argument
[all …]
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit.h97 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \ argument
99 #define PPC_MR(d, a) PPC_OR(d, a, a) argument
101 #define PPC_ADDIS(d, a, i) EMIT(PPC_INST_ADDIS | \ argument
174 #define PPC_CMPWI(a, i) EMIT(PPC_INST_CMPWI | ___PPC_RA(a) | IMM_L(i)) argument
175 #define PPC_CMPDI(a, i) EMIT(PPC_INST_CMPDI | ___PPC_RA(a) | IMM_L(i)) argument
176 #define PPC_CMPLWI(a, i) EMIT(PPC_INST_CMPLWI | ___PPC_RA(a) | IMM_L(i)) argument
177 #define PPC_CMPLW(a, b) EMIT(PPC_INST_CMPLW | ___PPC_RA(a) | ___PPC_RB(b)) argument
179 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | ___PPC_RT(d) | \ argument
181 #define PPC_ADD(d, a, b) EMIT(PPC_INST_ADD | ___PPC_RT(d) | \ argument
183 #define PPC_MUL(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \ argument
[all …]
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c42 #define LIT64( a ) a##LL argument
114 bits64 extractFloat64Frac(float64 a) in extractFloat64Frac()
119 flag extractFloat64Sign(float64 a) in extractFloat64Sign()
124 int16 extractFloat64Exp(float64 a) in extractFloat64Exp()
129 int16 extractFloat32Exp(float32 a) in extractFloat32Exp()
134 flag extractFloat32Sign(float32 a) in extractFloat32Sign()
139 bits32 extractFloat32Frac(float32 a) in extractFloat32Frac()
149 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr) in shift64RightJamming()
163 static int8 countLeadingZeros32(bits32 a) in countLeadingZeros32()
199 static int8 countLeadingZeros64(bits64 a) in countLeadingZeros64()
[all …]
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h56 #define SMC_inb(a, r) readb((a) + (r)) argument
57 #define SMC_inw(a, r) readw((a) + (r)) argument
58 #define SMC_inl(a, r) readl((a) + (r)) argument
59 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) argument
60 #define SMC_outl(v, a, r) writel(v, (a) + (r)) argument
61 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) argument
62 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) argument
63 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) argument
64 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) argument
86 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) argument
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_osdep.h48 #define IXGB_WRITE_REG(a, reg, value) ( \ argument
51 #define IXGB_READ_REG(a, reg) ( \ argument
54 #define IXGB_WRITE_REG_ARRAY(a, reg, offset, value) ( \ argument
57 #define IXGB_READ_REG_ARRAY(a, reg, offset) ( \ argument
60 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS) argument
/linux-4.1.27/net/sched/
Dact_api.c30 void tcf_hash_destroy(struct tc_action *a) in tcf_hash_destroy()
48 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release()
73 struct tc_action *a) in tcf_dump_walker()
121 static int tcf_del_walker(struct sk_buff *skb, struct tc_action *a) in tcf_del_walker()
159 int type, struct tc_action *a) in tcf_generic_walker()
200 int tcf_hash_search(struct tc_action *a, u32 index) in tcf_hash_search()
213 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check()
228 void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est) in tcf_hash_cleanup()
238 int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, in tcf_hash_create()
270 void tcf_hash_insert(struct tc_action *a) in tcf_hash_insert()
[all …]
Dact_simple.c30 static int tcf_simp(struct sk_buff *skb, const struct tc_action *a, in tcf_simp()
49 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release()
80 struct nlattr *est, struct tc_action *a, in tcf_simp_init()
135 static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, in tcf_simp_dump()
Dact_mirred.c35 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release()
48 struct nlattr *est, struct tc_action *a, int ovr, in tcf_mirred_init()
128 static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a, in tcf_mirred()
186 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump()
Dact_pedit.c33 struct nlattr *est, struct tc_action *a, in tcf_pedit_init()
100 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup()
107 static int tcf_pedit(struct sk_buff *skb, const struct tc_action *a, in tcf_pedit()
176 static int tcf_pedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_pedit_dump()
Dact_ipt.c71 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release()
87 struct tc_action *a, int ovr, int bind) in tcf_ipt_init()
173 static int tcf_ipt(struct sk_buff *skb, const struct tc_action *a, in tcf_ipt()
221 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump()
Dact_connmark.c33 static int tcf_connmark(struct sk_buff *skb, const struct tc_action *a, in tcf_connmark()
93 struct nlattr *est, struct tc_action *a, in tcf_connmark_init()
136 static inline int tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, in tcf_connmark_dump()
Dact_skbedit.c32 static int tcf_skbedit(struct sk_buff *skb, const struct tc_action *a, in tcf_skbedit()
61 struct nlattr *est, struct tc_action *a, in tcf_skbedit_init()
136 static int tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_skbedit_dump()
Dact_vlan.c24 static int tcf_vlan(struct sk_buff *skb, const struct tc_action *a, in tcf_vlan()
68 struct nlattr *est, struct tc_action *a, in tcf_vlan_init()
149 static int tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, in tcf_vlan_dump()
Dact_gact.c53 struct nlattr *est, struct tc_action *a, in tcf_gact_init()
117 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact()
142 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump()
Dact_nat.c39 struct tc_action *a, int ovr, int bind) in tcf_nat_init()
86 static int tcf_nat(struct sk_buff *skb, const struct tc_action *a, in tcf_nat()
250 static int tcf_nat_dump(struct sk_buff *skb, struct tc_action *a, in tcf_nat_dump()
/linux-4.1.27/fs/jfs/
Djfs_extent.c37 #define DPD(a) (printk("(a): %d\n",(a))) argument
38 #define DPC(a) (printk("(a): %c\n",(a))) argument
39 #define DPL1(a) \ argument
46 #define DPL(a) \ argument
54 #define DPD1(a) (printk("(a): %d ",(a))) argument
55 #define DPX(a) (printk("(a): %08x\n",(a))) argument
56 #define DPX1(a) (printk("(a): %08x ",(a))) argument
57 #define DPS(a) (printk("%s\n",(a))) argument
58 #define DPE(a) (printk("\nENTERING: %s\n",(a))) argument
59 #define DPE1(a) (printk("\nENTERING: %s",(a))) argument
[all …]
/linux-4.1.27/drivers/edac/
Di5100_edac.c110 static inline u16 i5100_spddata_rdo(u16 a) in i5100_spddata_rdo()
115 static inline u16 i5100_spddata_sbe(u16 a) in i5100_spddata_sbe()
120 static inline u16 i5100_spddata_busy(u16 a) in i5100_spddata_busy()
125 static inline u16 i5100_spddata_data(u16 a) in i5100_spddata_data()
141 static inline u16 i5100_tolm_tolm(u16 a) in i5100_tolm_tolm()
146 static inline u16 i5100_mir_limit(u16 a) in i5100_mir_limit()
151 static inline u16 i5100_mir_way1(u16 a) in i5100_mir_way1()
156 static inline u16 i5100_mir_way0(u16 a) in i5100_mir_way0()
161 static inline u32 i5100_ferr_nf_mem_chan_indx(u32 a) in i5100_ferr_nf_mem_chan_indx()
166 static inline u32 i5100_ferr_nf_mem_any(u32 a) in i5100_ferr_nf_mem_any()
[all …]
/linux-4.1.27/drivers/i2c/busses/
Di2c-pnx.c65 #define I2C_REG_RX(a) ((a)->ioaddr) /* Rx FIFO reg (RO) */ argument
66 #define I2C_REG_TX(a) ((a)->ioaddr) /* Tx FIFO reg (WO) */ argument
67 #define I2C_REG_STS(a) ((a)->ioaddr + 0x04) /* Status reg (RO) */ argument
68 #define I2C_REG_CTL(a) ((a)->ioaddr + 0x08) /* Ctl reg */ argument
69 #define I2C_REG_CKL(a) ((a)->ioaddr + 0x0c) /* Clock divider low */ argument
70 #define I2C_REG_CKH(a) ((a)->ioaddr + 0x10) /* Clock divider high */ argument
71 #define I2C_REG_ADR(a) ((a)->ioaddr + 0x14) /* I2C address */ argument
72 #define I2C_REG_RFL(a) ((a)->ioaddr + 0x18) /* Rx FIFO level (RO) */ argument
73 #define I2C_REG_TFL(a) ((a)->ioaddr + 0x1c) /* Tx FIFO level (RO) */ argument
74 #define I2C_REG_RXB(a) ((a)->ioaddr + 0x20) /* Num of bytes Rx-ed (RO) */ argument
[all …]
Di2c-ali1563.c66 static int ali1563_transaction(struct i2c_adapter *a, int size) in ali1563_transaction()
131 static int ali1563_block_start(struct i2c_adapter *a) in ali1563_block_start()
187 static int ali1563_block(struct i2c_adapter *a, in ali1563_block()
234 static s32 ali1563_access(struct i2c_adapter *a, u16 addr, in ali1563_access()
326 static u32 ali1563_func(struct i2c_adapter *a) in ali1563_func()
/linux-4.1.27/arch/mips/lib/
Dbitops.c22 unsigned long *a = (unsigned long *)addr; in __mips_set_bit() local
44 unsigned long *a = (unsigned long *)addr; in __mips_clear_bit() local
66 unsigned long *a = (unsigned long *)addr; in __mips_change_bit() local
89 unsigned long *a = (unsigned long *)addr; in __mips_test_and_set_bit() local
115 unsigned long *a = (unsigned long *)addr; in __mips_test_and_set_bit_lock() local
140 unsigned long *a = (unsigned long *)addr; in __mips_test_and_clear_bit() local
165 unsigned long *a = (unsigned long *)addr; in __mips_test_and_change_bit() local
/linux-4.1.27/arch/powerpc/xmon/
Dspu-insns.h127 #define _A1(a) {1,a} argument
128 #define _A2(a,b) {2,a,b} argument
129 #define _A3(a,b,c) {3,a,b,c} argument
130 #define _A4(a,b,c,d) {4,a,b,c,d} argument
/linux-4.1.27/include/trace/events/
Dtlb.h22 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
23 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
33 #define EM(a,b) { a, b }, argument
34 #define EMe(a,b) { a, b } argument
Dmigrate.h30 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
31 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
42 #define EM(a, b) {a, b}, argument
43 #define EMe(a, b) {a, b} argument
D9p.h82 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
83 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
93 #define EM(a, b) { a, b }, argument
94 #define EMe(a, b) { a, b } argument
Dwriteback.h29 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
50 #define EM(a,b) { a, b }, argument
51 #define EMe(a,b) { a, b } argument
Dv4l2.h12 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
13 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
57 #define EM(a, b) {a, b}, argument
58 #define EMe(a, b) {a, b} argument
Dsunrpc.h188 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
189 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
227 #define EM(a, b) {a, b}, argument
228 #define EMe(a, b) {a, b} argument
/linux-4.1.27/drivers/scsi/osd/
Dosd_debug.h17 #define OSD_ERR(fmt, a...) printk(KERN_ERR "osd: " fmt, ##a) argument
18 #define OSD_INFO(fmt, a...) printk(KERN_NOTICE "osd: " fmt, ##a) argument
21 #define OSD_DEBUG(fmt, a...) \ argument
24 #define OSD_DEBUG(fmt, a...) do {} while (0) argument
/linux-4.1.27/drivers/video/fbdev/via/
Ddebug.h29 #define DEBUG_MSG(f, a...) printk(f, ## a) argument
31 #define DEBUG_MSG(f, a...) argument
36 #define WARN_MSG(f, a...) printk(f, ## a) argument
38 #define WARN_MSG(f, a...) argument
/linux-4.1.27/arch/powerpc/include/asm/
Dppc-opcode.h254 #define ___PPC_RA(a) (((a) & 0x1f) << 16) argument
258 #define __PPC_RA(a) ___PPC_RA(__REG_##a) argument
259 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) argument
263 #define __PPC_XA(a) ((((a) & 0x1f) << 16) | (((a) & 0x20) >> 3)) argument
301 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument
303 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument
305 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
310 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
319 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \ argument
321 #define PPC_POPCNTD(a, s) stringify_in_c(.long PPC_INST_POPCNTD | \ argument
[all …]
Dide.h12 #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) argument
13 #define __ide_mm_insl(p, a, c) readsl((void __iomem *)(p), (a), (c)) argument
14 #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) argument
15 #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) argument
Dlocal.h9 atomic_long_t a; member
22 static __inline__ long local_add_return(long a, local_t *l) in local_add_return()
39 #define local_add_negative(a, l) (local_add_return((a), (l)) < 0) argument
41 static __inline__ long local_sub_return(long a, local_t *l) in local_sub_return()
115 static __inline__ int local_add_unless(local_t *l, long a, long u) in local_add_unless()
138 #define local_sub_and_test(a, l) (local_sub_return((a), (l)) == 0) argument
Dword-at-a-time.h54 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
65 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
116 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
133 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
140 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
Datomic.h74 #define atomic_add_negative(a, v) (atomic_add_return((a), (v)) < 0) in ATOMIC_OPS() argument
166 static __inline__ int __atomic_add_unless(atomic_t *v, int a, int u) in __atomic_add_unless()
220 #define atomic_sub_and_test(a, v) (atomic_sub_return((a), (v)) == 0) argument
312 #define atomic64_add_negative(a, v) (atomic64_add_return((a), (v)) < 0) in ATOMIC64_OPS() argument
388 #define atomic64_sub_and_test(a, v) (atomic64_sub_return((a), (v)) == 0) argument
427 static __inline__ int atomic64_add_unless(atomic64_t *v, long a, long u) in atomic64_add_unless()
/linux-4.1.27/include/media/
Dlm3560.h39 #define LM3560_FLASH_BRT_uA_TO_REG(a) \ argument
42 #define LM3560_FLASH_BRT_REG_TO_uA(a) \ argument
51 #define LM3560_FLASH_TOUT_ms_TO_REG(a) \ argument
54 #define LM3560_FLASH_TOUT_REG_TO_ms(a) \ argument
63 #define LM3560_TORCH_BRT_uA_TO_REG(a) \ argument
66 #define LM3560_TORCH_BRT_REG_TO_uA(a) \ argument
Dlm3646.h29 #define LM3646_TOTAL_FLASH_BRT_uA_TO_REG(a) \ argument
39 #define LM3646_TOTAL_TORCH_BRT_uA_TO_REG(a) \ argument
49 #define LM3646_LED1_FLASH_BRT_uA_TO_REG(a) \ argument
59 #define LM3646_LED1_TORCH_BRT_uA_TO_REG(a) \ argument
69 #define LM3646_FLASH_TOUT_ms_TO_REG(a) \ argument
Dadp1653.h68 #define ADP1653_INDICATOR_INTENSITY_uA_TO_REG(a) \ argument
70 #define ADP1653_INDICATOR_INTENSITY_REG_TO_uA(a) \ argument
84 #define ADP1653_FLASH_INTENSITY_mA_TO_REG(a) \ argument
87 #define ADP1653_FLASH_INTENSITY_REG_TO_mA(a) \ argument
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dfw.c27 #define R(a) ioread32(wil->csr + HOSTADDR(a)) argument
29 #define W(a, v) do { iowrite32(v, wil->csr + HOSTADDR(a)); wmb(); } while (0) argument
31 #define S(a, v) W(a, R(a) | v) argument
33 #define C(a, v) W(a, R(a) & ~v) argument
Dioctl.c30 void __iomem *a; in wil_ioc_addr() local
61 void __iomem *a; in wil_ioc_memio_dword() local
106 void __iomem *a; in wil_ioc_memio_block() local
/linux-4.1.27/crypto/
Dtwofish_common.c482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
497 #define CALC_SB_2(i, a, b) \ argument
505 #define CALC_SB192_2(i, a, b) \ argument
513 #define CALC_SB256_2(i, a, b) \ argument
543 #define CALC_K_2(a, b, c, d, j) \ argument
549 #define CALC_K(a, j, k, l, m, n) \ argument
556 #define CALC_K192_2(a, b, c, d, j) \ argument
562 #define CALC_K192(a, j, k, l, m, n) \ argument
569 #define CALC_K256_2(a, b, j) \ argument
575 #define CALC_K256(a, j, k, l, m, n) \ argument
Dgf128mul.c127 u64 a = be64_to_cpu(x->a); in gf128mul_x_lle() local
137 u64 a = be64_to_cpu(x->a); in gf128mul_x_bbe() local
147 u64 a = le64_to_cpu(x->a); in gf128mul_x_ble() local
158 u64 a = be64_to_cpu(x->a); in gf128mul_x8_lle() local
168 u64 a = be64_to_cpu(x->a); in gf128mul_x8_bbe() local
360 void gf128mul_64k_lle(be128 *a, struct gf128mul_64k *t) in gf128mul_64k_lle()
373 void gf128mul_64k_bbe(be128 *a, struct gf128mul_64k *t) in gf128mul_64k_bbe()
446 void gf128mul_4k_lle(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_lle()
461 void gf128mul_4k_bbe(be128 *a, struct gf128mul_4k *t) in gf128mul_4k_bbe()
Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
Dtwofish_generic.c54 #define G1(a) \ argument
67 #define ENCROUND(n, a, b, c, d) \ argument
74 #define DECROUND(n, a, b, c, d) \ argument
116 u32 a, b, c, d; in twofish_encrypt() local
153 u32 a, b, c, d; in twofish_decrypt() local
/linux-4.1.27/arch/x86/include/asm/
Dio.h70 #define readb_relaxed(a) __readb(a) argument
71 #define readw_relaxed(a) __readw(a) argument
72 #define readl_relaxed(a) __readl(a) argument
77 #define writeb_relaxed(v, a) __writeb(v, a) argument
78 #define writew_relaxed(v, a) __writew(v, a) argument
79 #define writel_relaxed(v, a) __writel(v, a) argument
91 #define readq_relaxed(a) readq(a) argument
92 #define writeq_relaxed(v, a) writeq(v, a) argument
94 #define __raw_readq(a) readq(a) argument
Dword-at-a-time.h38 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
46 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
53 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
Dasm.h15 # define __ASM_SEL(a,b) __ASM_FORM(a) argument
16 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a) argument
18 # define __ASM_SEL(a,b) __ASM_FORM(b) argument
19 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b) argument
Dvm86.h72 #define handle_vm86_fault(a, b) argument
73 #define release_vm86_irqs(a) argument
75 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap()
/linux-4.1.27/drivers/mtd/nand/
Domap2.c64 #define P2048e(a) (TF(a & NAND_Ecc_P2048e) << 0) argument
65 #define P2048o(a) (TF(a & NAND_Ecc_P2048o) << 1) argument
66 #define P1e(a) (TF(a & NAND_Ecc_P1e) << 2) argument
67 #define P1o(a) (TF(a & NAND_Ecc_P1o) << 3) argument
68 #define P2e(a) (TF(a & NAND_Ecc_P2e) << 4) argument
69 #define P2o(a) (TF(a & NAND_Ecc_P2o) << 5) argument
70 #define P4e(a) (TF(a & NAND_Ecc_P4e) << 6) argument
71 #define P4o(a) (TF(a & NAND_Ecc_P4o) << 7) argument
73 #define P8e(a) (TF(a & NAND_Ecc_P8e) << 0) argument
74 #define P8o(a) (TF(a & NAND_Ecc_P8o) << 1) argument
[all …]
/linux-4.1.27/net/dccp/ccids/lib/
Dtfrc.h25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument
27 #define tfrc_pr_debug(format, a...) argument
31 static inline u64 scaled_div(u64 a, u64 b) in scaled_div()
37 static inline u32 scaled_div32(u64 a, u64 b) in scaled_div32()
/linux-4.1.27/include/acpi/
Dacoutput.h290 #define ACPI_DO_WHILE0(a) do a while(0) argument
292 #define ACPI_DO_WHILE0(a) a argument
414 #define ACPI_DEBUG_EXEC(a) a argument
415 #define ACPI_DEBUG_ONLY_MEMBERS(a) a; argument
420 #define ACPI_DUMP_STACK_ENTRY(a) acpi_ex_dump_operand((a), 0) argument
421 #define ACPI_DUMP_OPERANDS(a, b ,c) acpi_ex_dump_operands(a, b, c) argument
422 #define ACPI_DUMP_ENTRY(a, b) acpi_ns_dump_entry (a, b) argument
423 #define ACPI_DUMP_PATHNAME(a, b, c, d) acpi_ns_dump_pathname(a, b, c, d) argument
424 #define ACPI_DUMP_BUFFER(a, b) acpi_ut_debug_dump_buffer((u8 *) a, b, DB_BYTE_DISPLAY, _CO… argument
433 #define ACPI_DEBUG_EXEC(a) argument
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h46 #define wr32(a, reg, value) writel((value), ((a)->hw_addr + (reg))) argument
47 #define rd32(a, reg) readl((a)->hw_addr + (reg)) argument
49 #define wr64(a, reg, value) writeq((value), ((a)->hw_addr + (reg))) argument
50 #define rd64(a, reg) readq((a)->hw_addr + (reg)) argument
51 #define i40e_flush(a) readl((a)->hw_addr + I40E_GLGEN_STAT) argument
60 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_osdep.h45 #define wr32(a, reg, value) writel((value), ((a)->hw_addr + (reg))) argument
46 #define rd32(a, reg) readl((a)->hw_addr + (reg)) argument
48 #define wr64(a, reg, value) writeq((value), ((a)->hw_addr + (reg))) argument
49 #define rd64(a, reg) readq((a)->hw_addr + (reg)) argument
50 #define i40e_flush(a) readl((a)->hw_addr + I40E_VFGEN_RSTAT) argument
59 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
/linux-4.1.27/security/smack/
Dsmack.h228 struct common_audit_data a; member
369 static inline void smk_ad_init(struct smk_audit_info *a, const char *func, in smk_ad_init()
378 static inline void smk_ad_init_net(struct smk_audit_info *a, const char *func, in smk_ad_init_net()
386 static inline void smk_ad_setfield_u_tsk(struct smk_audit_info *a, in smk_ad_setfield_u_tsk()
391 static inline void smk_ad_setfield_u_fs_path_dentry(struct smk_audit_info *a, in smk_ad_setfield_u_fs_path_dentry()
396 static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a, in smk_ad_setfield_u_fs_inode()
401 static inline void smk_ad_setfield_u_fs_path(struct smk_audit_info *a, in smk_ad_setfield_u_fs_path()
406 static inline void smk_ad_setfield_u_net_sk(struct smk_audit_info *a, in smk_ad_setfield_u_net_sk()
414 static inline void smk_ad_init(struct smk_audit_info *a, const char *func, in smk_ad_init()
418 static inline void smk_ad_setfield_u_tsk(struct smk_audit_info *a, in smk_ad_setfield_u_tsk()
[all …]
Dsmack_access.c126 int request, struct smk_audit_info *a) in smk_access()
229 u32 mode, struct smk_audit_info *a) in smk_tskacc()
281 u32 mode, struct smk_audit_info *a) in smk_curacc()
321 static void smack_log_callback(struct audit_buffer *ab, void *a) in smack_log_callback()
358 struct common_audit_data *a = &ad->a; in smack_log() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dport.h6 #define MSG(l,f,a...) do { \ argument
10 #define DBG(f,a...) MSG(debug, f, ##a) argument
11 #define ERR(f,a...) MSG(error, f, ##a) argument
Dpad.h47 #define MSG(l,f,a...) do { \ argument
53 #define DBG(f,a...) MSG(debug, f, ##a) argument
54 #define ERR(f,a...) MSG(error, f, ##a) argument
/linux-4.1.27/include/drm/
Ddrm_fixed.h79 static inline s64 drm_int2fixp(int a) in drm_int2fixp()
84 static inline int drm_fixp2int(s64 a) in drm_fixp2int()
89 static inline int drm_fixp2int_ceil(s64 a) in drm_fixp2int_ceil()
97 static inline unsigned drm_fixp_msbset(s64 a) in drm_fixp_msbset()
108 static inline s64 drm_fixp_mul(s64 a, s64 b) in drm_fixp_mul()
131 static inline s64 drm_fixp_div(s64 a, s64 b) in drm_fixp_div()
149 static inline s64 drm_fixp_from_fraction(s64 a, s64 b) in drm_fixp_from_fraction()
/linux-4.1.27/arch/parisc/include/asm/
Dldcw.h14 #define __ldcw_align(a) ({ \ argument
31 #define __ldcw_align(a) (&(a)->slock) argument
44 #define __ldcw(a) ({ \ argument
Dspinlock.h11 volatile unsigned int *a = __ldcw_align(x); in arch_spin_is_locked() local
22 volatile unsigned int *a; in arch_spin_lock_flags() local
39 volatile unsigned int *a; in arch_spin_unlock() local
48 volatile unsigned int *a; in arch_spin_trylock() local
/linux-4.1.27/lib/
Dlist_sort.c20 int (*cmp)(void *priv, struct list_head *a, in merge()
49 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links()
105 int (*cmp)(void *priv, struct list_head *a, in list_sort()
201 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
Dlcm.c7 unsigned long lcm(unsigned long a, unsigned long b) in lcm()
16 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
/linux-4.1.27/fs/jffs2/
Dsummary.h196 #define jffs2_sum_init(a) (0) argument
197 #define jffs2_sum_exit(a) argument
198 #define jffs2_sum_disable_collecting(a) argument
199 #define jffs2_sum_is_disabled(a) (0) argument
200 #define jffs2_sum_reset_collected(a) argument
201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument
202 #define jffs2_sum_move_collected(a,b) argument
203 #define jffs2_sum_write_sumnode(a) (0) argument
204 #define jffs2_sum_add_padding_mem(a,b) argument
205 #define jffs2_sum_add_inode_mem(a,b,c) argument
[all …]
/linux-4.1.27/sound/pci/hda/
Dca0132_regs.h363 #define X_RANGE_MAIN(a, s) \ argument
365 #define X_RANGE_AUX(a, s) \ argument
367 #define X_RANGE_EXT(a, s) \ argument
369 #define X_RANGE_ALL(a, s) \ argument
372 #define Y_RANGE_MAIN(a, s) \ argument
375 #define Y_RANGE_AUX(a, s) \ argument
378 #define Y_RANGE_EXT(a, s) \ argument
381 #define Y_RANGE_ALL(a, s) \ argument
385 #define UC_RANGE(a, s) \ argument
389 #define X_OFF(a) \ argument
[all …]
/linux-4.1.27/arch/ia64/include/asm/
Dio.h376 #define readb(a) __readb((a)) argument
377 #define readw(a) __readw((a)) argument
378 #define readl(a) __readl((a)) argument
379 #define readq(a) __readq((a)) argument
380 #define readb_relaxed(a) __readb_relaxed((a)) argument
381 #define readw_relaxed(a) __readw_relaxed((a)) argument
382 #define readl_relaxed(a) __readl_relaxed((a)) argument
383 #define readq_relaxed(a) __readq_relaxed((a)) argument
392 #define writeb(v,a) __writeb((v), (a)) argument
393 #define writew(v,a) __writew((v), (a)) argument
[all …]
/linux-4.1.27/fs/ntfs/
Ddebug.h44 #define ntfs_debug(f, a...) \ argument
64 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a) argument
69 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a) argument
/linux-4.1.27/fs/exofs/
Dore_raid.h18 #define ORE_ERR(fmt, a...) printk(KERN_ERR "ore: " fmt, ##a) argument
21 #define ORE_DBGMSG(fmt, a...) \ argument
24 #define ORE_DBGMSG(fmt, a...) \ argument
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dcmtdef.h57 #define DB_PR(flag,a,b,c) { if (flag) printf(a,b,c) ; } argument
59 #define DB_PR(flag,a,b,c) argument
63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) argument
64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) argument
65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) argument
66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) argument
67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) argument
68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) argument
69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) argument
70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) argument
[all …]
/linux-4.1.27/fs/hpfs/
Dea.c14 void hpfs_ea_ext_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_ext_remove()
50 static char *get_indirect_ea(struct super_block *s, int ano, secno a, int size) in get_indirect_ea()
65 static void set_indirect_ea(struct super_block *s, int ano, secno a, in set_indirect_ea()
78 secno a; in hpfs_read_ea() local
134 secno a; in hpfs_get_ea() local
196 secno a; in hpfs_set_ea() local
Danode.c17 anode_secno a = -1; in hpfs_bplus_lookup() local
65 anode_secno a, na = -1, ra, up = -1; in hpfs_add_sector_to_btree() local
329 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup()
337 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read()
360 int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_write()
384 void hpfs_ea_remove(struct super_block *s, secno a, int ano, unsigned len) in hpfs_ea_remove()
Dname.c22 static inline unsigned char upcase(unsigned char *dir, unsigned char a) in upcase()
29 unsigned char hpfs_upcase(unsigned char *dir, unsigned char a) in hpfs_upcase()
34 static inline unsigned char locase(unsigned char *dir, unsigned char a) in locase()
/linux-4.1.27/drivers/media/platform/s5p-g2d/
Dg2d-hw.c18 #define w(x, a) writel((x), d->regs + (a)) argument
19 #define r(a) readl(d->regs + (a)) argument
47 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
72 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c359 const struct nlattr *a[], in __parse_flow_nlattrs()
404 const struct nlattr *a[], u64 *attrsp, in parse_flow_mask_nlattrs()
411 const struct nlattr *a[], u64 *attrsp, in parse_flow_nlattrs()
417 static int genev_tun_opt_from_nlattr(const struct nlattr *a, in genev_tun_opt_from_nlattr()
472 static int vxlan_tun_opt_from_nlattr(const struct nlattr *a, in vxlan_tun_opt_from_nlattr()
507 struct nlattr *a; in ipv4_tun_from_nlattr() local
719 const struct nlattr **a, bool is_mask, in metadata_from_nlattrs()
775 const struct nlattr **a, bool is_mask, in ovs_key_from_nlattrs()
1047 const struct nlattr *a[OVS_KEY_ATTR_MAX + 1]; in ovs_nla_get_match() local
1257 const struct nlattr *a[OVS_KEY_ATTR_MAX + 1]; in ovs_nla_get_flow_metadata() local
[all …]
/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211types.h153 #define P80211DID_MK(a, m, l) ((((u32)(a)) & (m)) << (l)) argument
155 #define P80211DID_MKSECTION(a) P80211DID_MK(a, \ argument
158 #define P80211DID_MKGROUP(a) P80211DID_MK(a, \ argument
161 #define P80211DID_MKITEM(a) P80211DID_MK(a, \ argument
164 #define P80211DID_MKINDEX(a) P80211DID_MK(a, \ argument
167 #define P80211DID_MKISTABLE(a) P80211DID_MK(a, \ argument
171 #define P80211DID_MKID(s, g, i, n, t, a) (P80211DID_MKSECTION(s) | \ argument
178 #define P80211DID_GET(a, m, l) ((((u32)(a)) >> (l)) & (m)) argument
180 #define P80211DID_SECTION(a) P80211DID_GET(a, \ argument
183 #define P80211DID_GROUP(a) P80211DID_GET(a, \ argument
[all …]
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_io.h53 #define bcm_readb(a) (*(volatile unsigned char *) BCM_REGS_VA(a)) argument
54 #define bcm_readw(a) (*(volatile unsigned short *) BCM_REGS_VA(a)) argument
55 #define bcm_readl(a) (*(volatile unsigned int *) BCM_REGS_VA(a)) argument
56 #define bcm_readq(a) (*(volatile u64 *) BCM_REGS_VA(a)) argument
57 #define bcm_writeb(v, a) (*(volatile unsigned char *) BCM_REGS_VA((a)) = (v)) argument
58 #define bcm_writew(v, a) (*(volatile unsigned short *) BCM_REGS_VA((a)) = (v)) argument
59 #define bcm_writel(v, a) (*(volatile unsigned int *) BCM_REGS_VA((a)) = (v)) argument
60 #define bcm_writeq(v, a) (*(volatile u64 *) BCM_REGS_VA((a)) = (v)) argument
/linux-4.1.27/net/dccp/
Ddccp.h27 #define DCCP_CRIT(fmt, a...) printk(KERN_CRIT fmt " at %s:%d/%s()\n", ##a, \ argument
29 #define DCCP_BUG(a...) do { DCCP_CRIT("BUG: " a); dump_stack(); } while(0) argument
38 #define DCCP_PR_DEBUG(enable, fmt, a...) DCCP_PRINTK(enable, KERN_DEBUG \ argument
43 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument
44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument
45 #define dccp_debug(fmt, a...) dccp_pr_debug_cat(KERN_DEBUG fmt, ##a) argument
47 #define dccp_pr_debug(format, a...) argument
48 #define dccp_pr_debug_cat(format, a...) argument
49 #define dccp_debug(format, a...) argument
111 #define ADD48(a, b) (((a) + (b)) & UINT48_MAX) argument
[all …]
/linux-4.1.27/fs/xfs/
Dxfs_linux.h168 #define MIN(a,b) (min(a,b)) argument
169 #define MAX(a,b) (max(a,b)) argument
217 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL) argument
228 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div()
259 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod()
284 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div()
303 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod()
321 #define do_div(a, b) xfs_do_div(&(a), (b), sizeof(a)) argument
322 #define do_mod(a, b) xfs_do_mod(&(a), (b), sizeof(a)) argument
/linux-4.1.27/arch/x86/math-emu/
Dfpu_emu.h158 #define signbyte(a) (((u_char *)(a))[9]) argument
159 #define getsign(a) (signbyte(a) & 0x80) argument
160 #define setsign(a,b) { if (b) signbyte(a) |= 0x80; else signbyte(a) &= 0x7f; } argument
161 #define copysign(a,b) { if (getsign(a)) signbyte(b) |= 0x80; \ argument
163 #define changesign(a) { signbyte(a) ^= 0x80; } argument
164 #define setpositive(a) { signbyte(a) &= 0x7f; } argument
165 #define setnegative(a) { signbyte(a) |= 0x80; } argument
166 #define signpositive(a) ( (signbyte(a) & 0x80) == 0 ) argument
167 #define signnegative(a) (signbyte(a) & 0x80) argument
/linux-4.1.27/arch/x86/include/uapi/asm/
Da.out.h16 #define N_TRSIZE(a) ((a).a_trsize) argument
17 #define N_DRSIZE(a) ((a).a_drsize) argument
18 #define N_SYMSIZE(a) ((a).a_syms) argument
/linux-4.1.27/arch/m68k/include/uapi/asm/
Da.out.h16 #define N_TRSIZE(a) ((a).a_trsize) argument
17 #define N_DRSIZE(a) ((a).a_drsize) argument
18 #define N_SYMSIZE(a) ((a).a_syms) argument
/linux-4.1.27/lib/zlib_inflate/
Dinffast.c43 # define PUP(a) *(a)++ argument
44 # define UP_UNALIGNED(a) get_unaligned16((a)++) argument
47 # define PUP(a) *++(a) argument
48 # define UP_UNALIGNED(a) get_unaligned16(++(a)) argument
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h156 #define IXGBE_WRITE_REG(a, reg, value) ixgbe_write_reg((a), (reg), (value)) argument
175 #define IXGBE_WRITE_REG64(a, reg, value) ixgbe_write_reg64((a), (reg), (value)) argument
178 #define IXGBE_READ_REG(a, reg) ixgbe_read_reg((a), (reg)) argument
180 #define IXGBE_WRITE_REG_ARRAY(a, reg, offset, value) \ argument
183 #define IXGBE_READ_REG_ARRAY(a, reg, offset) \ argument
186 #define IXGBE_WRITE_FLUSH(a) ixgbe_read_reg((a), IXGBE_STATUS) argument
/linux-4.1.27/arch/xtensa/include/asm/
Dcoprocessor.h118 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument
119 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument
131 #define __REG2_0(n,s,a) __u32 name; argument
132 #define __REG2_1(n,s,a) unsigned char n[s] __attribute__ ((aligned(a))); argument
133 #define __REG2_2(n,s,a) unsigned char n[s] __attribute__ ((aligned(a))); argument
Dpage.h77 # define DCACHE_ALIAS(a) (((a) & DCACHE_ALIAS_MASK) >> PAGE_SHIFT) argument
78 # define DCACHE_ALIAS_EQ(a,b) ((((a) ^ (b)) & DCACHE_ALIAS_MASK) == 0) argument
81 # define DCACHE_ALIAS(a) ((void)(a), 0) argument
88 # define ICACHE_ALIAS(a) (((a) & ICACHE_ALIAS_MASK) >> PAGE_SHIFT) argument
89 # define ICACHE_ALIAS_EQ(a,b) ((((a) ^ (b)) & ICACHE_ALIAS_MASK) == 0) argument
/linux-4.1.27/arch/arm/include/asm/
Dglue-cache.h137 static inline void nop_flush_user_cache_range(unsigned long a, in nop_flush_user_cache_range()
140 static inline void nop_coherent_kern_range(unsigned long a, unsigned long b) { } in nop_coherent_kern_range()
141 static inline int nop_coherent_user_range(unsigned long a, in nop_coherent_user_range()
143 static inline void nop_flush_kern_dcache_area(void *a, size_t s) { } in nop_flush_kern_dcache_area()
145 static inline void nop_dma_flush_range(const void *a, const void *b) { } in nop_dma_flush_range()
/linux-4.1.27/arch/m68k/include/asm/
Dio_no.h109 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
110 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
111 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
127 #define outsb(a,b,l) io_outsb(a,b,l) argument
128 #define outsw(a,b,l) io_outsw(a,b,l) argument
129 #define outsl(a,b,l) io_outsl(a,b,l) argument
131 #define insb(a,b,l) io_insb(a,b,l) argument
132 #define insw(a,b,l) io_insw(a,b,l) argument
133 #define insl(a,b,l) io_insl(a,b,l) argument
Dbootstd.h59 #define _bsc1(type,name,atype,a) \ argument
71 #define _bsc2(type,name,atype,a,btype,b) \ argument
84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
Dnubus.h14 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
15 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
16 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
Dzorro.h14 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
15 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
16 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c32 int rtllib_wx_set_freq(struct rtllib_device *ieee, struct iw_request_info *a, in rtllib_wx_set_freq()
91 struct iw_request_info *a, in rtllib_wx_get_freq()
193 int rtllib_wx_get_essid(struct rtllib_device *ieee, struct iw_request_info *a, in rtllib_wx_get_essid()
284 int rtllib_wx_set_mode(struct rtllib_device *ieee, struct iw_request_info *a, in rtllib_wx_set_mode()
419 int rtllib_wx_set_scan(struct rtllib_device *ieee, struct iw_request_info *a, in rtllib_wx_set_scan()
444 struct iw_request_info *a, in rtllib_wx_set_essid()
506 int rtllib_wx_get_mode(struct rtllib_device *ieee, struct iw_request_info *a, in rtllib_wx_get_mode()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c31 int ieee80211_wx_set_freq(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_freq()
89 struct iw_request_info *a, in ieee80211_wx_get_freq()
182 …int ieee80211_wx_get_essid(struct ieee80211_device *ieee, struct iw_request_info *a,union iwreq_da… in ieee80211_wx_get_essid()
272 int ieee80211_wx_set_mode(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_mode()
365 int ieee80211_wx_set_scan(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_scan()
390 struct iw_request_info *a, in ieee80211_wx_set_essid()
444 int ieee80211_wx_get_mode(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_get_mode()
/linux-4.1.27/tools/virtio/linux/
Dvirtio.h7 #define list_add_tail(a, b) do {} while (0) argument
8 #define list_del(a) do {} while (0) argument
9 #define list_for_each_entry(a, b, c) while (0) argument
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h54 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
65 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
116 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
133 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
140 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv.h268 #define _MUXSELf(a) 0##a << 30 argument
269 #define _MUXSELe(a, b...) 0##a << 28 | _MUXSELf(b) argument
270 #define _MUXSELd(a, b...) 0##a << 26 | _MUXSELe(b) argument
271 #define _MUXSELc(a, b...) 0##a << 24 | _MUXSELd(b) argument
272 #define _MUXSELb(a, b...) 0##a << 22 | _MUXSELc(b) argument
273 #define _MUXSELa(a, b...) 0##a << 20 | _MUXSELb(b) argument
274 #define _MUXSEL9(a, b...) 0##a << 18 | _MUXSELa(b) argument
275 #define _MUXSEL8(a, b...) 0##a << 16 | _MUXSEL9(b) argument
276 #define _MUXSEL7(a, b...) 0##a << 14 | _MUXSEL8(b) argument
277 #define _MUXSEL6(a, b...) 0##a << 12 | _MUXSEL7(b) argument
[all …]
/linux-4.1.27/init/
Dversion.c18 #define version(a) Version_ ## a argument
19 #define version_string(a) version(a) argument
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Dcxio_resource.h58 #define PBL_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.pbl_base ) argument
64 #define RQT_OFF(rdev_p, a) ( (a) - (rdev_p)->rnic_info.rqt_base ) argument
/linux-4.1.27/fs/reiserfs/
Dhashes.c49 u32 a, b, c, d; in keyed_hash() local
131 u32 a, c; in yura_hash() local
169 u32 a = 0; in r5_hash() local
/linux-4.1.27/fs/btrfs/
Dsysfs.c93 struct kobj_attribute *a, char *buf) in btrfs_feature_attr_show()
109 struct kobj_attribute *a, in btrfs_feature_attr_store()
245 struct kobj_attribute *a, char *buf) in global_rsv_reserved_show()
309 struct kobj_attribute *a, in btrfs_space_info_show_total_bytes_pinned()
360 struct kobj_attribute *a, char *buf) in btrfs_label_show()
368 struct kobj_attribute *a, in btrfs_label_store()
402 struct kobj_attribute *a, char *buf) in btrfs_nodesize_show()
412 struct kobj_attribute *a, char *buf) in btrfs_sectorsize_show()
422 struct kobj_attribute *a, char *buf) in btrfs_clone_alignment_show()
577 struct attribute *a = btrfs_supported_feature_attrs[i]; in init_feature_attrs() local
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dcorgi.h58 #define CORGI_GPIO_STROBE_BIT(a) GPIO_bit(66+(a)) argument
59 #define CORGI_GPIO_SENSE_BIT(a) GPIO_bit(58+(a)) argument
63 #define CORGI_GPIO_KEY_SENSE(a) (58+(a)) argument
64 #define CORGI_GPIO_KEY_STROBE(a) (66+(a)) argument
81 #define CORGI_IRQ_GPIO_KEY_SENSE(a) PXA_GPIO_TO_IRQ(58+(a)) /* Keyboard Sense lines */ argument
/linux-4.1.27/include/crypto/
Db128ops.h53 u64 a, b; member
57 __be64 a, b; member
61 __le64 b, a; member
/linux-4.1.27/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S79 #define encrypt_round(a,b,c,d,round)\ argument
115 #define encrypt_last_round(a,b,c,d,round)\ argument
152 #define decrypt_round(a,b,c,d,round)\ argument
188 #define decrypt_last_round(a,b,c,d,round)\ argument
Dtwofish-i586-asm_32.S80 #define encrypt_round(a,b,c,d,round)\ argument
118 #define encrypt_last_round(a,b,c,d,round)\ argument
155 #define decrypt_round(a,b,c,d,round)\ argument
193 #define decrypt_last_round(a,b,c,d,round)\ argument
/linux-4.1.27/include/net/
D6lowpan.h68 #define is_addr_mac_addr_based(a, m) \ argument
82 #define lowpan_is_iid_16_bit_compressable(a) \ argument
92 #define lowpan_is_mcast_addr_compressable48(a) \ argument
100 #define lowpan_is_mcast_addr_compressable32(a) \ argument
109 #define lowpan_is_mcast_addr_compressable8(a) \ argument
119 #define lowpan_is_addr_broadcast(a) \ argument
Dcodel.h65 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT) argument
78 #define codel_time_after(a, b) \ argument
82 #define codel_time_before(a, b) codel_time_after(b, a) argument
84 #define codel_time_after_eq(a, b) \ argument
88 #define codel_time_before_eq(a, b) codel_time_after_eq(b, a) argument
/linux-4.1.27/arch/frv/include/asm/
Dbitops.h150 volatile unsigned long *a = addr; in __clear_bit() local
160 volatile unsigned long *a = addr; in __set_bit() local
170 volatile unsigned long *a = addr; in __change_bit() local
180 volatile unsigned long *a = addr; in __test_and_clear_bit() local
192 volatile unsigned long *a = addr; in __test_and_set_bit() local
204 volatile unsigned long *a = addr; in __test_and_change_bit() local
225 int * a = (int *) addr; in __test_bit() local
/linux-4.1.27/security/tomoyo/
Dgroup.c18 static bool tomoyo_same_path_group(const struct tomoyo_acl_head *a, in tomoyo_same_path_group()
33 static bool tomoyo_same_number_group(const struct tomoyo_acl_head *a, in tomoyo_same_number_group()
52 static bool tomoyo_same_address_group(const struct tomoyo_acl_head *a, in tomoyo_same_address_group()
Dfile.c335 static bool tomoyo_same_path_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_acl()
352 static bool tomoyo_merge_path_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_acl()
404 static bool tomoyo_same_mkdev_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mkdev_acl()
424 static bool tomoyo_merge_mkdev_acl(struct tomoyo_acl_info *a, in tomoyo_merge_mkdev_acl()
483 static bool tomoyo_same_path2_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path2_acl()
501 static bool tomoyo_merge_path2_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path2_acl()
616 static bool tomoyo_same_path_number_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_number_acl()
636 static bool tomoyo_merge_path_number_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_number_acl()
944 static bool tomoyo_same_mount_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mount_acl()
/linux-4.1.27/arch/ia64/kernel/
Dperfmon_default_smpl.c25 #define DPRINT(a) \ argument
30 #define DPRINT_ovfl(a) \ argument
36 #define DPRINT(a) argument
37 #define DPRINT_ovfl(a) argument
/linux-4.1.27/drivers/block/paride/
Depia.c40 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument
41 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument
51 { int a, b, r; in epia_read_regr() local
138 { int k, ph, a, b; in epia_read_block() local
Dfit2.c28 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
48 { int a, b, r; in fit2_read_regr() local
66 { int k, a, b, c, d; in fit2_read_block() local
Dktti.c24 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
44 { int a, b, r; in ktti_read_regr() local
56 { int k, a, b; in ktti_read_block() local
Depat.c31 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument
32 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument
70 { int a, b, r; in epat_read_regr() local
99 { int k, ph, a, b; in epat_read_block() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dconn.h50 #define MSG(l,f,a...) do { \ argument
55 #define DBG(f,a...) MSG(debug, f, ##a) argument
56 #define ERR(f,a...) MSG(error, f, ##a) argument
Doutp.h53 #define MSG(l,f,a...) do { \ argument
58 #define DBG(f,a...) MSG(debug, f, ##a) argument
59 #define ERR(f,a...) MSG(error, f, ##a) argument
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.h199 xfs_alloc_rec_incore_t a; member
215 } a; member
436 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) argument
437 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b)) argument
438 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b)) argument
439 #define XFS_AGBLOCK_MAX(a,b) max_t(xfs_agblock_t, (a), (b)) argument
440 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b)) argument
441 #define XFS_FILEOFF_MAX(a,b) max_t(xfs_fileoff_t, (a), (b)) argument
442 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) argument
443 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b)) argument
/linux-4.1.27/arch/tile/include/asm/
Dvga.h34 #define vga_readb(a) readb((u8 __iomem *)(a)) argument
35 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) argument
Datomic_32.h59 static inline int __atomic_add_unless(atomic_t *v, int a, int u) in __atomic_add_unless()
138 static inline long long atomic64_add_unless(atomic64_t *v, long long a, in atomic64_add_unless()
160 #define atomic64_add_negative(a, v) (atomic64_add_return((a), (v)) < 0) argument
165 #define atomic64_sub_and_test(a, v) (atomic64_sub_return((a), (v)) == 0) argument
/linux-4.1.27/arch/x86/mm/
Ddump_pagetables.c309 #define walk_pmd_level(m,s,a,p) walk_pte_level(m,s,__pmd(pud_val(a)),p) argument
310 #define pud_large(a) pmd_large(__pmd(pud_val(a))) argument
311 #define pud_none(a) pmd_none(__pmd(pud_val(a))) argument
342 #define walk_pud_level(m,s,a,p) walk_pmd_level(m,s,__pud(pgd_val(a)),p) argument
343 #define pgd_large(a) pud_large(__pud(pgd_val(a))) argument
344 #define pgd_none(a) pud_none(__pud(pgd_val(a))) argument
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Dtcm-sita.h45 #define LEN(a, b) ((a) > (b) ? (a) - (b) + 1 : (b) - (a) + 1) argument
75 struct tcm_area a; member
87 void assign(struct tcm_area *a, u16 x0, u16 y0, u16 x1, u16 y1) in assign()
/linux-4.1.27/arch/powerpc/crypto/
Dsha1-spe-asm.S111 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
135 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
161 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
185 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
213 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
/linux-4.1.27/lib/raid6/
Dmktables.c24 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul()
38 static uint8_t gfpow(uint8_t a, int b) in gfpow()
/linux-4.1.27/net/netfilter/ipset/
Dpfxlen.c8 #define E(a, b, c, d) \ argument
152 #define E(a, b, c, d) \ argument
/linux-4.1.27/net/appletalk/
Daarp.c93 static void __aarp_expire(struct aarp_entry *a) in __aarp_expire()
104 static void __aarp_send_query(struct aarp_entry *a) in __aarp_send_query()
388 struct aarp_entry *a = kmalloc(sizeof(*a), GFP_ATOMIC); in aarp_alloc() local
420 struct aarp_entry *a; in aarp_proxy_remove() local
436 struct aarp_entry *a = __aarp_find_entry(proxies[hash], dev, sa); in __aarp_proxy_find() local
554 struct aarp_entry *a; in aarp_send_ddp() local
691 static void __aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, in __aarp_resolved()
725 struct aarp_entry *a; in aarp_rcv() local

123456789