| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_io.c | 96 #define qlcnic_83xx_get_lro_sts_mss(sts) ((sts) & 0xffff) argument 116 #define qlcnic_83xx_pktln(sts) ((sts >> 32) & 0x3FFF) argument 117 #define qlcnic_83xx_hndl(sts) ((sts >> 48) & 0x7FFF) argument 118 #define qlcnic_83xx_csum_status(sts) ((sts >> 39) & 7) argument 119 #define qlcnic_83xx_opcode(sts) ((sts >> 42) & 0xF) argument 120 #define qlcnic_83xx_vlan_tag(sts) (((sts) >> 48) & 0xFFFF) argument 121 #define qlcnic_83xx_lro_pktln(sts) (((sts) >> 32) & 0x3FFF) argument 122 #define qlcnic_83xx_l2_hdr_off(sts) (((sts) >> 16) & 0xFF) argument 123 #define qlcnic_83xx_l4_hdr_off(sts) (((sts) >> 24) & 0xFF) argument 124 #define qlcnic_83xx_pkt_cnt(sts) (((sts) >> 16) & 0x7) argument [all …]
|
| /linux/drivers/fsi/ |
| H A D | fsi-sbefifo.c | 99 #define sbefifo_empty(sts) ((sts) & SBEFIFO_STS_EMPTY) argument 100 #define sbefifo_full(sts) ((sts) & SBEFIFO_STS_FULL) argument 101 #define sbefifo_parity_err(sts) ((sts) & SBEFIFO_STS_PARITY_ERR) argument 102 #define sbefifo_populated(sts) (((sts) & SBEFIFO_STS_ECNT_MASK) >> SBEFIFO_STS_ECNT_SHIFT) argument 103 #define sbefifo_vacant(sts) (SBEFIFO_FIFO_DEPTH - sbefifo_populated(sts)) argument 104 #define sbefifo_eot_set(sts) (((sts) & SBEFIFO_STS_EOT_MASK) >> SBEFIFO_STS_EOT_SHIFT) argument 456 u32 addr, sts = 0; in sbefifo_wait() local
|
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek_ptp.c | 31 struct ptp_system_timestamp *sts) in hellcreek_ptp_clock_read() 57 struct ptp_system_timestamp *sts) in __hellcreek_ptp_gettime() 90 struct ptp_system_timestamp *sts) in hellcreek_ptp_gettimex()
|
| /linux/drivers/misc/eeprom/ |
| H A D | idt_89hpesx.c | 255 s32 sts; in idt_smb_write_byte() local 287 s32 sts; in idt_smb_read_byte() local 320 s32 sts; in idt_smb_write_word() local 369 s32 sts; in idt_smb_read_word() local 443 s32 sts; in idt_smb_read_block() local 504 s32 sts; in idt_smb_read_i2c_block() local
|
| /linux/drivers/usb/cdns3/ |
| H A D | drd.h | 22 __le32 sts; member 43 __le32 sts; member 66 __le32 sts; member 93 __le32 sts; member
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 620 int sts) in applespi_check_write_status() 673 int sts; in applespi_setup_spi() local 762 int sts; in applespi_send_cmd_msg() local 1212 int sts; in applespi_register_touchpad_device() local 1552 int sts; in applespi_notify() local 1574 efi_status_t sts = EFI_NOT_FOUND; in applespi_get_saved_bl_level() local 1592 efi_status_t sts = EFI_UNSUPPORTED; in applespi_save_bl_level() local 1613 int sts, i; in applespi_probe() local 1850 int sts; in applespi_suspend() local
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ptp.c | 214 struct ptp_system_timestamp *sts) in iavf_read_phc_indirect() 245 struct ptp_system_timestamp *sts) in iavf_ptp_gettimex64()
|
| /linux/drivers/rtc/ |
| H A D | rtc-s35390a.c | 277 u8 buf[3], sts = 0; in s35390a_rtc_set_alarm() local 330 u8 buf[3], sts; in s35390a_rtc_read_alarm() local 387 u8 sts; in s35390a_rtc_ioctl() local
|
| /linux/drivers/net/can/rcar/ |
| H A D | rcar_canfd.c | 785 u32 sts, ch; in rcar_canfd_reset_controller() local 1050 u32 gerfl, sts; in rcar_canfd_global_error() local 1210 u32 sts; in rcar_canfd_tx_done() local 1271 u32 sts, cc; in rcar_canfd_handle_global_receive() local 1349 u32 sts; in rcar_canfd_handle_channel_tx() local 1372 u32 sts, cerfl; in rcar_canfd_handle_channel_err() local 1498 u32 sts, ch = priv->channel; in rcar_canfd_start() local 1576 u32 sts, ch = priv->channel; in rcar_canfd_stop() local 1620 u32 sts = 0, id, dlc; in rcar_canfd_start_xmit() local 1695 u32 sts = 0, id, dlc; in rcar_canfd_rx_pkt() local [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l41-lib.c | 1433 enum cs35l41_cspl_mbox_status sts) in cs35l41_check_cspl_mbox_sts() 1458 unsigned int sts = 0, i; in cs35l41_set_cspl_mbox_cmd() local 1532 unsigned int sts; in cs35l41_wait_for_pwrmgt_sts() local
|
| H A D | cs35l45.c | 24 enum cs35l45_cspl_mboxstate sts) in cs35l45_check_cspl_mbox_sts() argument 50 unsigned int sts = 0, i; in cs35l45_set_cspl_mbox_cmd() local 1272 unsigned int sts; cs35l45_initialize() local [all...] |
| H A D | cs42l43-jack.c | 330 unsigned int sts = 0; in cs42l43_jack_present() local 729 unsigned int sts = 0; in cs42l43_tip_sense_work() local
|
| /linux/drivers/ptp/ |
| H A D | ptp_vmclock.c | 99 struct ptp_system_timestamp *sts, in vmclock_get_crosststamp() 194 struct ptp_system_timestamp *sts, in vmclock_get_crosststamp_kvmclock() 304 struct ptp_system_timestamp *sts) in ptp_vmclock_gettimex()
|
| /linux/drivers/irqchip/ |
| H A D | irq-aspeed-scu-ic.c | 71 unsigned int sts, mask; in aspeed_scu_ic_irq_handler_combined() local 107 unsigned int sts; in aspeed_scu_ic_irq_handler_split() local
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ptp.c | 77 static int __bnxt_refclk_read(struct bnxt *bp, struct ptp_system_timestamp *sts, in __bnxt_refclk_read() 101 static int bnxt_refclk_read(struct bnxt *bp, struct ptp_system_timestamp *sts, in bnxt_refclk_read() 115 static int bnxt_refclk_read_low(struct bnxt *bp, struct ptp_system_timestamp *sts, in bnxt_refclk_read_low() 183 struct ptp_system_timestamp *sts) in bnxt_ptp_gettimex()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_ptp.c | 36 struct ptp_system_timestamp *sts) in gve_ptp_gettimex64()
|
| /linux/drivers/pci/hotplug/ |
| H A D | pnv_php.c | 626 uint16_t sts; in pnv_php_reset_slot() local 974 u16 sts, lsts; in pnv_php_interrupt() local 1048 u16 sts, ctrl; in pnv_php_init_irq() local
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | init.c | 1320 int sts; in mt7996_set_stream_vht_txbf_caps() local 1355 int sts = hweight16(phy->mt76->chainmask); in mt7996_set_stream_he_txbf_caps() local 1573 int sts = hweight16(phy->mt76->chainmask); in mt7996_init_eht_caps() local
|
| /linux/include/linux/ |
| H A D | nvme-rdma.h | 94 __le16 sts; member
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ptp.c | 47 static u64 wx_ptp_readtime(struct wx *wx, struct ptp_system_timestamp *sts) in wx_ptp_readtime() 101 struct ptp_system_timestamp *sts) in wx_ptp_gettimex64()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_phc.c | 30 struct ptp_system_timestamp *sts) in ena_phc_gettimex64()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.c | 192 struct ptp_system_timestamp *sts) in cpts_update_cur_time() 243 struct ptp_system_timestamp *sts) in cpts_ptp_gettimeex()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | init.c | 902 int sts; in mt7915_set_stream_vht_txbf_caps() local 935 int sts = hweight8(phy->mt76->chainmask); in mt7915_set_stream_he_txbf_caps() local
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ptp.c | 164 struct ptp_system_timestamp *sts) in e1000e_phc_gettimex()
|
| /linux/drivers/input/serio/ |
| H A D | olpc_apsp.c | 85 u32 sts = readl(priv->base + COMMAND_FIFO_STATUS); in olpc_apsp_write() local
|