/openbsd-src/sys/dev/pci/ |
H A D | pciide_apollo_reg.h | 47 #define APO_IDECONF_EN(channel) (0x00000001 << (1 - (channel))) argument 52 #define APO_IDECONF_WR_BUFF_EN(channel) (0x00001000 << ((1 - (channel)) << 1)) argument 53 #define APO_IDECONF_RD_PREF_EN(channel) (0x00002000 << ((1 - (channel)) << 1)) argument 56 #define APO_IDECONF_IO_NAT(channel) \ argument 58 #define APO_IDECONF_FIFO_TRSH(channel, x) \ argument 70 #define APO_CTLMISC_FIFO_FLSH_RD(channel) (0x00100000 << (1 - (channel))) argument 71 #define APO_CTLMISC_FIFO_FLSH_DMA(channel) (0x00400000 << (1 - (channel))) argument 75 #define APO_DATATIM_MASK(channel) (0xffff << ((1 - (channel)) << 4)) argument 76 #define APO_DATATIM_RECOV(channel, drive, x) (((x) & 0xf) << \ argument 78 #define APO_DATATIM_PULSE(channel, drive, x) (((x) & 0xf) << \ argument [all …]
|
H A D | pciide_piix_reg.h | 54 #define PIIX_IDETIM_READ(x, channel) (((x) >> (16 * (channel))) & 0x0000FFFF) argument 55 #define PIIX_IDETIM_SET(x, bytes, channel) \ argument 57 #define PIIX_IDETIM_CLEAR(x, bytes, channel) \ argument 78 #define PIIX_SIDETIM_ISP_MASK(channel) (0x0c << ((channel) * 4)) argument 80 #define PIIX_SIDETIM_ISP_SET(x, channel) \ argument 82 #define PIIX_SIDETIM_RTC_MASK(channel) (0x03 << ((channel) * 4)) argument 84 #define PIIX_SIDETIM_RTC_SET(x, channel) \ argument 92 #define PIIX_UDMACTL_DRV_EN(channel, drive) (0x01 << ((channel) * 2 + (drive))) argument 95 #define PIIX_UDMATIM_SET(x, channel, drive) \ argument 104 #define PIIX_CONFIG_CR(channel, drive) (0x0010 << ((channel) * 2 + (drive))) argument [all …]
|
H A D | pciide_amd_reg.h | 67 #define AMD756_DATATIM_MASK(channel) (0xffff << ((1 - (channel)) << 4)) argument 68 #define AMD756_DATATIM_RECOV(channel, drive, x) (((x) & 0xf) << \ argument 70 #define AMD756_DATATIM_PULSE(channel, drive, x) (((x) & 0xf) << \ argument 81 #define AMD756_UDMA_MASK(channel) (0xffff << ((1 - (channel)) << 4)) argument 82 #define AMD756_UDMA_TIME(channel, drive, x) (((x) & 0x7) << \ argument 84 #define AMD756_UDMA_EN(channel, drive) (0x40 << \ argument 86 #define AMD756_UDMA_EN_MTH(channel, drive) (0x80 << \ argument
|
H A D | pciide_acard_reg.h | 34 #define ATP850_IDETIME(channel) (0x40 + (channel) * 4) argument 39 #define ATP860_SETTIME(channel, drive, act, rec) \ argument 42 #define ATP860_SETTIME_MASK(channel) (0xffff << ((channel) * 16)) argument 54 #define ATP850_UDMA_MODE(channel, drive, x) \ argument 56 #define ATP860_UDMA_MODE(channel, drive, x) \ argument 58 #define ATP850_UDMA_MASK(channel) (0xf << ((channel) * 4)) argument 59 #define ATP860_UDMA_MASK(channel) (0xff << ((channel) * 8)) argument
|
H A D | pciide_pdc202xx_reg.h | 45 #define PDC246_STATE_LBA(channel) (0x0100 << (channel)) argument 47 #define PDC246_STATE_EN(channel) (0x0002 << (channel)) argument 53 #define PDC2xx_TIM(channel, drive) (0x60 + 4 * (drive) + 8 * (channel)) argument 79 #define PDC2xx_SCR_EMPTY(channel) (0x00000100 << (4 * channel)) argument 80 #define PDC2xx_SCR_FULL(channel) (0x00000200 << (4 * channel)) argument 81 PDC2xx_SCR_INT(channel) global() argument 82 PDC2xx_SCR_ERR(channel) global() argument 141 SCONTROL_WRITE(ps,channel,scontrol) global() argument 145 SSTATUS_READ(sc,channel) global() argument [all...] |
H A D | pciide.c | 2020 pciide_dma_table_setup(struct pciide_softc *sc, int channel, int drive) in pciide_dma_table_setup() 2091 pciide_dma_init(void *v, int channel, int drive, void *databuf, in pciide_dma_init() 2173 pciide_dma_start(void *v, int channel, int drive) in pciide_dma_start() 2185 pciide_dma_finish(void *v, int channel, int drive, int force) in pciide_dma_finish() 2256 pciide_chansetup(struct pciide_softc *sc, int channel, pcireg_t interface) in pciide_chansetup() 2276 pciide_chanfree(struct pciide_softc *sc, int channel) in pciide_chanfree() 2405 int channel, drive; in default_chip_map() local 2539 int channel; in default_chip_unmap() local 2558 int channel; in sata_chip_map() local 2682 int channel; in piix_chip_map() local [all …]
|
H A D | pciide_sis_reg.h | 38 #define SIS_TIM(channel) (0x40 + (channel * 4)) argument 53 #define SIS_TIM133(reg57, channel, drive) \ argument 84 #define SIS_REG_CBL_33(channel) (0x10 << (channel)) argument 85 #define SIS96x_REG_CBL(channel) (0x51 + (channel) * 2) argument
|
H A D | pciide_acer_reg.h | 84 #define ACER_CHIDS_DRV(channel) ((0x4) << (channel)) argument 85 #define ACER_CHIDS_INT(channel) ((0x1) << (channel)) argument
|
/openbsd-src/usr.bin/dig/lib/isc/ |
H A D | log.c | 69 isc_logchannel_t * channel; member 218 #define FACILITY(channel) (channel->destination.facility) argument 219 #define FILE_NAME(channel) (channel->destination.file.name) argument 220 #define FILE_STREAM(channel) (channel->destination.file.stream) argument 221 #define FILE_VERSIONS(channel) (channel->destination.file.versions) argument 222 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size) argument 395 isc_logchannel_t *channel; in isc_logconfig_destroy() local 527 isc_logchannel_t *channel; in isc_log_createchannel() local 594 isc_logchannel_t *channel; in isc_log_usechannel() local 662 const isc_logmodule_t *module, isc_logchannel_t *channel) in assignchannel() [all …]
|
/openbsd-src/sys/dev/ic/ |
H A D | ar5xxx.c | 1088 ar5k_channel(struct ath_hal *hal, HAL_CHANNEL *channel) in ar5k_channel() 1125 ar5k_ar5110_chan2athchan(HAL_CHANNEL *channel) in ar5k_ar5110_chan2athchan() 1143 ar5k_ar5110_channel(struct ath_hal *hal, HAL_CHANNEL *channel) in ar5k_ar5110_channel() 1161 int channel; in ar5k_ar5111_chan2athchan() local 1185 ar5k_ar5111_channel(struct ath_hal *hal, HAL_CHANNEL *channel) in ar5k_ar5111_channel() 1226 ar5k_ar5112_channel(struct ath_hal *hal, HAL_CHANNEL *channel) in ar5k_ar5112_channel() 1453 ar5k_rfregs(struct ath_hal *hal, HAL_CHANNEL *channel, u_int mode) in ar5k_rfregs() 1504 ar5k_ar5111_rfregs(struct ath_hal *hal, HAL_CHANNEL *channel, u_int mode) in ar5k_ar5111_rfregs() 1600 ar5k_ar5112_rfregs(struct ath_hal *hal, HAL_CHANNEL *channel, u_int mode) in ar5k_ar5112_rfregs() 1696 ar5k_arxxxx_rfregs(struct ath_hal *hal, HAL_CHANNEL *channel, u_int mode) in ar5k_arxxxx_rfregs() [all …]
|
H A D | aic7xxx.c | 1251 char channel; ahc_handle_scsiint() local 1600 ahc_alloc_tstate(struct ahc_softc * ahc,u_int scsi_id,char channel) ahc_alloc_tstate() argument 1646 ahc_free_tstate(struct ahc_softc * ahc,u_int scsi_id,char channel,int force) ahc_free_tstate() argument 2258 ahc_compile_devinfo(struct ahc_devinfo * devinfo,u_int our_id,u_int target,u_int lun,char channel,role_t role) ahc_compile_devinfo() argument 4820 char channel; ahc_init() local 5004 ahc_match_scb(struct ahc_softc * ahc,struct scb * scb,int target,char channel,int lun,u_int tag,role_t role) ahc_match_scb() argument 5047 char channel; ahc_freeze_devq() local 5117 ahc_search_qinfifo(struct ahc_softc * ahc,int target,char channel,int lun,u_int tag,role_t role,uint32_t status,ahc_search_action action) ahc_search_qinfifo() argument 5326 ahc_search_untagged_queues(struct ahc_softc * ahc,struct scsi_xfer * xs,int target,char channel,int lun,uint32_t status,ahc_search_action action) ahc_search_untagged_queues() argument 5421 ahc_search_disc_list(struct ahc_softc * ahc,int target,char channel,int lun,u_int tag,int stop_on_first,int remove,int save_state) ahc_search_disc_list() argument 5584 ahc_abort_scbs(struct ahc_softc * ahc,int target,char channel,int lun,u_int tag,role_t role,uint32_t status) ahc_abort_scbs() argument 5734 ahc_reset_channel(struct ahc_softc * ahc,char channel,int initiate_reset) ahc_reset_channel() argument 6660 char channel; ahc_handle_en_lun() local 6853 char channel; ahc_handle_en_lun() local [all...] |
/openbsd-src/sys/dev/pci/drm/apple/ |
H A D | afk.c | 204 u32 channel) in afk_epic_find_service() 213 static void afk_recv_handle_init(struct apple_dcp_afkep *ep, u32 channel, in afk_recv_handle_init() 291 static void afk_recv_handle_teardown(struct apple_dcp_afkep *ep, u32 channel) in afk_recv_handle_teardown() 314 static void afk_recv_handle_reply(struct apple_dcp_afkep *ep, u32 channel, in afk_recv_handle_reply() 398 static void afk_recv_handle_std_service(struct apple_dcp_afkep *ep, u32 channel, in afk_recv_handle_std_service() 462 static void afk_recv_handle(struct apple_dcp_afkep *ep, u32 channel, u32 type, in afk_recv_handle() 542 u32 magic, size, channel, type; in afk_recv() local 694 int afk_send_epic(struct apple_dcp_afkep *ep, u32 channel, u16 tag, in afk_send_epic()
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 37 for (llvm::StringRef channel : Log::ListChannels()) in CompleteEnableDisable() local 40 llvm::StringRef channel = request.GetParsedLine().GetArgumentAtIndex(0); in CompleteEnableDisable() local 181 const std::string channel = std::string(args[0].ref()); in DoExecute() local 254 const std::string channel = std::string(args[0].ref()); in DoExecute() local 299 for (llvm::StringRef channel : Log::ListChannels()) in HandleArgumentCompletion() local 415 const std::string channel = std::string(args[0].ref()); in DoExecute() local
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Log.cpp | 198 void Log::Register(llvm::StringRef name, Channel &channel) { in Register() 212 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() 227 bool Log::DisableLogChannel(llvm::StringRef channel, in DisableLogChannel() 242 bool Log::DumpLogChannel(llvm::StringRef channel, in DumpLogChannel() 258 bool Log::ListChannelCategories(llvm::StringRef channel, in ListChannelCategories() 275 llvm::StringRef channel, in ForEachChannelCategory()
|
/openbsd-src/sys/dev/isa/ |
H A D | wdc_isa.c | 189 wdc_isa_dma_init(void *v, int channel, int drive, void *databuf, size_t datalen, in wdc_isa_dma_init() 202 wdc_isa_dma_start(void *v, int channel, int drive) in wdc_isa_dma_start() 208 wdc_isa_dma_finish(void *v, int channel, int drive, int force) in wdc_isa_dma_finish()
|
/openbsd-src/sys/dev/tc/ |
H A D | zs_ioasic.c | 154 zs_ioasic_get_chan_addr(tc_addr_t zsaddr, int channel) in zs_ioasic_get_chan_addr() 231 int s, channel; in zs_ioasic_attach() local 685 zs_ioasic_cninit(tc_addr_t ioasic_addr, tc_offset_t zs_offset, int channel) in zs_ioasic_cninit() 753 zs_ioasic_cnattach(tc_addr_t ioasic_addr, tc_offset_t zs_offset, int channel) in zs_ioasic_cnattach() 790 zs_ioasic_isconsole(tc_offset_t offset, int channel) in zs_ioasic_isconsole()
|
/openbsd-src/sys/dev/ |
H A D | ipmi.h | 106 short channel; member 112 short channel; member 118 short channel; member
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_mipi_dsi.h | 27 uint32_t channel; member 35 uint8_t channel; member
|
/openbsd-src/sys/dev/i2c/ |
H A D | pca9548.c | 160 uint32_t channel; in pcamux_attach_fdt() local 208 uint64_t channel; in pcamux_attach_acpi_mux() local 329 pcamux_set_channel(struct pcamux_softc *sc, int channel, int flags) in pcamux_set_channel()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 990523-1.c | 3 int synth_1to1(float *bandPtr,int channel,unsigned char *out,int *pnt) in synth_1to1()
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_hwmon.c | 618 u32 attr, int channel) in hwm_is_visible() 638 int channel, long *val) in hwm_read() 658 int channel, long val) in hwm_write() 685 u32 attr, int channel) in hwm_gt_is_visible() 699 int channel, long *val) in hwm_gt_read()
|
/openbsd-src/sys/arch/macppc/dev/ |
H A D | wdc_obio.c | 536 wdc_obio_dma_init(void *v, int channel, int drive, void *databuf, in wdc_obio_dma_init() 568 wdc_obio_dma_start(void *v, int channel, int drive) in wdc_obio_dma_start() 576 wdc_obio_dma_finish(void *v, int channel, int drive, int force) in wdc_obio_dma_finish()
|
/openbsd-src/usr.sbin/crunchgen/ |
H A D | elf_hide.c | 168 fprint_shstr(FILE * channel, int indx) in fprint_shstr() 290 fprint_str(FILE * channel, int indx) in fprint_str()
|
/openbsd-src/sys/dev/fdt/ |
H A D | iicmux.c | 136 uint32_t channel; in iicmux_attach() local 167 iicmux_set_channel(struct iicmux_softc *sc, int channel, int flags) in iicmux_set_channel()
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging() local
|