Searched refs:sts (Results 101 - 125 of 166) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c275 * @sts: structure to hold the system time before and after reading the PHC
282 struct ptp_system_timestamp *sts)
289 ptp_read_system_prets(sts);
291 ptp_read_system_postts(sts);
444 * @sts: structure to hold the system time before and after reading the PHC
450 struct ptp_system_timestamp *sts)
455 i40e_ptp_read(pf, ts, sts);
281 i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
449 i40e_ptp_gettimex(struct ptp_clock_info *ptp, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c375 struct ptp_system_timestamp *sts)
387 ptp_read_system_prets(sts);
390 ptp_read_system_postts(sts);
518 struct ptp_system_timestamp *sts)
524 ns = am65_cpts_gettime(cpts, sts);
374 am65_cpts_gettime(struct am65_cpts *cpts, struct ptp_system_timestamp *sts) argument
516 am65_cpts_ptp_gettimex(struct ptp_clock_info *ptp, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1944 #define BNXT_FW_IS_HEALTHY(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) ==\
1947 #define BNXT_FW_IS_BOOTING(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) < \
1950 #define BNXT_FW_IS_ERR(sts) (((sts) & BNXT_FW_STATUS_HEALTH_MSK) > \
1953 #define BNXT_FW_IS_RECOVERING(sts) (BNXT_FW_IS_ERR(sts) && \
1954 ((sts) & BNXT_FW_STATUS_RECOVERING))
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1941 static void process_waiting_list(struct ncb *np, int sts);
7860 int sts; local
7872 if ((sts = ncr_queue_command(np, cmd)) != DID_OK) {
7873 set_host_byte(cmd, sts);
7875 printk("ncr53c8xx : command not queued - result=%d\n", sts);
7885 if (sts != DID_OK) {
7888 sts = 0;
7891 return sts;
7942 int sts; local
7954 sts
7997 process_waiting_list(struct ncb *np, int sts) argument
[all...]
/linux-master/sound/pci/emu10k1/
H A Demu10k1_main.c761 u32 sts; local
773 snd_emu1010_fpga_read(emu, EMU_HANA_IRQ_STATUS, &sts);
777 if (sts & (EMU_HANA_IRQ_DOCK | EMU_HANA_IRQ_DOCK_LOST))
780 if (sts & EMU_HANA_IRQ_WCLK_CHANGED)
790 u16 sts = inw(emu->port + A_GPIO); local
792 if (!(sts & bit))
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1417 int sts = hweight16(phy->mt76->chainmask); local
1423 if (!bfee && sts < 2)
1510 u8 sts, snd_dim; local
1514 sts = FIELD_GET(IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK,
1518 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant);
1545 u8 snd_dim, sts; local
1557 sts = HE_PHY(CAP4_BEAMFORMEE_MAX_STS_UNDER_80MHZ_MASK,
1559 bf->nrow = min_t(u8, snd_dim, sts);
1588 sts = HE_PHY(CAP4_BEAMFORMEE_MAX_STS_ABOVE_80MHZ_MASK,
1591 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts);
1606 u8 snd_dim, sts; local
[all...]
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i.S82 sts mach,r0
225 sts mach,r0
H A Dmovmem.S28 sts.l pr,@-r15
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h1199 * @sts: Port status register
1209 unsigned int sts; member in struct:idt_ntb_port
1217 * @sts: Partition status register in the Global Address Space
1222 unsigned int sts; member in struct:idt_ntb_part
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_infineon.c523 u8 sts = TPM_STS_GO; local
583 iic_tpm_write(TPM_STS(tpm_dev.locality), &sts, 1); local
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.h142 struct as10x_tune_status sts; member in struct:as10x_get_tune_status::__anon152
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h301 * @sts: DMA global Status register.
323 __le32 sts; member in struct:cdns2_adma_regs
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c1019 u32 cmd, sts, val, wait = WRITE_COMPLETED, ctl = 0; local
1098 sts = readl(dsi->regs + DIRECT_CMD_STS);
1106 if (!(sts & wait)) {
1112 if (sts & (READ_COMPLETED_WITH_ERR | ACK_WITH_ERR_RCVD)) {
/linux-master/drivers/usb/chipidea/
H A Dcore.c271 u32 portsc, lpm, sts = 0; local
289 sts = 1;
301 if (sts)
305 if (sts)
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h458 struct atto_csmi_ssp_passthru_sts sts; member in struct:atto_csmi_ssp_passthru
490 struct atto_csmi_stp_passthru_sts sts; member in struct:atto_csmi_stp_passthru
537 struct atto_csmi_ssp_passthru_sts sts; member in struct:atto_csmi_task_mgmt
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_main.c550 u16 sts; local
556 sts = nn_readw(nn, NFP_NET_CFG_STS);
558 if (!(sts & NFP_NET_CFG_STS_LINK)) {
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c270 u32 sts; local
272 sts = ioread32(bdma_chan->regs + TSI721_DMAC_STS);
273 return ((sts & TSI721_DMAC_STS_RUN) == 0);
/linux-master/drivers/memory/
H A Drenesas-rpc-if.c395 u32 sts; local
397 return regmap_read_poll_timeout(rpc->regmap, RPCIF_CMNSR, sts,
398 sts & RPCIF_CMNSR_TEND, 0,
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c287 static u64 prueth_iep_gettime(void *clockops_data, struct ptp_system_timestamp *sts) argument
307 ptp_read_system_prets(sts);
309 ptp_read_system_postts(sts);
/linux-master/drivers/hid/
H A Dhid-asus.c582 u8 sts; local
587 sts = data[8];
591 switch (sts) {
/linux-master/drivers/spi/
H A Dspi-dw-core.c552 u32 room, entries, sts; local
595 sts = readl_relaxed(dws->regs + DW_SPI_RISR);
596 if (sts & DW_SPI_INT_RXOI) {
/linux-master/drivers/tty/serial/
H A Dfsl_lpuart.c1046 unsigned char sts; local
1048 sts = readb(sport->port.membase + UARTSR1);
1051 if (sts & UARTSR1_FE && sport->lpuart_dma_rx_use) {
1059 if (sts & UARTSR1_RDRF && !sport->lpuart_dma_rx_use)
1062 if (sts & UARTSR1_TDRE && !sport->lpuart_dma_tx_use)
1286 unsigned long sts, rxcount; local
1288 sts = lpuart32_read(&sport->port, UARTSTAT);
1292 if ((sts & UARTSTAT_RDRF || rxcount > 0) && !sport->lpuart_dma_rx_use)
1295 if ((sts & UARTSTAT_TDRE) && !sport->lpuart_dma_tx_use)
1298 if ((sts
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c366 * @sts: Optional parameter for holding a pair of system timestamps from
370 ice_ptp_read_src_clk_reg(struct ice_pf *pf, struct ptp_system_timestamp *sts) argument
379 ptp_read_system_prets(sts);
384 ptp_read_system_postts(sts);
393 ptp_read_system_prets(sts);
395 ptp_read_system_postts(sts);
1898 * @sts: Optional parameter for holding a pair of system timestamps from
1906 struct ptp_system_timestamp *sts)
1911 time_ns = ice_ptp_read_src_clk_reg(pf, sts);
1905 ice_ptp_gettimex64(struct ptp_clock_info *info, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
/linux-master/drivers/ptp/
H A Dptp_ocp.c1203 struct ptp_system_timestamp *sts)
1208 ptp_read_system_prets(sts);
1218 ptp_read_system_postts(sts);
1220 if (sts && bp->ts_window_adjust) {
1221 s64 ns = timespec64_to_ns(&sts->post_ts);
1223 sts->post_ts = ns_to_timespec64(ns - bp->ts_window_adjust);
1237 struct ptp_system_timestamp *sts)
1244 err = __ptp_ocp_gettime_locked(bp, ts, sts);
2034 struct ptp_system_timestamp sts; local
2045 err = ptp_ocp_gettimex(&bp->ptp_info, &ts, &sts);
1202 __ptp_ocp_gettime_locked(struct ptp_ocp *bp, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
1236 ptp_ocp_gettimex(struct ptp_clock_info *ptp_info, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
3946 struct ptp_system_timestamp sts; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1022 int sts = hweight16(phy->mt76->chainmask); local
1028 if (!bfee && sts < 2)
1103 u8 sts, snd_dim; local
1107 sts = FIELD_GET(IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK,
1111 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant);
1138 u8 snd_dim, sts; local
1150 sts = HE_PHY(CAP4_BEAMFORMEE_MAX_STS_UNDER_80MHZ_MASK,
1152 bf->nrow = min_t(u8, snd_dim, sts);
1181 sts = HE_PHY(CAP4_BEAMFORMEE_MAX_STS_ABOVE_80MHZ_MASK,
1184 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts);
[all...]

Completed in 424 milliseconds

1234567