Searched defs:aux (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_compile_variable.h94 void *aux; /**< Used during code gen */ member in struct:slang_variable_
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfi1236.h64 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon6779::__anon6780
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon7403::__anon7404
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon7778::__anon7779
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon8135::__anon8136
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon8453::__anon8454
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon8771::__anon8772
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon9085::__anon9086
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon9404::__anon9405
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon4934::__anon4935
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon5249::__anon5250
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon5562::__anon5563
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfi1236.h64 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon5871::__anon5872
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfi1236.h64 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon6178::__anon6179
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfi1236.h64 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon6481::__anon6482
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon4559::__anon4560
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfi1236.h65 CARD8 aux; /* this is for MK3 tuners */ member in struct:__anon4120::__anon4121
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.c571 u16 lpa, aux; local
583 aux = xm_phy_read(hw, port, PHY_BCOM_AUX_STAT);
586 switch (aux & PHY_B_AS_AN_RES_MSK) {
600 switch (aux & PHY_B_AS_PAUSE_MSK) {
1514 static u16 yukon_speed(const struct skge_hw *hw __unused, u16 aux) argument
1516 switch (aux & PHY_M_PS_SPEED_MSK) {
H A Dsky2.c1386 static u16 sky2_phy_speed(const struct sky2_hw *hw, u16 aux) argument
1392 if (aux & PHY_M_PS_SPEED_100)
1398 switch (aux & PHY_M_PS_SPEED_MSK) {
1461 static int sky2_autoneg_done(struct sky2_port *sky2, u16 aux) argument
1474 if (!(aux & PHY_M_PS_SPDUP_RES)) {
1479 sky2->speed = sky2_phy_speed(hw, aux);
1480 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
/vbox/src/VBox/Devices/Input/
H A DDevPS2.cpp140 #define AUX_ENABLE_DEV 0xF4 /* Enable aux device */
141 #define AUX_DISABLE_DEV 0xF5 /* Disable aux device */
143 #define AUX_RESET 0xFF /* Reset aux device */
286 /* Keyboard data has priority if both kbd and aux data is available. */
368 static void kbd_queue(KBDState *s, int b, int aux) argument
374 if (aux == 1)
376 else if (aux == 2)
383 switch (aux)
405 AssertMsgFailed(("aux=%d\n", aux));
633 int aux = fToCmdQueue ? 1 : 2; local
654 int aux = fToCmdQueue ? 1 : 2; local
665 int aux = fToCmdQueue ? 1 : 2; local
[all...]

Completed in 56 milliseconds