Searched defs:chip_id (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon6824
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon7449
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon7824
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon8177
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon8496
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon8815
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon9129
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon9448
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon4974
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon5286
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon5598
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon5908
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon6211
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon6509
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvbe.c153 static void dispi_set_id(uint16_t chip_id) argument
156 outw(VBE_DISPI_IOPORT_DATA, chip_id);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon4607
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmsp3430.h18 CARD16 chip_id; member in struct:__anon4174
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dw89c840.c241 int chip_id, drv_flags; member in struct:winbond_private
H A Ddmfe.c158 u32 chip_id; /* Chip vendor/Device ID */ member in struct:dmfe_private
262 if (!chkmode || (db->chip_id == PCI_DM9132_ID) ||
304 if (db->chip_id == PCI_DM9009_ID) {
331 if (db->chip_id == PCI_DM9132_ID) {
450 phy_write(BASE, db->phy_addr, 0, 0x8000, db->chip_id);
479 db->chip_id = ((u32) pci->device << 16) | pci->vendor;
722 phy_mode = phy_read(BASE, db->phy_addr, 1, db->chip_id);
723 phy_mode = phy_read(BASE, db->phy_addr, 1, db->chip_id);
726 if (db->chip_id == PCI_DM9132_ID) /* DM9132 */
729 db->chip_id)
889 phy_write(unsigned long iobase, u8 phy_addr, u8 offset, u16 phy_data, u32 chip_id) argument
943 phy_read(unsigned long iobase, u8 phy_addr, u8 offset, u32 chip_id) argument
[all...]
H A Dtulip.c398 int chip_id; /* index into tulip_tbl[] */
568 if (tp->chip_id == LC82C168) {
579 if (tp->chip_id == COMET) {
626 if (tp->chip_id == LC82C168) {
636 if (tp->chip_id == COMET) {
767 } else if (tp->chip_id == DC21041) {
959 if (tp->chip_id == PNIC2) {
983 } else if (tp->chip_id == COMET) {
1035 if (tp->chip_id == LC82C168)
1354 tp->chip_id
397 int chip_id; /* index into tulip_tbl[] */ member in struct:tulip_private
[all...]
H A Dvia-rhine.c669 int chip_id; member in struct:rhine_private
688 int chip_id, int options);
947 // if (tp->chip_id == 0x3065)
999 rhine_probe1 (struct nic *nic, struct pci_device *pci, int ioaddr, int chip_id, int options) argument
1022 , chip_id);
1141 if(chip_id == 0x3043)
1156 tp->chip_id = chip_id;
1304 if (tp->chip_id == 0x3065)
H A Dvia-velocity.h1200 enum chip_type chip_id; member in struct:velocity_info_tbl
1789 enum chip_type chip_id; member in struct:velocity_info
H A Dskge.h2469 u8 chip_id; member in struct:skge_hw
H A Dsky2.h2080 u8 chip_id; member in struct:sky2_hw
H A Dbnx2.h4069 u32 chip_id; member in struct:bnx2
4071 #define CHIP_NUM(bp) (((bp)->chip_id) & 0xffff0000)
4075 #define CHIP_REV(bp) (((bp)->chip_id) & 0x0000f000)
4080 #define CHIP_METAL(bp) (((bp)->chip_id) & 0x00000ff0)
4081 #define CHIP_BONDING(bp) (((bp)->chip_id) & 0x0000000f)
4083 #define CHIP_ID(bp) (((bp)->chip_id) & 0xfffffff0)
4091 #define CHIP_BOND_ID(bp) (((bp)->chip_id) & 0xf)

Completed in 2157 milliseconds