/Linux-v4.19/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-board.c | 64 switch (cvmx_sysinfo_get()->board_type) { in cvmx_helper_board_get_mii_address() 187 cvmx_sysinfo_get()->board_type); in cvmx_helper_board_get_mii_address() 220 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_link_get() 337 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_interface_probe() 372 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CN3005_EVB_HS5) { in __cvmx_helper_board_hardware_enable() 387 } else if (cvmx_sysinfo_get()->board_type == in __cvmx_helper_board_hardware_enable() 407 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_usb_get_clock_type()
|
D | cvmx-helper-spi.c | 54 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_enumerate() 75 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_probe() 121 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_enable() 150 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_link_get()
|
D | cvmx-helper-sgmii.c | 151 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_sgmii_hardware_init_link() 181 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_sgmii_hardware_init_link() 321 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) in __cvmx_helper_sgmii_hardware_init() 407 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_sgmii_link_get()
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/ |
D | halhwimg8822b_mac.c | 24 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 25 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 26 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 27 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 28 ((dm->board_type & BIT(2)) >> 2) << 4; /* _BT*/ in check_positive() 66 dm->board_type, dm->package_type); in check_positive()
|
D | halhwimg8822b_bb.c | 24 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 25 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 26 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 27 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 28 ((dm->board_type & BIT(2)) >> 2) << 4; /* _BT*/ in check_positive() 66 dm->board_type, dm->package_type); in check_positive()
|
D | halhwimg8822b_rf.c | 24 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 25 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 26 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 27 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 28 ((dm->board_type & BIT(2)) >> 2) << 4; /* _BT*/ in check_positive() 66 dm->board_type, dm->package_type); in check_positive()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | pcl812.c | 335 enum pcl812_boardtype board_type; member 350 .board_type = BOARD_PCL812, 360 .board_type = BOARD_PCL812PG, 370 .board_type = BOARD_PCL812PG, 380 .board_type = BOARD_ACL8112, 391 .board_type = BOARD_ACL8112, 402 .board_type = BOARD_A821, 411 .board_type = BOARD_A821, 418 .board_type = BOARD_A821, 427 .board_type = BOARD_ACL8112, [all …]
|
/Linux-v4.19/drivers/pcmcia/ |
D | db1xxx_ss.c | 65 int board_type; member 92 switch (sock->board_type) { in db1x_card_inserted() 178 if ((sock->board_type == BOARD_TYPE_DB1200) || in db1x_pcmcia_setup_irqs() 179 (sock->board_type == BOARD_TYPE_DB1300)) { in db1x_pcmcia_setup_irqs() 289 if (sock->board_type != BOARD_TYPE_DB1300) in db1x_pcmcia_configure() 346 if (sock->board_type == BOARD_TYPE_PB1100) in db1x_pcmcia_get_status() 364 if ((sock->board_type == BOARD_TYPE_DB1300) && (status & SS_DETECT)) in db1x_pcmcia_get_status() 435 sock->board_type = BOARD_TYPE_PB1100; in db1x_pcmcia_socket_probe() 438 sock->board_type = BOARD_TYPE_DEFAULT; in db1x_pcmcia_socket_probe() 441 sock->board_type = BOARD_TYPE_DB1200; in db1x_pcmcia_socket_probe() [all …]
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
D | at76c50x-usb.h | 26 enum board_type { enum 340 __le32 board_type; /* firmware compatibility code */ member 368 enum board_type board_type; /* board type */ member 437 enum board_type board_type; member
|
D | at76c50x-usb.c | 308 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() 620 if (at76_is_intersil(priv->board_type)) { in at76_get_hw_config() 627 } else if (at76_is_503rfmd(priv->board_type)) { in at76_get_hw_config() 1306 if (at76_is_505a(fwe->board_type)) { in at76_load_external_fw() 1323 int need_remap = !at76_is_505a(fwe->board_type); in at76_load_internal_fw() 1609 enum board_type board_type) in at76_load_firmware() argument 1614 struct fwentry *fwe = &firmwares[board_type]; in at76_load_firmware() 1643 fwe->board_type = le32_to_cpu(fwh->board_type); in at76_load_firmware() [all …]
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | setup.c | 306 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation() 475 switch (octeon_bootinfo->board_type) { in octeon_halt() 493 char const *board_type; in init_octeon_system_type() local 495 board_type = cvmx_board_type_to_string(octeon_bootinfo->board_type); in init_octeon_system_type() 496 if (board_type == NULL) { in init_octeon_system_type() 501 ret = of_property_read_string(root, "model", &board_type); in init_octeon_system_type() 504 board_type = "Unsupported Board"; in init_octeon_system_type() 508 board_type, octeon_model_get_string(read_c0_prid())); in init_octeon_system_type() 699 sysinfo->board_type = octeon_bootinfo->board_type; in prom_init()
|
D | octeon-platform.c | 710 WARN(octeon_bootinfo->board_type == CVMX_BOARD_TYPE_CUST_DSR1000N, in octeon_prune_device_tree() 712 cvmx_board_type_to_string(octeon_bootinfo->board_type)); in octeon_prune_device_tree() 727 if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E) in octeon_prune_device_tree() 1023 octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC2E)) { in octeon_prune_device_tree() 1027 } else if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E || in octeon_prune_device_tree() 1028 octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC4E) { in octeon_prune_device_tree()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-sysinfo.h | 81 uint16_t board_type; member
|
D | octeon.h | 99 uint16_t board_type; member 158 uint16_t board_type;
|
D | cvmx-bootinfo.h | 85 uint16_t board_type; member 170 uint16_t board_type;
|
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 531 .board_type = BOARD_TYPE_HDK_18XX, 1957 priv->conf.phy.board_type = BOARD_TYPE_FPGA_18XX; in wl18xx_setup() 1959 priv->conf.phy.board_type = BOARD_TYPE_HDK_18XX; in wl18xx_setup() 1961 priv->conf.phy.board_type = BOARD_TYPE_DVP_18XX; in wl18xx_setup() 1963 priv->conf.phy.board_type = BOARD_TYPE_EVB_18XX; in wl18xx_setup() 1965 priv->conf.phy.board_type = BOARD_TYPE_COM8_18XX; in wl18xx_setup() 1973 if (priv->conf.phy.board_type >= NUM_BOARD_TYPES) { in wl18xx_setup() 1975 priv->conf.phy.board_type); in wl18xx_setup() 2099 module_param_named(board_type, board_type_param, charp, 0400); 2100 MODULE_PARM_DESC(board_type, "Board type: fpga, hdk (default), evb, com8 or "
|
D | conf.h | 79 u8 board_type; member
|
/Linux-v4.19/Documentation/networking/ |
D | cops.txt | 24 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-v4.19/drivers/net/appletalk/ |
D | cops.c | 88 static int board_type = DAYNA; /* Module exported */ variable 90 static int board_type = TANGENT; variable 279 int board = board_type; in cops_probe1() 990 module_param_hw(board_type, int, other, 0);
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 1466 int offset, board_type, magic, err = 0; in qlcnic_82xx_get_board_info() local 1480 if (qlcnic_rom_fast_read(adapter, offset, &board_type)) in qlcnic_82xx_get_board_info() 1483 adapter->ahw->board_type = board_type; in qlcnic_82xx_get_board_info() 1485 if (board_type == QLCNIC_BRDTYPE_P3P_4_GB_MM) { in qlcnic_82xx_get_board_info() 1490 board_type = QLCNIC_BRDTYPE_P3P_10G_TP; in qlcnic_82xx_get_board_info() 1493 switch (board_type) { in qlcnic_82xx_get_board_info() 1516 dev_err(&pdev->dev, "unknown board type %x\n", board_type); in qlcnic_82xx_get_board_info()
|
/Linux-v4.19/sound/pci/mixart/ |
D | mixart_hwdep.c | 470 …mgr->board_type = (DAUGHTER_TYPE_MASK & readl_be( MIXART_MEM( mgr, MIXART_PSEUDOREG_DBRD_TYPE_OFFS… in mixart_dsp_load() 472 if (mgr->board_type == MIXART_DAUGHTER_TYPE_NONE) in mixart_dsp_load() 476 if (mgr->board_type != MIXART_DAUGHTER_TYPE_AES ) in mixart_dsp_load()
|
D | mixart.h | 94 …unsigned int board_type; /* read from embedded once elf file is loaded, 250 = miXart8, 251 = … member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 378 u16 board_type = adapter->ahw.board_type; in netxen_p2_nic_set_promisc() local 387 if ((board_type == NETXEN_BRDTYPE_P2_SB31_10G_IMEZ) || in netxen_p2_nic_set_promisc() 388 (board_type == NETXEN_BRDTYPE_P2_SB31_10G_HMEZ)) in netxen_p2_nic_set_promisc() 1785 int offset, board_type, magic; in netxen_nic_get_board_info() local 1799 if (netxen_rom_fast_read(adapter, offset, &board_type)) in netxen_nic_get_board_info() 1802 if (board_type == NETXEN_BRDTYPE_P3_4_GB_MM) { in netxen_nic_get_board_info() 1805 board_type = NETXEN_BRDTYPE_P3_10G_TP; in netxen_nic_get_board_info() 1808 adapter->ahw.board_type = board_type; in netxen_nic_get_board_info() 1810 switch (board_type) { in netxen_nic_get_board_info() 1844 dev_err(&pdev->dev, "unknown board type %x\n", board_type); in netxen_nic_get_board_info()
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | bus.c | 121 dev->board_type = core->bus->boardinfo.type; in b43_bus_dev_bcma_init() 220 dev->board_type = sdev->bus->boardinfo.type; in b43_bus_dev_ssb_init()
|
D | bus.h | 44 u16 board_type; member
|