Searched refs:eecp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_ev.c | 385 __in const efx_ev_callbacks_t *eecp, in efx_ev_qpoll() argument 411 EFSYS_ASSERT(eecp != NULL); in efx_ev_qpoll() 463 &(ev[index]), eecp, arg); in efx_ev_qpoll() 467 &(ev[index]), eecp, arg); in efx_ev_qpoll() 471 &(ev[index]), eecp, arg); in efx_ev_qpoll() 475 &(ev[index]), eecp, arg); in efx_ev_qpoll() 480 &(ev[index]), eecp, arg); in efx_ev_qpoll() 486 &(ev[index]), eecp, arg); in efx_ev_qpoll() 498 EFSYS_ASSERT(eecp->eec_exception != NULL); in efx_ev_qpoll() 499 (void) eecp->eec_exception(arg, in efx_ev_qpoll() [all …]
|
H A D | ef10_ev.c | 61 __in const efx_ev_callbacks_t *eecp, 68 __in const efx_ev_callbacks_t *eecp, 75 __in const efx_ev_callbacks_t *eecp, 82 __in const efx_ev_callbacks_t *eecp, 89 __in const efx_ev_callbacks_t *eecp, 774 __in const efx_ev_callbacks_t *eecp, in ef10_ev_rx_packed_stream() argument 853 EFSYS_ASSERT(eecp->eec_rx_ps != NULL); in ef10_ev_rx_packed_stream() 854 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count, in ef10_ev_rx_packed_stream() 866 __in const efx_ev_callbacks_t *eecp, in ef10_ev_rx() argument 901 return (ef10_ev_rx_packed_stream(eep, eqp, eecp, arg)); in ef10_ev_rx() [all …]
|
H A D | efx.h | 2228 __in const efx_ev_callbacks_t *eecp,
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehci_pci.c | 549 uint8_t eecp; in ehci_pci_take_controller() local 555 for (eecp = EHCI_HCC_EECP(cparams); eecp != 0; in ehci_pci_take_controller() 556 eecp = EHCI_EECP_NEXT(eec)) { in ehci_pci_take_controller() 557 eec = pci_read_config(self, eecp, 4); in ehci_pci_take_controller() 561 bios_sem = pci_read_config(self, eecp + in ehci_pci_take_controller() 568 pci_write_config(self, eecp + in ehci_pci_take_controller() 572 bios_sem = pci_read_config(self, eecp + in ehci_pci_take_controller()
|
H A D | xhci_pci.c | 509 uint32_t eecp; in xhci_pci_take_controller() local 519 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller() 520 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_pci_take_controller() 521 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller() 525 bios_sem = XREAD1(sc, capa, eecp + in xhci_pci_take_controller() 531 XWRITE1(sc, capa, eecp + in xhci_pci_take_controller() 535 bios_sem = XREAD1(sc, capa, eecp + in xhci_pci_take_controller()
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 3590 uint8_t eecp; in ehci_early_takeover() local 3604 for (eecp = EHCI_HCC_EECP(cparams); eecp != 0; in ehci_early_takeover() 3605 eecp = EHCI_EECP_NEXT(eec)) { in ehci_early_takeover() 3606 eec = pci_read_config(self, eecp, 4); in ehci_early_takeover() 3610 bios_sem = pci_read_config(self, eecp + in ehci_early_takeover() 3619 pci_write_config(self, eecp + EHCI_LEGSUP_OS_SEM, 1, 1); in ehci_early_takeover() 3623 bios_sem = pci_read_config(self, eecp + in ehci_early_takeover() 3646 uint8_t eecp; in xhci_early_takeover() local 3662 for (eecp = XHCI_HCS0_XECP(cparams) << 2; eecp != 0 && XHCI_XECP_NEXT(eec); in xhci_early_takeover() 3663 eecp += XHCI_XECP_NEXT(eec) << 2) { in xhci_early_takeover() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/test/traces/ |
H A D | sincosf.txt | 11018 -0x1.299eecp+4 21666 -0x1.726eecp+1 21706 -0x1.726eecp+1 21746 -0x1.726eecp+1 21766 -0x1.726eecp+1 22178 -0x1.726eecp+1 22470 -0x1.726eecp+1
|