Home
last modified time | relevance | path

Searched refs:board_type (Results 1 – 25 of 52) sorted by relevance

123

/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-sysinfo.c99 uint16_t board_type, in cvmx_sysinfo_minimal_initialize() argument
106 if (state.sysinfo.board_type) in cvmx_sysinfo_minimal_initialize()
111 state.sysinfo.board_type = board_type; in cvmx_sysinfo_minimal_initialize()
Dcvmx-helper-spi.c56 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_enumerate()
77 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_probe()
123 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_enable()
152 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_link_get()
Dcvmx-helper-board.c77 switch (cvmx_sysinfo_get()->board_type) { in cvmx_helper_board_get_mii_address()
189 cvmx_sysinfo_get()->board_type); in cvmx_helper_board_get_mii_address()
228 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_link_get()
617 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_interface_probe()
652 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CN3005_EVB_HS5) { in __cvmx_helper_board_hardware_enable()
667 } else if (cvmx_sysinfo_get()->board_type == in __cvmx_helper_board_hardware_enable()
Dcvmx-helper-sgmii.c155 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_sgmii_hardware_init_link()
185 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_sgmii_hardware_init_link()
407 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_sgmii_link_get()
/linux-3.4.99/drivers/pcmcia/
Ddb1xxx_ss.c64 int board_type; member
91 switch (sock->board_type) { in db1x_card_inserted()
172 if ((sock->board_type == BOARD_TYPE_DB1200) || in db1x_pcmcia_setup_irqs()
173 (sock->board_type == BOARD_TYPE_DB1300)) { in db1x_pcmcia_setup_irqs()
283 if (sock->board_type != BOARD_TYPE_DB1300) in db1x_pcmcia_configure()
340 if (sock->board_type == BOARD_TYPE_PB1100) in db1x_pcmcia_get_status()
358 if ((sock->board_type == BOARD_TYPE_DB1300) && (status & SS_DETECT)) in db1x_pcmcia_get_status()
429 sock->board_type = BOARD_TYPE_PB1100; in db1x_pcmcia_socket_probe()
432 sock->board_type = BOARD_TYPE_DEFAULT; in db1x_pcmcia_socket_probe()
435 sock->board_type = BOARD_TYPE_DB1200; in db1x_pcmcia_socket_probe()
[all …]
/linux-3.4.99/drivers/net/wireless/
Dat76c50x-usb.h26 enum board_type { enum
339 __le32 board_type; /* firmware compatibility code */ member
367 enum board_type board_type; /* board type */ member
435 enum board_type board_type; member
Dat76c50x-usb.c308 static inline int at76_is_intersil(enum board_type board) in at76_is_intersil()
313 static inline int at76_is_503rfmd(enum board_type board) in at76_is_503rfmd()
318 static inline int at76_is_505a(enum board_type board) in at76_is_505a()
632 if (at76_is_intersil(priv->board_type)) { in at76_get_hw_config()
639 } else if (at76_is_503rfmd(priv->board_type)) { in at76_get_hw_config()
1318 if (at76_is_505a(fwe->board_type)) { in at76_load_external_fw()
1335 int need_remap = !at76_is_505a(fwe->board_type); in at76_load_internal_fw()
1571 enum board_type board_type) in at76_load_firmware() argument
1576 struct fwentry *fwe = &firmwares[board_type]; in at76_load_firmware()
1606 fwe->board_type = le32_to_cpu(fwh->board_type); in at76_load_firmware()
[all …]
/linux-3.4.99/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h80 uint16_t board_type; member
147 uint16_t board_type,
Docteon.h101 uint16_t board_type; member
Dcvmx-bootinfo.h82 uint16_t board_type; member
/linux-3.4.99/arch/mips/cavium-octeon/
Dsetup.c73 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation()
242 switch (octeon_bootinfo->board_type) { in octeon_halt()
277 cvmx_board_type_to_string(octeon_bootinfo->board_type), in octeon_board_type_string()
438 sysinfo->board_type = octeon_bootinfo->board_type; in prom_init()
/linux-3.4.99/drivers/block/
Dcpqarray.h69 struct board_type { struct
/linux-3.4.99/Documentation/networking/
Dcops.txt24 mode if you built a driver with dual support use board_type=1 or
25 board_type=2 for Dayna or Tangent with insmod.
/linux-3.4.99/drivers/net/appletalk/
Dcops.c88 static int board_type = DAYNA; /* Module exported */ variable
90 static int board_type = TANGENT; variable
278 int board = board_type; in cops_probe1()
991 module_param(board_type, int, 0);
/linux-3.4.99/drivers/staging/comedi/drivers/
Dpcl812.c326 int board_type; /* type of this board */ member
1330 switch (this_board->board_type) { in pcl812_reset()
1482 switch (this_board->board_type) { in pcl812_attach()
1512 if (this_board->board_type == boardACL8216) in pcl812_attach()
1526 switch (this_board->board_type) { in pcl812_attach()
1630 switch (this_board->board_type) { in pcl812_attach()
1674 switch (this_board->board_type) { in pcl812_attach()
/linux-3.4.99/drivers/net/wireless/b43/
Dbus.h40 u16 board_type; member
Dwa.c462 dev->dev->board_type == SSB_BOARD_BU4306 && in b43_wa_boards_a()
468 if (dev->dev->board_type == SSB_BOARD_MP4318 && in b43_wa_boards_a()
491 dev->dev->board_type != SSB_BOARD_BU4306 || in b43_wa_boards_g()
Dphy_a.c299 ((dev->dev->board_type == SSB_BOARD_BU4306) || in b43_phy_inita()
300 (dev->dev->board_type == SSB_BOARD_BU4309))) { in b43_phy_inita()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c393 u16 board_type = adapter->ahw.board_type; in netxen_p2_nic_set_promisc() local
402 if ((board_type == NETXEN_BRDTYPE_P2_SB31_10G_IMEZ) || in netxen_p2_nic_set_promisc()
403 (board_type == NETXEN_BRDTYPE_P2_SB31_10G_HMEZ)) in netxen_p2_nic_set_promisc()
1814 int offset, board_type, magic; in netxen_nic_get_board_info() local
1828 if (netxen_rom_fast_read(adapter, offset, &board_type)) in netxen_nic_get_board_info()
1831 if (board_type == NETXEN_BRDTYPE_P3_4_GB_MM) { in netxen_nic_get_board_info()
1834 board_type = NETXEN_BRDTYPE_P3_10G_TP; in netxen_nic_get_board_info()
1837 adapter->ahw.board_type = board_type; in netxen_nic_get_board_info()
1839 switch (board_type) { in netxen_nic_get_board_info()
1873 dev_err(&pdev->dev, "unknown board type %x\n", board_type); in netxen_nic_get_board_info()
Dnetxen_nic_ethtool.c167 switch (adapter->ahw.board_type) { in netxen_nic_get_settings()
183 ecmd->autoneg = (adapter->ahw.board_type == in netxen_nic_get_settings()
229 adapter->ahw.board_type); in netxen_nic_get_settings()
/linux-3.4.99/sound/pci/mixart/
Dmixart_hwdep.c459 …mgr->board_type = (DAUGHTER_TYPE_MASK & readl_be( MIXART_MEM( mgr, MIXART_PSEUDOREG_DBRD_TYPE_OFFS… in mixart_dsp_load()
461 if (mgr->board_type == MIXART_DAUGHTER_TYPE_NONE) in mixart_dsp_load()
465 if (mgr->board_type != MIXART_DAUGHTER_TYPE_AES ) in mixart_dsp_load()
Dmixart.h102 …unsigned int board_type; /* read from embedded once elf file is loaded, 250 = miXart8, 251 = … member
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c1231 int offset, board_type, magic; in qlcnic_get_board_info() local
1245 if (qlcnic_rom_fast_read(adapter, offset, &board_type)) in qlcnic_get_board_info()
1248 adapter->ahw->board_type = board_type; in qlcnic_get_board_info()
1250 if (board_type == QLCNIC_BRDTYPE_P3P_4_GB_MM) { in qlcnic_get_board_info()
1253 board_type = QLCNIC_BRDTYPE_P3P_10G_TP; in qlcnic_get_board_info()
1256 switch (board_type) { in qlcnic_get_board_info()
1279 dev_err(&pdev->dev, "unknown board type %x\n", board_type); in qlcnic_get_board_info()
/linux-3.4.99/drivers/video/
Dffb.c370 int board_type; member
878 if ((par->board_type & 0x7) == 0x3) in ffb_init_fix()
950 par->board_type = of_getintprop_default(dp, "board_type", 0); in ffb_probe()
1004 par->physbase, par->board_type, in ffb_probe()
/linux-3.4.99/arch/mips/bcm47xx/
Dsprom.c219 nvram_read_u16(prefix, NULL, "boardtype", &sprom->board_type, 0); in bcm47xx_fill_sprom_r2()
244 nvram_read_u16(prefix, NULL, "boardtype", &sprom->board_type, 0); in bcm47xx_fill_sprom_r3()
257 nvram_read_u16(prefix, NULL, "boardtype", &sprom->board_type, 0); in bcm47xx_fill_sprom_r4589()

123