Searched refs:dcc (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_irc.c63 /* tries to get the ip_addr and port out of a dcc command
66 * data_end pointer to last byte of dcc command data
67 * ip returns parsed ip of dcc command
68 * port returns parsed port of dcc command
179 pr_debug("unable to parse dcc command\n"); help()
/linux-4.1.27/drivers/bus/
H A Dvexpress-config.c70 u32 *position, u32 *dcc) vexpress_config_get_topo()
78 vexpress_config_find_prop(node, "arm,vexpress,dcc", dcc); vexpress_config_get_topo()
69 vexpress_config_get_topo(struct device_node *node, u32 *site, u32 *position, u32 *dcc) vexpress_config_get_topo() argument
/linux-4.1.27/drivers/misc/
H A Dvexpress-syscfg.c155 u32 site, position, dcc; vexpress_syscfg_regmap_init() local
159 &position, &dcc); vexpress_syscfg_regmap_init()
200 func, site, position, dcc, vexpress_syscfg_regmap_init()
203 func->template[i] = SYS_CFGCTRL_DCC(dcc); vexpress_syscfg_regmap_init()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_dcc.c15 #include <asm/dcc.h>
/linux-4.1.27/include/linux/
H A Dvexpress.h34 u32 *position, u32 *dcc);
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_tiling.c146 uint32_t dcc; i915_gem_detect_bit_6_swizzle() local
156 dcc = I915_READ(DCC); i915_gem_detect_bit_6_swizzle()
157 switch (dcc & DCC_ADDRESSING_MODE_MASK) { i915_gem_detect_bit_6_swizzle()
164 if (dcc & DCC_CHANNEL_XOR_DISABLE) { i915_gem_detect_bit_6_swizzle()
170 } else if ((dcc & DCC_CHANNEL_XOR_BIT_17) == 0) { i915_gem_detect_bit_6_swizzle()
190 if (dcc == 0xffffffff) { i915_gem_detect_bit_6_swizzle()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c58 unsigned int fpt, dcc; i40e_program_fdir_filter() local
119 dcc = I40E_TX_DESC_DTYPE_FILTER_PROG; i40e_program_fdir_filter()
122 dcc |= I40E_FILTER_PROGRAM_DESC_PCMD_ADD_UPDATE << i40e_program_fdir_filter()
125 dcc |= I40E_FILTER_PROGRAM_DESC_PCMD_REMOVE << i40e_program_fdir_filter()
128 dcc |= (fdir_data->dest_ctl << I40E_TXD_FLTR_QW1_DEST_SHIFT) & i40e_program_fdir_filter()
131 dcc |= (fdir_data->fd_status << I40E_TXD_FLTR_QW1_FD_STATUS_SHIFT) & i40e_program_fdir_filter()
135 dcc |= I40E_TXD_FLTR_QW1_CNT_ENA_MASK; i40e_program_fdir_filter()
136 dcc |= ((u32)fdir_data->cnt_index << i40e_program_fdir_filter()
143 fdir_desc->dtype_cmd_cntindex = cpu_to_le32(dcc); i40e_program_fdir_filter()
/linux-4.1.27/drivers/scsi/
H A Dosst.h149 unsigned dcc :1; /* Data Compression Capable */ member in struct:__anon9412
153 unsigned dcc :1; /* Data Compression Capable */ member in struct:__anon9412
/linux-4.1.27/fs/ext4/
H A Dballoc.c532 struct percpu_counter *dcc = &sbi->s_dirtyclusters_counter; ext4_has_free_clusters() local
535 dirty_clusters = percpu_counter_read_positive(dcc); ext4_has_free_clusters()
548 dirty_clusters = percpu_counter_sum_positive(dcc); ext4_has_free_clusters()
/linux-4.1.27/drivers/atm/
H A Dhe.c2716 static long mcc = 0, oec = 0, dcc = 0, cec = 0; he_proc_read() local
2733 dcc += he_readl(he_dev, DCC); he_proc_read()
2739 mcc, oec, dcc, cec); he_proc_read()
/linux-4.1.27/drivers/usb/serial/
H A Dftdi_sio_ids.h608 * http://www.hornby.com/hornby-dcc/controllers/
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A Disp.S2170 beq.b dcc # as dividend.
2172 dcc: label

Completed in 515 milliseconds