Searched refs:hw (Results 26 - 50 of 74) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h2440 struct hfa384x *hw,
2695 hfa384x_t *hw,
2700 hfa384x_t *hw,
2706 void hfa384x_destroy(hfa384x_t *hw);
2711 hfa384x_corereset( hfa384x_t *hw, int holdtime, int settletime, int genesis);
2713 hfa384x_drvr_chinforesults( hfa384x_t *hw);
2715 hfa384x_drvr_commtallies( hfa384x_t *hw);
2717 hfa384x_drvr_disable(hfa384x_t *hw, UINT16 macport);
2719 hfa384x_drvr_enable(hfa384x_t *hw, UINT16 macport);
2721 hfa384x_drvr_flashdl_enable(hfa384x_t *hw);
2753 hfa384x_drvr_getconfig16(hfa384x_t *hw, UINT16 rid, void *val) argument
2764 hfa384x_drvr_getconfig32(hfa384x_t *hw, UINT16 rid, void *val) argument
2777 hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 val) argument
2784 hfa384x_drvr_setconfig32(hfa384x_t *hw, UINT16 rid, UINT32 val) argument
2806 hfa384x_drvr_setconfig_async(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len, void *ptr1, void *ptr2) argument
2816 hfa384x_drvr_setconfig16_async(hfa384x_t *hw, UINT16 rid, UINT16 val) argument
2824 hfa384x_drvr_setconfig32_async(hfa384x_t *hw, UINT16 rid, UINT32 val) argument
2953 __hfa384x_getreg(hfa384x_t *hw, UINT reg) argument
2979 __hfa384x_setreg(hfa384x_t *hw, UINT16 val, UINT reg) argument
3005 __hfa384x_getreg_noswap(hfa384x_t *hw, UINT reg) argument
3030 __hfa384x_setreg_noswap(hfa384x_t *hw, UINT16 val, UINT reg) argument
3042 hfa384x_events_all(hfa384x_t *hw) argument
3054 hfa384x_events_nobap(hfa384x_t *hw) argument
[all...]
H A Dsky2.h2040 struct sky2_hw *hw; member in struct:sky2_port
2090 static inline int sky2_is_copper(const struct sky2_hw *hw) argument
2092 return !(hw->flags & SKY2_HW_FIBRE_PHY);
2096 static inline u32 sky2_read32(const struct sky2_hw *hw, unsigned reg) argument
2098 return readl(hw->regs + reg);
2101 static inline u16 sky2_read16(const struct sky2_hw *hw, unsigned reg) argument
2103 return readw(hw->regs + reg);
2106 static inline u8 sky2_read8(const struct sky2_hw *hw, unsigned reg) argument
2108 return readb(hw->regs + reg);
2111 static inline void sky2_write32(const struct sky2_hw *hw, unsigne argument
2116 sky2_write16(const struct sky2_hw *hw, unsigned reg, u16 val) argument
2121 sky2_write8(const struct sky2_hw *hw, unsigned reg, u8 val) argument
2131 gma_read16(const struct sky2_hw *hw, unsigned port, unsigned reg) argument
2136 gma_read32(struct sky2_hw *hw, unsigned port, unsigned reg) argument
2143 gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v) argument
2148 gma_set_addr(struct sky2_hw *hw, unsigned port, unsigned reg, const u8 *addr) argument
2157 sky2_pci_read32(const struct sky2_hw *hw, unsigned reg) argument
2162 sky2_pci_read16(const struct sky2_hw *hw, unsigned reg) argument
2167 sky2_pci_write32(struct sky2_hw *hw, unsigned reg, u32 val) argument
2172 sky2_pci_write16(struct sky2_hw *hw, unsigned reg, u16 val) argument
[all...]
H A Dskge.h2499 struct skge_hw *hw; member in struct:skge_port
2520 static inline u32 skge_read32(const struct skge_hw *hw, int reg) argument
2522 return readl(hw->regs + reg);
2525 static inline u16 skge_read16(const struct skge_hw *hw, int reg) argument
2527 return readw(hw->regs + reg);
2530 static inline u8 skge_read8(const struct skge_hw *hw, int reg) argument
2532 return readb(hw->regs + reg);
2535 static inline void skge_write32(const struct skge_hw *hw, int reg, u32 val) argument
2537 writel(val, hw->regs + reg);
2540 static inline void skge_write16(const struct skge_hw *hw, in argument
2545 skge_write8(const struct skge_hw *hw, int reg, u8 val) argument
2555 xm_read32(const struct skge_hw *hw, int port, int reg) argument
2563 xm_read16(const struct skge_hw *hw, int port, int reg) argument
2568 xm_write32(const struct skge_hw *hw, int port, int r, u32 v) argument
2574 xm_write16(const struct skge_hw *hw, int port, int r, u16 v) argument
2579 xm_outhash(const struct skge_hw *hw, int port, int reg, const u8 *hash) argument
2588 xm_outaddr(const struct skge_hw *hw, int port, int reg, const u8 *addr) argument
2599 gma_read16(const struct skge_hw *hw, int port, int reg) argument
2604 gma_read32(const struct skge_hw *hw, int port, int reg) argument
2610 gma_write16(const struct skge_hw *hw, int port, int r, u16 v) argument
2615 gma_set_addr(struct skge_hw *hw, int port, int reg, const u8 *addr) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp180 static int audio_pcm_hw_find_min_out (PPDMAUDIOHSTSTRMOUT hw, int *nb_livep) argument
187 RTListForEach(&hw->lstGstStrmOut, pIter, PDMAUDIOGSTSTRMOUT, Node)
201 static int audio_pcm_hw_get_live_out2 (PPDMAUDIOHSTSTRMOUT hw, int *nb_live) argument
205 smin = audio_pcm_hw_find_min_out (hw, nb_live);
214 if (live < 0 || live > hw->cSamples)
216 LogFlowFunc(("Error: live=%d hw->samples=%d\n", live, hw->cSamples));
224 static int audio_pcm_hw_get_live_out (PPDMAUDIOHSTSTRMOUT hw) argument
229 live = audio_pcm_hw_get_live_out2 (hw, &nb_live);
230 if (live < 0 || live > hw
241 audio_pcm_hw_find_min_in(PPDMAUDIOHSTSTRMIN hw) argument
256 audio_pcm_hw_get_live_in(PPDMAUDIOHSTSTRMIN hw) argument
535 drvAudioVideoRecFiniIn(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMIN hw) argument
552 drvAudioVideoRecControlOut(PPDMIHOSTAUDIO pInterface, PPDMAUDIOHSTSTRMOUT hw, PDMAUDIOSTREAMCMD enmStreamCmd) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c193 if (Pxe->hw.Signature != PXE_ROMID_SIGNATURE) {
199 if (Pxe->hw.Rev < PXE_ROMID_REV) {
205 if (Pxe->hw.MajorVer < PXE_ROMID_MAJORVER) {
211 } else if (Pxe->hw.MajorVer == PXE_ROMID_MAJORVER && Pxe->hw.MinorVer < PXE_ROMID_MINORVER) {
219 if ((Pxe->hw.Implementation & PXE_ROMID_IMP_HW_UNDI) == 0) {
347 if (Calc8BitCksum (Pxe, Pxe->hw.Len) != 0) {
352 if ((Pxe->hw.Implementation & PXE_ROMID_IMP_PROMISCUOUS_RX_SUPPORTED) != 0) {
356 } else if ((Pxe->hw.Implementation & PXE_ROMID_IMP_BROADCAST_RX_SUPPORTED) != 0) {
416 if ((Pxe->hw
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Diwmgmt.c53 switch ( dev->hw->signal_type ) {
58 printf ( "/%d", dev->hw->signal_max );
61 printf ( "/%d dB", dev->hw->signal_max );
142 rc = net80211_prepare_probe ( dev, dev->hw->bands, 0 );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_mbx.h84 void igbvf_init_mbx_ops_generic(struct e1000_hw *hw);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DvgaHW.h179 #define DACDelay(hw) /* No legacy VGA support */
181 #define DACDelay(hw) \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DvgaHW.h179 #define DACDelay(hw) /* No legacy VGA support */
181 #define DACDelay(hw) \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DvgaHW.h179 #define DACDelay(hw) /* No legacy VGA support */
181 #define DACDelay(hw) \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DvgaHW.h179 #define DACDelay(hw) /* No legacy VGA support */
181 #define DACDelay(hw) \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DvgaHW.h178 #define DACDelay(hw) /* No legacy VGA support */
180 #define DACDelay(hw) \
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DvgaHW.h178 #define DACDelay(hw) /* No legacy VGA support */
180 #define DACDelay(hw) \
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DvgaHW.h178 #define DACDelay(hw) /* No legacy VGA support */
180 #define DACDelay(hw) \
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DvgaHW.h178 #define DACDelay(hw) /* No legacy VGA support */
180 #define DACDelay(hw) \
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DvgaHW.h178 #define DACDelay(hw) /* No legacy VGA support */
180 #define DACDelay(hw) \
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/vgahw/
H A DvgaHW.h1 /* $XFree86: xc/programs/Xserver/hw/xfree86/vgahw/vgaHW.h,v 1.31 2002/04/04 14:05:56 eich Exp $ */
180 #define DACDelay(hw) /* No legacy VGA support */
182 #define DACDelay(hw) \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
185 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DvgaHW.h1 /* $XFree86: xc/programs/Xserver/hw/xfree86/vgahw/vgaHW.h,v 1.31 2002/04/04 14:05:56 eich Exp $ */
180 #define DACDelay(hw) /* No legacy VGA support */
182 #define DACDelay(hw) \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
185 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DvgaHW.h1 /* $XFree86: xc/programs/Xserver/hw/xfree86/vgahw/vgaHW.h,v 1.31 2002/04/04 14:05:56 eich Exp $ */
180 #define DACDelay(hw) /* No legacy VGA support */
182 #define DACDelay(hw) \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
185 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DvgaHW.h171 #define DACDelay(hw) \
173 (hw)->readST01((hw)); \
174 (hw)->readST01((hw)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DvgaHW.h171 #define DACDelay(hw) \
173 (hw)->readST01((hw)); \
174 (hw)->readST01((hw)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DvgaHW.h173 #define DACDelay(hw) \
175 (hw)->readST01((hw)); \
176 (hw)->readST01((hw)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DvgaHW.h171 #define DACDelay(hw) \
173 (hw)->readST01((hw)); \
174 (hw)->readST01((hw)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DvgaHW.h171 #define DACDelay(hw) \
173 (hw)->readST01((hw)); \
174 (hw)->readST01((hw)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DvgaHW.h171 #define DACDelay(hw) \
173 (hw)->readST01((hw)); \
174 (hw)->readST01((hw)); \

Completed in 201 milliseconds

123