Home
last modified time | relevance | path

Searched full:phc (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/sys/contrib/ena-com/
H A Dena_com.c79 /* PHC definitions */
1806 struct ena_com_phc_info *phc = &ena_dev->phc; in ena_com_phc_config()
1808 memset(phc, 0x0, sizeof(*phc)); in ena_com_phc_config() local
1810 /* Allocate shared mem used PHC timestamp retrieved from device */ in ena_com_phc_config()
1812 sizeof(*phc->virt_addr), in ena_com_phc_config()
1813 phc->virt_addr, in ena_com_phc_config()
1814 phc->phys_addr, in ena_com_phc_config()
1815 phc in ena_com_phc_config()
1785 struct ena_com_phc_info *phc = &ena_dev->phc; ena_com_phc_init() local
1875 struct ena_com_phc_info *phc = &ena_dev->phc; ena_com_phc_destroy() local
1896 struct ena_com_phc_info *phc = &ena_dev->phc; ena_com_phc_get() local
[all...]
H A Dena_com.h299 /* PTP hardware clock (PHC) MMIO read data info */
301 /* Internal PHC statistics */
304 /* PHC shared memory - virtual address */
307 /* System time of last PHC request */
310 /* Spin lock to ensure a single outstanding PHC read */
313 /* PHC doorbell address as an offset to PCIe MMIO REG BAR */
317 * Max time for valid PHC retrieval, passing this threshold will fail the get time request
318 * and block new PHC requests for block_timeout_usec in order to prevent floods on busy
324 * PHC requests block period, blocking starts once PHC reques
395 struct ena_com_phc_info phc; global() member
[all...]
/freebsd-src/usr.bin/gcore/
H A Delfcore.c281 struct phdr_closure *phc = (struct phdr_closure *)closure; in cb_put_phdr() local
282 Elf_Phdr *phdr = phc->phdr; in cb_put_phdr()
286 phc->offset = roundup2(phc->offset, page_size); in cb_put_phdr()
289 phdr->p_offset = phc->offset; in cb_put_phdr()
302 phc->offset += phdr->p_filesz; in cb_put_phdr()
303 phc->phdr++; in cb_put_phdr()
472 struct phdr_closure phc; in elf_puthdr() local
548 phc.phdr = phdr; in elf_puthdr()
549 phc.offset = segoff; in elf_puthdr()
550 each_dumpable_segment(map, cb_put_phdr, &phc); in elf_puthdr()
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/
H A Dptp.c166 IWL_ERR(mvm, "No PHC clock registered\n"); in iwl_mvm_phc_get_crosstimestamp()
286 /* Give a short 'friendly name' to identify the PHC clock */ in iwl_mvm_ptp_init()
297 IWL_ERR(mvm, "Failed to register PHC clock (%ld)\n", in iwl_mvm_ptp_init()
301 IWL_INFO(mvm, "Registered PHC clock: %s, with index: %d\n", in iwl_mvm_ptp_init()
315 IWL_INFO(mvm, "Unregistering PHC clock: %s, with index: %d\n", in iwl_mvm_ptp_remove()
/freebsd-src/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1014 * 8 : phc
1101 /* PHC version as defined in enum ena_admin_phc_feature_version,
1102 * used only for GET command as max supported PHC version by the device.
1109 /* PHC doorbell address as an offset to PCIe MMIO REG BAR,
1114 /* Max time for valid PHC retrieval, passing this threshold will
1115 * fail the get-time request and block PHC requests for
1120 /* PHC requests block period, blocking starts if PHC request expired
1126 /* Shared PHC physical address (ena_admin_phc_resp),
1131 /* Shared PHC Siz
1147 struct ena_admin_feature_phc_desc phc; global() member
1187 struct ena_admin_feature_phc_desc phc; global() member
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/ptp/
H A Dptp-idt82p33.yaml41 phc@51 {
H A Dptp-idtcm.yaml65 phc@5b {
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-ref.h6 /*designed by the Lyra PHC team */
/freebsd-src/sys/kern/
H A Dimgact_elf.c1714 struct phdr_closure *phc = (struct phdr_closure *)closure; in cb_put_phdr()
1715 Elf_Phdr *phdr = phc->phdr; in cb_put_phdr()
1717 phc->offset = round_page(phc->offset); in cb_put_phdr()
1720 phdr->p_offset = phc->offset; in cb_put_phdr()
1727 phc->offset += phdr->p_filesz;
1728 phc->phdr++;
1913 struct phdr_closure phc; in __elfN()
1987 phc.phdr = phdr; in __elfN()
1988 phc in __elfN()
1708 struct phdr_closure *phc = (struct phdr_closure *)closure; cb_put_phdr() local
1907 struct phdr_closure phc; __elfN() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dmscc-phy-vsc8531.txt35 hardware clock (PHC).
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h1201 /* PTP - Configuration for disciplining PHC. */
1203 /* PTP - Queries for PHC timestamps. */
9734 * PHC Master or secondary. Also indicates the last time a failover
9735 * happens. Event will also be sent when PHC rolls over.
11736 * in PHC master. Only one master function can configure
11737 * PHC.
11765 /* Indicates to the driver the type of PHC event. */
11769 * Indicates PHC Master selection event. The master fid is
11774 * Indicates PHC Secondary selection event. The secondary fid is
11779 * Indicates PHC failover event. Failover happens from
[all …]
/freebsd-src/usr.sbin/bluetooth/hccontrol/
H A Dutil.c2026 /* 1830 */ "PHC Corporation", in hci_manufacturer2str()