Home
last modified time | relevance | path

Searched full:sdp0 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_type.h61 #define NGBE_GPIO_DR_0 BIT(0) /* SDP0 Data Value */
63 #define NGBE_GPIO_DDR_0 BIT(0) /* SDP0 IO direction */
/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h146 #define IGC_CTRL_SDP0_DIR 0x00400000 /* SDP0 Data direction */
558 #define IGC_AUX0_SEL_SDP0 (0u << 0) /* Assign SDP0 to auxiliary time stamp 0. */
563 #define IGC_AUX1_SEL_SDP0 (0u << 3) /* Assign SDP0 to auxiliary time stamp 1. */
568 #define IGC_TS_SDP0_SEL_TT0 (0u << 6) /* Target time 0 is output on SDP0. */
569 #define IGC_TS_SDP0_SEL_TT1 (1u << 6) /* Target time 1 is output on SDP0. */
570 #define IGC_TS_SDP0_SEL_FC0 (2u << 6) /* Freq clock 0 is output on SDP0. */
571 #define IGC_TS_SDP0_SEL_FC1 (3u << 6) /* Freq clock 1 is output on SDP0. */
572 #define IGC_TS_SDP0_EN (1u << 8) /* SDP0 is assigned to Tsync. */
/linux/tools/testing/selftests/vfio/lib/drivers/igb/
H A De1000_defines.h199 #define E1000_CTRL_SDP0_DIR 0x00400000 /* SDP0 Data direction */
580 #define AUX0_SEL_SDP0 (0u << 0) /* Assign SDP0 to auxiliary time stamp 0. */
585 #define AUX1_SEL_SDP0 (0u << 3) /* Assign SDP0 to auxiliary time stamp 1. */
590 #define TS_SDP0_SEL_TT0 (0u << 6) /* Target time 0 is output on SDP0. */
591 #define TS_SDP0_SEL_TT1 (1u << 6) /* Target time 1 is output on SDP0. */
592 #define TS_SDP0_SEL_FC0 (2u << 6) /* Freq clock 0 is output on SDP0. */
593 #define TS_SDP0_SEL_FC1 (3u << 6) /* Freq clock 1 is output on SDP0. */
594 #define TS_SDP0_EN (1u << 8) /* SDP0 is assigned to Tsync. */
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c151 * this function enables or disables the clock out feature on SDP0 for
178 /* enable the SDP0 pin as output, and connected to the in ixgbe_ptp_setup_sdp_X540()
184 /* enable the Clock Out feature on SDP0, and allow in ixgbe_ptp_setup_sdp_X540()
258 /* enable the SDP0 pin as output, and connected to the in ixgbe_ptp_setup_sdp_X550()
264 /* enable the Clock Out feature on SDP0, and use Target Time 0 to in ixgbe_ptp_setup_sdp_X550()
/linux/drivers/message/fusion/
H A Dmptbase.h494 u8 sdp0version; /* SDP0 version */
495 u8 sdp0length; /* SDP0 length */
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c10 "SDP0",
26 { SDP0, { 0, 0 }, { 15, 14 }},
36 { SDP0, { 0, 0 }, { 0, 1 }},
52 { SDP0, { -1, 0 }, { 0, 1 }},
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c204 term = ((term & 2) << 7) + ((term & 1) << 17); /* rst sdp0 */ in sym_reset_scsi_bus()
216 printf("%s: %sdp0,d7-0,rst,req,ack,bsy,sel,atn,msg,c/d,i/o = " in sym_reset_scsi_bus()