Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A 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 …]
H A Dmain.c590 struct bcma_device *core = wlc_hw->d11core; in brcms_b_update_slot_timing() local
675 struct bcma_device *core = wlc_hw->d11core; in brcms_c_write_inits() local
744 struct bcma_device *core = wlc_hw->d11core; in brcms_b_core_ioctl() local
1016 struct bcma_device *core; in brcms_b_txstatus() local
1490 struct bcma_device *core = wlc_hw->d11core; in brcms_b_set_addrmatch() local
1513 struct bcma_device *core = wlc_hw->d11core; in brcms_b_write_template_ram() local
2066 struct bcma_device *core = wlc_hw->d11core; in brcms_b_corerev_fifofixup() local
2126 struct bcma_device *core = wlc_hw->d11core; in brcms_b_switch_macfreq() local
2243 struct bcma_device *core = wlc_hw->d11core; in brcms_ucode_write() local
2318 struct bcma_device *core = wlc_hw->d11core; in brcms_b_fifoerrors() local
[all …]
H A Ddebug.c64 struct bcma_device *core = hw->d11core; in brcms_debugfs_hardware_read() local
/freebsd/lib/libprocstat/
H A Dcore.c128 struct procstat_core *core; in procstat_core_open() local
198 procstat_core_close(struct procstat_core *core) in procstat_core_close()
209 procstat_core_get(struct procstat_core *core, enum psc_type type, void *buf, in procstat_core_get()
308 core_offset(struct procstat_core *core, off_t offset) in core_offset()
321 core_read(struct procstat_core *core, void *buf, size_t len) in core_read()
340 core_read_mem(struct procstat_core *core, void *buf, size_t len, in core_read_mem()
380 get_args(struct procstat_core *core, vm_offset_t psstrings, enum psc_type type, in get_args()
465 procstat_core_note_count(struct procstat_core *core, enum psc_type type) in procstat_core_note_count()
H A Dlibprocstat_internal.h39 struct procstat_core *core; member
H A Dlibprocstat.c236 struct procstat_core *core; in procstat_open_core() local
797 kinfo_getfile_core(struct procstat_core *core, int *cntp) in kinfo_getfile_core()
1885 kinfo_getvmmap_core(struct procstat_core *core, int *cntp) in kinfo_getvmmap_core()
2040 procstat_getgroups_core(struct procstat_core *core, unsigned int *cntp) in procstat_getgroups_core()
2113 procstat_getumask_core(struct procstat_core *core, unsigned short *maskp) in procstat_getumask_core()
2197 procstat_getrlimit_core(struct procstat_core *core, int which, in procstat_getrlimit_core()
2258 procstat_getpathname_core(struct procstat_core *core, char *pathname, in procstat_getpathname_core()
2336 procstat_getosrel_core(struct procstat_core *core, int *osrelp) in procstat_getosrel_core()
2488 procstat_getauxv_core(struct procstat_core *core, unsigned int *cntp) in procstat_getauxv_core()
2526 procstat_getptlwpinfo_core(struct procstat_core *core, unsigned int *cntp) in procstat_getptlwpinfo_core()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dchip.c242 struct brcmf_core *core) in brcmf_chip_sb_corerev()
250 static bool brcmf_chip_sb_iscoreup(struct brcmf_core_priv *core) in brcmf_chip_sb_iscoreup()
264 static bool brcmf_chip_ai_iscoreup(struct brcmf_core_priv *core) in brcmf_chip_ai_iscoreup()
280 static void brcmf_chip_sb_coredisable(struct brcmf_core_priv *core, in brcmf_chip_sb_coredisable()
350 static void brcmf_chip_ai_coredisable(struct brcmf_core_priv *core, in brcmf_chip_ai_coredisable()
384 static void brcmf_chip_sb_resetcore(struct brcmf_core_priv *core, u32 prereset, in brcmf_chip_sb_resetcore()
434 static void brcmf_chip_ai_resetcore(struct brcmf_core_priv *core, u32 prereset, in brcmf_chip_ai_resetcore()
508 struct brcmf_core_priv *core; in brcmf_chip_add_core() local
526 struct brcmf_core_priv *core; in brcmf_chip_cores_check() local
568 static u32 brcmf_chip_core_read32(struct brcmf_core_priv *core, u16 reg) in brcmf_chip_core_read32()
[all …]
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c202 struct bhnd_core_info *core) in bcma_erom_lookup_core()
213 struct bhnd_core_info *core, bhnd_addr_t *addr, bhnd_size_t *size) in bcma_erom_lookup_core_addr()
377 struct bcma_erom_core core; in bcma_erom_get_core_table() local
402 struct bcma_erom_core core; in bcma_erom_get_core_table() local
533 struct bcma_erom_core core; in bcma_erom_skip_core() local
650 const struct bhnd_core_match *desc, struct bhnd_core_info *core) in bcma_erom_seek_matching_core()
735 bcma_erom_parse_core(struct bcma_erom *erom, struct bcma_erom_core *core) in bcma_erom_parse_core()
888 bcma_erom_to_core_info(const struct bcma_erom_core *core, u_int core_idx, in bcma_erom_to_core_info()
1057 struct bcma_erom_core core; in bcma_erom_next_corecfg() local
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphyreg_n.h146 #define NPHY_IqestIqAccLo(core) ((core == 0) ? 0x12c : 0x134) argument
148 #define NPHY_IqestIqAccHi(core) ((core == 0) ? 0x12d : 0x135) argument
150 #define NPHY_IqestipwrAccLo(core) ((core == 0) ? 0x12e : 0x136) argument
152 #define NPHY_IqestipwrAccHi(core) ((core == 0) ? 0x12f : 0x137) argument
154 #define NPHY_IqestqpwrAccLo(core) ((core == 0) ? 0x130 : 0x138) argument
156 #define NPHY_IqestqpwrAccHi(core) ((core == 0) ? 0x131 : 0x139) argument
H A Dphy_n.c25 #define READ_RADIO_REG2(pi, radio_type, jspace, core, reg_name) \ argument
31 #define WRITE_RADIO_REG2(pi, radio_type, jspace, core, reg_name, value) \ argument
40 #define READ_RADIO_REG3(pi, radio_type, jspace, core, reg_name) \ argument
45 #define WRITE_RADIO_REG3(pi, radio_type, jspace, core, reg_name, value) \ argument
51 #define READ_RADIO_REG4(pi, radio_type, jspace, core, reg_name) \ argument
56 #define WRITE_RADIO_REG4(pi, radio_type, jspace, core, reg_name, value) \ argument
15077 uint core; in wlc_phy_adjust_lnagaintbl_nphy() local
15139 wlc_phy_war_force_trsw_to_R_cliplo_nphy(struct brcms_phy *pi, u8 core) in wlc_phy_war_force_trsw_to_R_cliplo_nphy()
17061 u8 core; in wlc_phy_ipa_internal_tssi_setup_nphy() local
17571 u8 core; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c75 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local
84 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local
143 device_t core, bus; in bhnd_bhndb_setup_intr() local
H A Dbhndb_subr.c798 bhndb_find_hostb_core(struct bhnd_core_info *cores, u_int ncores, in bhndb_find_hostb_core()
1586 struct bhnd_core_info *core) in bhndb_regwin_match_core()
1613 struct bhnd_core_info *core) in bhndb_hw_priority_find_core()
1637 struct bhnd_core_info *core, bhnd_port_type port_type, u_int port, in bhndb_hw_priorty_find_port()
H A Dbhndb.c196 struct bhnd_core_info *core = &cores[d]; in bhndb_hw_matches() local
249 struct bhnd_core_info *core; in bhndb_init_region_cfg() local
339 struct bhnd_core_info *core; in bhndb_init_region_cfg() local
890 struct bhnd_core_info *core) in bhndb_is_core_disabled()
916 bhndb_get_hostb_core(device_t dev, device_t child, struct bhnd_core_info *core) in bhndb_get_hostb_core()
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.h197 struct bhnd_core_info *core) in bhnd_erom_lookup_core()
227 bhnd_port_type type, u_int port, u_int region, struct bhnd_core_info *core, in bhnd_erom_lookup_core_addr()
/freebsd/contrib/byacc/
H A Ddefs.h235 typedef struct core core; typedef
236 struct core struct
238 struct core *next; argument
239 struct core *link; argument
240 Value_t number;
241 Value_t accessing_symbol;
242 Value_t nitems;
243 Value_t items[1];
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_ssl_decrypt.c29 br_rsa_ssl_decrypt(br_rsa_private core, const br_rsa_private_key *sk, in br_rsa_ssl_decrypt()
/freebsd/contrib/libxo/tests/
H A DMakefile.am9 SUBDIRS = core xo subdir
/freebsd/sbin/ipf/libipf/
H A Dkmem.c39 openkmem(char *kern, char *core) in openkmem()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp37 ArchSpec::Core core; member
261 ArchSpec::Core core; member
511 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) { in FindCoreDefinition()
533 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) { in FindArchDefinitionEntry()
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c213 uint16_t value, uint8_t core, bool off, in bwn_nphy_rf_ctl_override_rev19()
221 uint16_t value, uint8_t core, bool off, in bwn_nphy_rf_ctl_override_rev7()
271 uint16_t value, uint8_t core, bool off) in bwn_nphy_rf_ctl_override_one_to_many()
318 uint16_t value, uint8_t core, bool off) in bwn_nphy_rf_ctl_override()
402 int core; in bwn_nphy_rf_ctl_intc_override_rev7() local
469 uint16_t value, uint8_t core) in bwn_nphy_rf_ctl_intc_override()
1775 int8_t offset, uint8_t core, in bwn_nphy_scale_offset_rssi()
2198 int core, i, j, vcm; in bwn_nphy_rev3_rssi_cal() local
2424 uint8_t core; in bwn_nphy_rev2_rssi_cal() local
2849 uint8_t core; in bwn_nphy_workarounds_rev7plus() local
[all …]
H A Dif_bwn_phy_n_sprom.c142 bwn_nphy_get_core_power_info(struct bwn_mac *mac, int core, in bwn_nphy_get_core_power_info()
/freebsd/sys/dev/bwn/
H A Dif_bwn_pci.c227 struct bhnd_core_info *core) in bwn_pci_is_core_disabled()
/freebsd/sbin/decryptcore/
H A Ddecryptcore.c311 char core[PATH_MAX], encryptedcore[PATH_MAX], keyfile[PATH_MAX]; in main() local
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c444 struct bhnd_core_info *core) in siba_erom_lookup_core()
502 struct bhnd_core_info core; in siba_erom_lookup_core_addr() local
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h154 struct bhnd_resource *core; /**< core registers. */ member

123