Searched refs:hw_data (Results 76 - 100 of 118) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Ddv-tx3904tmr.c283 struct tx3904tmr *controller = hw_data (me);
325 struct tx3904tmr *controller = hw_data (me);
367 struct tx3904tmr *controller = hw_data (me);
494 struct tx3904tmr *controller = hw_data (me);
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Ddv-m68hc11eepr.c245 controller = hw_data (me);
349 controller = hw_data (me);
408 controller = hw_data (me);
464 controller = hw_data (me);
H A Ddv-nvram.c265 struct nvram *controller = hw_data (me);
288 struct nvram *controller = hw_data (me);
H A Ddv-m68hc11tim.c164 controller = hw_data (me);
260 controller = hw_data (me);
546 controller = hw_data (me);
653 controller = hw_data (me);
705 controller = hw_data (me);
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Ddv-tx3904tmr.c285 struct tx3904tmr *controller = hw_data (me);
327 struct tx3904tmr *controller = hw_data (me);
369 struct tx3904tmr *controller = hw_data (me);
496 struct tx3904tmr *controller = hw_data (me);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_otp.c100 struct bfin_otp *otp = hw_data (me);
182 struct bfin_otp *otp = hw_data (me);
H A Ddv-bfin_pint.c61 struct bfin_pint *pint = hw_data (me);
135 struct bfin_pint *pint = hw_data (me);
H A Ddv-bfin_nfc.c75 struct bfin_nfc *nfc = hw_data (me);
127 struct bfin_nfc *nfc = hw_data (me);
H A Ddv-bfin_dmac.c49 dmac = hw_data (me);
353 struct bfin_dmac *dmac = hw_data (me);
H A Ddv-bfin_ctimer.c124 struct bfin_ctimer *ctimer = hw_data (me);
195 struct bfin_ctimer *ctimer = hw_data (me);
H A Ddv-bfin_trace.c79 struct bfin_trace *trace = hw_data (me);
113 struct bfin_trace *trace = hw_data (me);
H A Ddv-bfin_twi.c79 struct bfin_twi *twi = hw_data (me);
135 struct bfin_twi *twi = hw_data (me);
H A Ddv-bfin_ebiu_amc.c222 struct bfin_ebiu_amc *amc = hw_data (me);
324 struct bfin_ebiu_amc *amc = hw_data (me);
349 struct bfin_ebiu_amc *amc = hw_data (me);
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Ddv-nvram.c263 struct nvram *controller = hw_data (me);
286 struct nvram *controller = hw_data (me);
H A Ddv-m68hc11tim.c162 controller = hw_data (me);
258 controller = hw_data (me);
546 controller = hw_data (me);
653 controller = hw_data (me);
705 controller = hw_data (me);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_dmac.c50 dmac = hw_data (me);
354 struct bfin_dmac *dmac = hw_data (me);
H A Ddv-bfin_ctimer.c125 struct bfin_ctimer *ctimer = hw_data (me);
196 struct bfin_ctimer *ctimer = hw_data (me);
H A Ddv-bfin_otp.c102 struct bfin_otp *otp = hw_data (me);
184 struct bfin_otp *otp = hw_data (me);
H A Ddv-bfin_pint.c62 struct bfin_pint *pint = hw_data (me);
136 struct bfin_pint *pint = hw_data (me);
H A Ddv-bfin_nfc.c76 struct bfin_nfc *nfc = hw_data (me);
128 struct bfin_nfc *nfc = hw_data (me);
H A Ddv-bfin_trace.c80 struct bfin_trace *trace = hw_data (me);
114 struct bfin_trace *trace = hw_data (me);
H A Ddv-bfin_twi.c80 struct bfin_twi *twi = hw_data (me);
136 struct bfin_twi *twi = hw_data (me);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
H A Damdgpu_gpio_service.c548 struct hw_gpio *hw_data; local
578 hw_data = FROM_HW_GPIO_PIN(ddc->pin_data->pin);
581 config_data.config.ddc.data_en_bit_present = hw_data->store.en != 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_polaris10_smumgr.c984 struct smu7_hwmgr *hw_data = (struct smu7_hwmgr *)(hwmgr->backend); local
986 struct smu7_dpm_table *dpm_table = &hw_data->dpm_table;
990 uint8_t pcie_entry_cnt = (uint8_t) hw_data->dpm_table.pcie_speed_table.count;
1025 hw_data->dpm_level_enable_mask.sclk_dpm_enable_mask =
1038 while (hw_data->dpm_level_enable_mask.pcie_dpm_enable_mask &&
1039 ((hw_data->dpm_level_enable_mask.pcie_dpm_enable_mask &
1043 while (hw_data->dpm_level_enable_mask.pcie_dpm_enable_mask &&
1044 ((hw_data->dpm_level_enable_mask.pcie_dpm_enable_mask &
1049 ((hw_data->dpm_level_enable_mask.pcie_dpm_enable_mask &
1131 struct smu7_hwmgr *hw_data local
1369 struct smu7_hwmgr *hw_data = (struct smu7_hwmgr *)(hwmgr->backend); local
1488 struct smu7_hwmgr *hw_data = (struct smu7_hwmgr *)(hwmgr->backend); local
1828 struct smu7_hwmgr *hw_data = (struct smu7_hwmgr *)(hwmgr->backend); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103ser.c237 struct mn103ser *serial = hw_data(me);
467 struct mn103ser *serial = hw_data (me);
651 struct mn103ser *serial = hw_data (me);

Completed in 166 milliseconds

12345