Searched refs:slot_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/sdhci/
H A Dsdhci_xenon.h106 int slot_id; /* Controller ID */ member in struct:sdhci_xenon_softc
H A Dsdhci_xenon.c369 reg |= 1 << (XENON_SDCLK_IDLEOFF_ENABLE_SHIFT + sc->slot_id);
500 sc->slot_id = 0;
552 reg |= (1 << sc->slot_id);
557 reg |= (1 << sc->slot_id);
566 reg &= ~(1 << (XENON_SDCLK_IDLEOFF_ENABLE_SHIFT + sc->slot_id));
/freebsd-current/crypto/openssh/
H A Dpkcs11.h140 #define slot_id slotID macro
299 ck_slot_id_t slot_id; member in struct:ck_session_info
736 (ck_slot_id_t slot_id, struct ck_slot_info *info));
738 (ck_slot_id_t slot_id, struct ck_token_info *info));
742 (ck_slot_id_t slot_id,
746 (ck_slot_id_t slot_id, ck_mechanism_type_t type,
749 (ck_slot_id_t slot_id, unsigned char *pin,
760 (ck_slot_id_t slot_id, ck_flags_t flags,
764 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id));
1302 #undef slot_id macro
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h140 #define slot_id slotID
300 ck_slot_id_t slot_id;
738 (ck_slot_id_t slot_id, struct ck_slot_info *info));
740 (ck_slot_id_t slot_id, struct ck_token_info *info));
744 (ck_slot_id_t slot_id,
748 (ck_slot_id_t slot_id, ck_mechanism_type_t type,
751 (ck_slot_id_t slot_id, unsigned char *pin,
762 (ck_slot_id_t slot_id, ck_flags_t flags,
766 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id));
1305 #undef slot_id
139 #define slot_id macro
298 ck_slot_id_t slot_id; member in struct:ck_session_info
1302 #undef slot_id macro
[all...]
/freebsd-current/sys/dev/usb/controller/
H A Dxhci.c1301 xhci_cmd_disable_slot(struct xhci_softc *sc, uint8_t slot_id) argument
1311 XHCI_TRB_3_SLOT_SET(slot_id);
1320 uint8_t bsr, uint8_t slot_id)
1330 XHCI_TRB_3_SLOT_SET(slot_id);
1470 uint8_t deconfigure, uint8_t slot_id)
1480 XHCI_TRB_3_SLOT_SET(slot_id);
1495 uint8_t slot_id)
1505 XHCI_TRB_3_SLOT_SET(slot_id);
1513 uint8_t ep_id, uint8_t slot_id)
1523 XHCI_TRB_3_SLOT_SET(slot_id) |
1319 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) argument
1469 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, uint8_t deconfigure, uint8_t slot_id) argument
1494 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, uint8_t slot_id) argument
1512 xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve, uint8_t ep_id, uint8_t slot_id) argument
1535 xhci_cmd_set_tr_dequeue_ptr(struct xhci_softc *sc, uint64_t dequeue_ptr, uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) argument
1557 xhci_cmd_stop_ep(struct xhci_softc *sc, uint8_t suspend, uint8_t ep_id, uint8_t slot_id) argument
1580 xhci_cmd_reset_dev(struct xhci_softc *sc, uint8_t slot_id) argument
[all...]
/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c1765 u16 slot_id, entry_num, num_slots; local
1839 slot_id = 0;
1842 slot_id = 1;
1845 slot_id = 0;
1866 et_entry->start_slot = slot_id;
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c2214 u16 slot_id, entry_num, num_slots; local
2288 slot_id = 0;
2291 slot_id = 1;
2294 slot_id = 0;
2315 et_entry->start_slot = slot_id;

Completed in 267 milliseconds