Home
last modified time | relevance | path

Searched refs:ppi (Results 1 – 25 of 42) sorted by relevance

12

/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h170 void wlc_phy_detach(struct brcms_phy_pub *ppi);
177 void wlc_phy_hw_clk_state_upd(struct brcms_phy_pub *ppi, bool newstate);
178 void wlc_phy_hw_state_upd(struct brcms_phy_pub *ppi, bool newstate);
179 void wlc_phy_init(struct brcms_phy_pub *ppi, u16 chanspec);
180 void wlc_phy_watchdog(struct brcms_phy_pub *ppi);
181 int wlc_phy_down(struct brcms_phy_pub *ppi);
183 void wlc_phy_cal_init(struct brcms_phy_pub *ppi);
184 void wlc_phy_antsel_init(struct brcms_phy_pub *ppi, bool lut_init);
186 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec);
187 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi);
[all …]
H A Dphy_cmn.c666 void wlc_phy_por_inform(struct brcms_phy_pub *ppi) in wlc_phy_por_inform() argument
668 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_por_inform()
1091 void wlc_phy_bw_state_set(struct brcms_phy_pub *ppi, u16 bw) in wlc_phy_bw_state_set() argument
1093 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_set()
1098 void wlc_phy_chanspec_radio_set(struct brcms_phy_pub *ppi, u16 newch) in wlc_phy_chanspec_radio_set() argument
1100 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_radio_set()
1105 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi) in wlc_phy_chanspec_get() argument
1107 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_get()
1112 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec) in wlc_phy_chanspec_set() argument
1114 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_set()
[all …]
H A Dphy_lcn.c2793 static void wlc_lcnphy_idle_tssi_est(struct brcms_phy_pub *ppi) in wlc_lcnphy_idle_tssi_est() argument
2797 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_lcnphy_idle_tssi_est()
3007 static void wlc_lcnphy_tx_pwr_ctrl_init(struct brcms_phy_pub *ppi) in wlc_lcnphy_tx_pwr_ctrl_init() argument
3015 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_lcnphy_tx_pwr_ctrl_init()
3043 wlc_lcnphy_idle_tssi_est(ppi); in wlc_lcnphy_tx_pwr_ctrl_init()
4258 void wlc_lcnphy_tx_power_adjustment(struct brcms_phy_pub *ppi) in wlc_lcnphy_tx_power_adjustment() argument
4262 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_lcnphy_tx_power_adjustment()
H A Dphy_int.h1016 void wlc_lcnphy_tx_power_adjustment(struct brcms_phy_pub *ppi);
/src/sys/dev/ppbus/
H A Dppi.c161 struct ppi_data *ppi = DEVTOSOFTC(dev); in ppi_attach() local
166 ppi->intr_resource = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in ppi_attach()
168 if (ppi->intr_resource) { in ppi_attach()
170 error = bus_setup_intr(dev, ppi->intr_resource, in ppi_attach()
172 &ppi->intr_cookie); in ppi_attach()
175 ppi->intr_resource); in ppi_attach()
183 sx_init(&ppi->ppi_lock, "ppi"); in ppi_attach()
184 ppi->ppi_cdev = make_dev(&ppi_cdevsw, device_get_unit(dev), in ppi_attach()
187 if (ppi->ppi_cdev == NULL) { in ppi_attach()
191 ppi->ppi_cdev->si_drv1 = ppi; in ppi_attach()
[all …]
/src/usr.sbin/bhyve/
H A Dtpm_device.c39 struct tpm_ppi *ppi; member
61 const struct tpm_ppi *const ppi = tpm->ppi; in tpm_write_dsdt() local
69 if (ppi->write_dsdt_regions) { in tpm_write_dsdt()
70 error = ppi->write_dsdt_regions(tpm->ppi_sc); in tpm_write_dsdt()
88 if (ppi->write_dsdt_dsm) { in tpm_write_dsdt()
89 error = ppi->write_dsdt_dsm(tpm->ppi_sc); in tpm_write_dsdt()
114 if (dev->ppi != NULL && dev->ppi->deinit != NULL) in tpm_device_destroy()
115 dev->ppi->deinit(dev->ppi_sc); in tpm_device_destroy()
211 dev->ppi = *pp_ppi; in tpm_device_create()
214 if (dev->ppi == NULL) { in tpm_device_create()
[all …]
H A Dtpm_ppi_qemu.c60 struct tpm_ppi_qemu *ppi; in tpm_ppi_mem_handler() local
69 ppi = arg1; in tpm_ppi_mem_handler()
72 ptr = (uint8_t *)ppi + off; in tpm_ppi_mem_handler()
99 struct tpm_ppi_qemu *ppi = NULL; in tpm_ppi_init() local
103 ppi = calloc(1, TPM_PPI_SIZE); in tpm_ppi_init()
104 if (ppi == NULL) { in tpm_ppi_init()
134 ppi_mmio.arg1 = ppi; in tpm_ppi_init()
141 *sc = ppi; in tpm_ppi_init()
147 free(ppi); in tpm_ppi_init()
155 struct tpm_ppi_qemu *ppi; in tpm_ppi_deinit() local
[all …]
/src/stand/i386/libi386/
H A Dbiospci.c191 …biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_progif *ppi);
264 struct pci_progif *ppi; in biospci_enumerate() local
271 for (ppi = psc->ps_progif; ppi->pi_code >= 0; ppi++) { in biospci_enumerate()
277 + (psc->ps_subclass << 8) + ppi->pi_code, in biospci_enumerate()
288 biospci_addinfo(devid, pc, psc, ppi); in biospci_enumerate()
296 biospci_addinfo(int devid, struct pci_class *pc, struct pci_subclass *psc, struct pci_progif *ppi) in biospci_addinfo() argument
304 if (ppi->pi_name != NULL) { in biospci_addinfo()
305 strcat(desc, ppi->pi_name); in biospci_addinfo()
/src/sys/modules/ppi/
H A DMakefile2 KMOD= ppi
5 ppi.c ppb_1284.c
/src/share/examples/ppi/
H A DMakefile5 FILESDIR=${SHAREDIR}/examples/ppi
/src/share/examples/
H A DMakefile26 ppi \
229 SE_DIRS+= ppi
/src/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c943 struct gprovider *ppi; in add_boot_partition() local
948 LIST_FOREACH(ppi, &geom->lg_provider, lg_provider) { in add_boot_partition()
952 LIST_FOREACH(gc, &ppi->lg_config, lg_config) in add_boot_partition()
964 md = get_part_metadata(ppi->lg_name, 0); in add_boot_partition()
976 set_default_part_metadata(ppi->lg_name, scheme, in add_boot_partition()
/src/usr.sbin/tcpdump/tcpdump/
H A DMakefile122 print-ppi.c \
/src/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6779.dtsi129 ppi-partitions {
/src/sys/contrib/device-tree/src/arm64/cix/
H A Dsky1.dtsi309 ppi-partitions {
/src/sys/dev/mana/
H A Dmana.h348 struct mana_rxcomp_perpkt_info ppi[MANA_RXCOMP_OOB_NUM_PPI]; member
H A Dmana_en.c1624 uint32_t pkt_len = cqe->ppi[0].pkt_len; in mana_rx_mbuf()
1658 mbuf->m_pkthdr.flowid = cqe->ppi[0].pkt_hash; in mana_rx_mbuf()
1824 pktlen = oob->ppi[0].pkt_len; in mana_process_rx_cqe()
/src/etc/mtree/
H A DBSD.usr.dist351 ppi
/src/stand/common/
H A Dgfx_fb.c2127 unsigned ppi, size; in gfx_get_font() local
2135 ppi = gfx_get_ppi(); in gfx_get_font()
2136 if (ppi == 0) in gfx_get_font()
2143 size = (16 * ppi * 10) / 160; in gfx_get_font()
/src/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos2200.dtsi280 ppi-partitions {
/src/contrib/tcpdump/
H A DMakefile.in199 print-ppi.c \
/src/sys/modules/
H A DMakefile324 ppi \
/src/share/man/man4/
H A DMakefile481 ppi.4 \
/src/sys/i386/conf/
H A DGENERIC199 device ppi # Parallel port interface device
/src/sys/amd64/conf/
H A DGENERIC226 device ppi # Parallel port interface device

12