Searched refs:spt (Results 1 - 9 of 9) sorted by relevance

/drivers/isdn/hisax/
H A Dsportster.c56 return (bytein(calc_off(cs->hw.spt.isac, offset)));
62 byteout(calc_off(cs->hw.spt.isac, offset), value);
68 read_fifo(cs->hw.spt.isac, data, size);
74 write_fifo(cs->hw.spt.isac, data, size);
80 return (bytein(calc_off(cs->hw.spt.hscx[hscx], offset)));
86 byteout(calc_off(cs->hw.spt.hscx[hscx], offset), value);
93 #define READHSCX(cs, nr, reg) bytein(calc_off(cs->hw.spt.hscx[nr], reg))
94 #define WRITEHSCX(cs, nr, reg, data) byteout(calc_off(cs->hw.spt.hscx[nr], reg), data)
95 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo(cs->hw.spt.hscx[nr], ptr, cnt)
96 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) write_fifo(cs->hw.spt
[all...]
H A Dhisax.h907 struct spt_hw spt; member in union:IsdnCardState::__anon1891
/drivers/misc/mic/host/
H A Dmic_smpt.c78 static void mic_add_smpt_entry(int spt, s64 *ref, u64 addr, argument
84 for (i = spt; i < spt + entries; i++,
91 smpt_info->entry[i].ref_count += ref[i - spt];
102 int spt; local
136 spt = i - entries + 1;
137 mic_addr = mic_smpt_to_pa(mdev, spt);
138 mic_add_smpt_entry(spt, ref, dma_addr, entries, mdev);
181 int spt; local
189 spt
260 int spt; local
[all...]
/drivers/block/
H A Dataflop.c91 unsigned spt; /* sectors per track */ member in struct:atari_disk_type
671 if (!UDT || desc->track >= UDT->blocks/UDT->spt/2 || desc->head >= 2) {
676 nsect = UDT->spt;
937 dma_wd.fdc_acces_seccount = read_track ? SUDT->spt : 1;
1002 if (addr >= PhysTrackBuffer + SUDT->spt*512) {
1070 !(read_track && FDC_READ(FDCREG_SECTOR) > SUDT->spt)) {
1382 ReqTrack = block / UDT->spt;
1383 ReqSector = block - ReqTrack * UDT->spt + 1;
1544 getprm.sect = dtp->spt;
1546 getprm.track = dtp->blocks/dtp->spt/
[all...]
H A Dnvme-scsi.c858 u8 spt; local
888 spt = spt_lut[(id_ns->dpc) & 0x07] << 3;
910 inq_response[4] = microcode | spt | grd_chk | app_chk | ref_chk;
/drivers/scsi/esas2r/
H A Desas2r_ioctl.c691 struct atto_hba_scsi_pass_thru *spt = &hi->data.scsi_pass_thru; local
694 spt->scsi_status = rq->func_rsp.scsi_rsp.scsi_stat;
695 spt->sense_length = rq->sense_len;
696 spt->residual_length =
734 spt->req_status = sts;
737 spt->target_id =
738 esas2r_targ_db_find_next_present(a, (u16)spt->target_id);
986 struct atto_hba_scsi_pass_thru *spt = &hi->data.scsi_pass_thru; local
989 memcpy(&lun, spt->lun, sizeof(struct scsi_lun));
1004 if (spt
[all...]
/drivers/net/can/
H A Ddev.c109 int spt_error = 1000, spt = 0, sampl_pt; local
144 spt = can_update_spt(btc, sampl_pt, tseg / 2,
146 error = sampl_pt - spt;
/drivers/scsi/qla2xxx/
H A Dqla_isr.c1771 struct sd_dif_tuple *spt; local
1793 spt = page_address(sg_page(sg)) + sg->offset;
1794 spt += j;
1796 spt->app_tag = 0xffff;
1798 spt->ref_tag = 0xffffffff;
H A Dqla_target.c2594 struct sd_dif_tuple *spt;
2599 spt = page_address(sg_page(sg)) + sg->offset;
2600 spt += j;
2602 spt->app_tag = 0xffff;
2604 spt->ref_tag = 0xffffffff;

Completed in 199 milliseconds