Home
last modified time | relevance | path

Searched refs:ch_offset (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/disk/nata/chipsets/
HData-serverworks.c125 int ch_offset; in ata_serverworks_allocate() local
128 ch_offset = ch->unit * 0x100; in ata_serverworks_allocate()
134 ch->r_io[ATA_DATA].offset = ch_offset + 0x00; in ata_serverworks_allocate()
135 ch->r_io[ATA_FEATURE].offset = ch_offset + 0x04; in ata_serverworks_allocate()
136 ch->r_io[ATA_COUNT].offset = ch_offset + 0x08; in ata_serverworks_allocate()
137 ch->r_io[ATA_SECTOR].offset = ch_offset + 0x0c; in ata_serverworks_allocate()
138 ch->r_io[ATA_CYL_LSB].offset = ch_offset + 0x10; in ata_serverworks_allocate()
139 ch->r_io[ATA_CYL_MSB].offset = ch_offset + 0x14; in ata_serverworks_allocate()
140 ch->r_io[ATA_DRIVE].offset = ch_offset + 0x18; in ata_serverworks_allocate()
141 ch->r_io[ATA_COMMAND].offset = ch_offset + 0x1c; in ata_serverworks_allocate()
[all …]
HData-intel.c388 int ch_offset; in ata_intel_31244_allocate() local
390 ch_offset = 0x200 + ch->unit * 0x200; in ata_intel_31244_allocate()
396 ch->r_io[ATA_DATA].offset = ch_offset + 0x00; in ata_intel_31244_allocate()
397 ch->r_io[ATA_FEATURE].offset = ch_offset + 0x06; in ata_intel_31244_allocate()
398 ch->r_io[ATA_COUNT].offset = ch_offset + 0x08; in ata_intel_31244_allocate()
399 ch->r_io[ATA_SECTOR].offset = ch_offset + 0x0c; in ata_intel_31244_allocate()
400 ch->r_io[ATA_CYL_LSB].offset = ch_offset + 0x10; in ata_intel_31244_allocate()
401 ch->r_io[ATA_CYL_MSB].offset = ch_offset + 0x14; in ata_intel_31244_allocate()
402 ch->r_io[ATA_DRIVE].offset = ch_offset + 0x18; in ata_intel_31244_allocate()
403 ch->r_io[ATA_COMMAND].offset = ch_offset + 0x1d; in ata_intel_31244_allocate()
[all …]
/dragonfly/contrib/less/
HDch.c68 #define ch_offset thisfile->offset macro
167 if (ch_block == bp->block && ch_offset < bp->datasize) in ch_get()
168 return bp->data[ch_offset]; in ch_get()
181 if (ch_offset >= bp->datasize) in ch_get()
353 if (ch_offset < bp->datasize) in ch_get()
360 return (bp->data[ch_offset]); in ch_get()
498 ch_offset = (size_t) (pos % LBUFSIZE); in ch_seek()
582 ch_offset = 0; in ch_beg_seek()
609 return ch_position(ch_block, ch_offset); in ch_tell()
624 if (ch_offset < LBUFSIZE-1) in ch_forw_get()
[all …]
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver.h5488 int ch_offset; member
HDdriver_nl80211_event.c591 data.ch_switch.ch_offset = chan_offset; in mlme_event_ch_switch()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDdrv_callbacks.c1795 data->ch_switch.ch_offset, in wpa_supplicant_event()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDevents.c4484 data->ch_switch.ch_offset, in wpa_supplicant_event()
4502 data->ch_switch.ch_offset, in wpa_supplicant_event()