Searched refs:def (Results 1 - 25 of 383) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v2_3.c232 uint32_t def, data; local
237 def = data = RREG32_PCIE(smnCPM_CONTROL);
254 if (def != data)
261 uint32_t def, data; local
266 def = data = RREG32_PCIE(smnPCIE_CNTL2);
277 if (def != data)
334 uint32_t def, data; local
336 def = data = RREG32_PCIE(smnPCIE_CONFIG_CNTL);
340 if (def != data)
355 uint32_t def, dat local
387 uint32_t def, data; local
411 uint32_t def, data; local
[all...]
H A Dnbio_v6_1.c167 uint32_t def, data; local
169 def = data = RREG32_PCIE(smnCPM_CONTROL);
188 if (def != data)
195 uint32_t def, data; local
197 def = data = RREG32_PCIE(smnPCIE_CNTL2);
208 if (def != data)
265 uint32_t def, data; local
267 def = data = RREG32_PCIE(smnPCIE_CONFIG_CNTL);
271 if (def != data)
274 def
288 uint32_t def, data; local
312 uint32_t def, data; local
[all...]
H A Dathub_v2_0.c37 uint32_t def, data; local
42 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
49 if (def != data)
57 uint32_t def, data; local
63 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
70 if (def != data)
H A Dathub_v2_1.c36 uint32_t def, data; local
38 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
45 if (def != data)
53 uint32_t def, data; local
55 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
63 if(def != data)
H A Dathub_v1_0.c35 uint32_t def, data; local
37 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
44 if (def != data)
51 uint32_t def, data; local
53 def = data = RREG32_SOC15(ATHUB, 0, mmATHUB_MISC_CNTL);
61 if(def != data)
H A Dathub_v4_1_0.c60 uint32_t def, data; local
62 def = data = athub_v4_1_0_get_cg_cntl(adev);
69 if (def != data)
77 uint32_t def, data; local
79 def = data = athub_v4_1_0_get_cg_cntl(adev);
86 if (def != data)
H A Dnbif_v6_3_1.c317 uint32_t def, data; local
319 def = RREG32_SOC15(NBIO, 0, regRCC_EP_DEV0_0_EP_PCIE_TX_LTR_CNTL);
323 if (def != data)
326 def = data = RREG32_SOC15(NBIO, 0, regRCC_STRAP0_RCC_BIF_STRAP2);
328 if (def != data)
331 def = data = RREG32_SOC15(NBIO, 0, regBIF_CFG_DEV0_EPF0_DEVICE_CNTL2);
336 if (def != data)
344 uint32_t def, data; local
346 def = data = RREG32_SOC15(PCIE, 0, regPCIE_LC_CNTL);
350 if (def !
[all...]
H A Dsmuio_v11_0.c40 u32 def, data; local
49 def = data = RREG32_SOC15(SMUIO, 0, mmCGTT_ROM_CLK_CTRL0);
58 if (def != data)
H A Dsmuio_v11_0_6.c40 u32 def, data; local
46 def = data = RREG32_SOC15(SMUIO, 0, mmCGTT_ROM_CLK_CTRL0);
55 if (def != data)
H A Dsmuio_v9_0.c40 u32 def, data; local
46 def = data = RREG32_SOC15(SMUIO, 0, mmCGTT_ROM_CLK_CTRL0);
55 if (def != data)
H A Dathub_v3_0.c74 uint32_t def, data; local
76 def = data = athub_v3_0_get_cg_cntl(adev);
83 if (def != data)
91 uint32_t def, data; local
93 def = data = athub_v3_0_get_cg_cntl(adev);
100 if (def != data)
/linux-master/net/netlabel/
H A Dnetlabel_domainhash.c75 if (ptr->def.type == NETLBL_NLTYPE_ADDRSELECT) {
77 &ptr->def.addrsel->list4) {
83 &ptr->def.addrsel->list6) {
88 kfree(ptr->def.addrsel);
226 type = map4->def.type;
227 cipsov4 = map4->def.cipso;
234 type = map6->def.type;
235 calipso = map6->def.calipso;
240 type = entry->def.type;
241 cipsov4 = entry->def
[all...]
/linux-master/tools/testing/selftests/alsa/
H A Dalsa-local.h21 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def);
22 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def);
23 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def);
25 const char **array, int array_size, const char *def);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.c8 u8 iwl_fw_lookup_cmd_ver(const struct iwl_fw *fw, u32 cmd_id, u8 def) argument
18 return def;
24 return def;
29 return def;
33 u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def) argument
40 return def;
46 return def;
51 return def;
/linux-master/drivers/media/usb/pwc/
H A Dpwc-v4l.c154 int r, def; local
162 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, BRIGHTNESS_FORMATTER, &def);
163 if (r || def > 127)
164 def = 63;
166 V4L2_CID_BRIGHTNESS, 0, 127, 1, def);
168 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, CONTRAST_FORMATTER, &def);
169 if (r || def > 63)
170 def = 31;
172 V4L2_CID_CONTRAST, 0, 63, 1, def);
180 &def);
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dparam.c143 int def; member in struct:e1000_option
166 *value = opt->def;
211 *value = opt->def;
243 .def = DEFAULT_TIDV,
253 adapter->tx_int_delay = opt.def;
263 .def = DEFAULT_TADV,
273 adapter->tx_abs_int_delay = opt.def;
283 .def = DEFAULT_RDTR,
289 opt.def = BURST_RDTR;
296 adapter->rx_int_delay = opt.def;
[all...]
/linux-master/arch/s390/tools/
H A Dgen_facilities.c121 static void print_facility_list(struct facility_def *def) argument
130 for (i = 0; def->bits[i] != -1; i++) {
131 bit = 63 - (def->bits[i] & 63);
132 dword = def->bits[i] / 64;
142 printf("#define %s ", def->name);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-cs53l32a.c25 const int *def; member in struct:routing_scheme
38 .def = routing_scheme1,
65 input = sp->def[hdw->input_val];
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c102 const struct v3d_reg_def *def = &v3d_hub_reg_defs[i]; local
104 if (v3d->ver >= def->min_ver && v3d->ver <= def->max_ver) {
106 def->name, def->reg, V3D_READ(def->reg));
111 const struct v3d_reg_def *def = &v3d_gca_reg_defs[i]; local
113 if (v3d->ver >= def->min_ver && v3d->ver <= def->max_ver) {
115 def
121 const struct v3d_reg_def *def = &v3d_core_reg_defs[i]; local
131 const struct v3d_reg_def *def = &v3d_csd_reg_defs[i]; local
[all...]
/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h16 unsigned int def:16; /* 0-15 Data Entry Format */ member in struct:hws_basic_entry
34 unsigned int def:16; /* 0-15 Data Entry Format */ member in struct:hws_diag_entry
/linux-master/drivers/memory/tegra/
H A Dtegra210.c28 .def = 0x1e,
44 .def = 0x1e,
60 .def = 0x1e,
76 .def = 0x1e,
92 .def = 0x1e,
108 .def = 0x1e,
124 .def = 0x2e,
140 .def = 0x04,
156 .def = 0x1e,
172 .def
[all...]
H A Dtegra124.c24 .def = 0x0,
40 .def = 0xc2,
56 .def = 0xc6,
72 .def = 0x50,
88 .def = 0x50,
104 .def = 0x50,
120 .def = 0x50,
136 .def = 0x13,
152 .def = 0x04,
168 .def
[all...]
H A Dtegra30.c45 .def = 0x0,
62 .def = 0x4e,
79 .def = 0x4e,
96 .def = 0x4e,
113 .def = 0x4e,
130 .def = 0x4e,
147 .def = 0x4e,
164 .def = 0x4e,
181 .def = 0x4e,
198 .def
[all...]
H A Dtegra114.c23 .def = 0x0,
39 .def = 0x4e,
55 .def = 0x4e,
71 .def = 0x4e,
87 .def = 0x4e,
103 .def = 0x4e,
119 .def = 0x4e,
135 .def = 0x33,
151 .def = 0x09,
167 .def
[all...]
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c93 int def; member in struct:atl1e_option
110 *value = opt->def;
155 *value = opt->def;
185 .def = ATL1E_DEFAULT_TX_DESC_CNT,
195 adapter->tx_ring.count = (u16)opt.def;
204 .def = ATL1E_DEFAULT_RX_MEM_SIZE,
214 adapter->rx_ring.page_size = (u32)opt.def * 1024;
224 .def = INT_MOD_DEFAULT_CNT,
234 adapter->hw.imt = (u16)(opt.def);
243 .def
[all...]

Completed in 554 milliseconds

1234567891011>>