Searched refs:speed (Results 76 - 100 of 169) sorted by relevance

1234567

/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/include/
H A Dmsm_nss_gmac.h244 #define PCS_CHn_SPEED(ch, speed) (speed << (ch * 4))
318 int32_t forced_speed; /* Forced speed. Values used from
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/include/
H A Dmsm_nss_gmac.h246 #define PCS_CHn_SPEED(ch, speed) ((speed) << ((ch) * 4))
319 int32_t forced_speed; /* Forced speed. Values used from
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/qca-nss-gmac/ipq806x/include/
H A Dmsm_nss_gmac.h246 #define PCS_CHn_SPEED(ch, speed) ((speed) << ((ch) * 4))
319 int32_t forced_speed; /* Forced speed. Values used from
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/dess/
H A Ddess_psgmii.h300 fal_port_speed_t speed);
304 fal_port_speed_t * speed);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/phy/
H A Df1_phy.h420 fal_port_speed_t speed);
424 fal_port_speed_t * speed);
H A Df2_phy.h370 fal_port_speed_t speed);
374 fal_port_speed_t * speed);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/
H A DmvEth.h161 MV_ETH_PORT_SPEED speed; member in struct:__anon533
223 MV_STATUS mvEthSpeedDuplexSet(void* pPortHandle, MV_ETH_PORT_SPEED speed,
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/net/ethernet/ramips/
H A Dramips_esw.c644 u32 speed, poa; local
654 speed = (poa >> RT305X_ESW_SPD_S) & 1;
658 speed = (poa >> RT305X_ESW_SPD_S) & 3;
660 switch (speed) {
662 link->speed = SWITCH_PORT_SPEED_10;
665 link->speed = SWITCH_PORT_SPEED_100;
668 case 3: /* forced gige speed can be 2 or 3 */
669 link->speed = SWITCH_PORT_SPEED_1000;
672 link->speed = SWITCH_PORT_SPEED_UNKNOWN;
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/athena/
H A Dathena_port_ctrl.c113 fal_port_speed_t speed)
134 if (FAL_SPEED_100 < speed)
139 rv = phy_drv->phy_speed_set(dev_id, phy_id, speed);
529 * @brief Set speed on a particular port.
532 * @param[in] speed port speed
537 fal_port_speed_t speed)
542 rv = _athena_port_speed_set(dev_id, port_id, speed);
548 * @brief Get speed on a particular port.
551 * @param[out] speed por
112 _athena_port_speed_set(a_uint32_t dev_id, fal_port_t port_id, fal_port_speed_t speed) argument
536 athena_port_speed_set(a_uint32_t dev_id, fal_port_t port_id, fal_port_speed_t speed) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEthDebug.c602 int speed, queue, port; local
616 speed = 1000;
618 speed = 100;
620 speed = 10;
627 speed,
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_intr.c338 /* Check if we need to adjust the PHY clock speed for
1190 if (qtd->urb->dev->speed == USB_SPEED_HIGH) {
1331 * No longer in the same full speed frame.
1436 ({char *speed;
1437 switch (urb->dev->speed) {
1438 case USB_SPEED_HIGH: speed = "HIGH"; break;
1439 case USB_SPEED_FULL: speed = "FULL"; break;
1440 case USB_SPEED_LOW: speed = "LOW"; break;
1441 default: speed = "UNKNOWN"; break;
1442 }; speed;}));
[all...]
H A Ddwc_otg_driver.c93 .speed = -1,
226 DWC_OTG_PARAM_ERR(speed,0,1,"speed");
501 retval += DWC_OTG_PARAM_CHECK_VALID(speed, "speed",
502 (dwc_otg_module_params.speed == 0) && (dwc_otg_module_params.phy_type == DWC_PHY_TYPE_PARAM_FS) ? 0 : 1,
942 module_param_named(speed, dwc_otg_module_params.speed, int, 0444);
943 MODULE_PARM_DESC(speed, "Speed 0=High Speed 1=Full Speed");
1071 * Example: <code>modprobe dwc_otg speed
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Drtl8366rb.c690 u32 speed; local
710 speed = (data & RTL8366RB_PORT_STATUS_SPEED_MASK);
711 switch (speed) {
713 link->speed = SWITCH_PORT_SPEED_10;
716 link->speed = SWITCH_PORT_SPEED_100;
719 link->speed = SWITCH_PORT_SPEED_1000;
722 link->speed = SWITCH_PORT_SPEED_UNKNOWN;
H A Drtl8366s.c741 u32 speed; local
761 speed = (data & RTL8366S_PORT_STATUS_SPEED_MASK);
762 switch (speed) {
764 link->speed = SWITCH_PORT_SPEED_10;
767 link->speed = SWITCH_PORT_SPEED_100;
770 link->speed = SWITCH_PORT_SPEED_1000;
773 link->speed = SWITCH_PORT_SPEED_UNKNOWN;
H A Dar8216.c492 u32 speed; local
511 speed = (status & AR8216_PORT_STATUS_SPEED) >>
514 switch (speed) {
516 link->speed = SWITCH_PORT_SPEED_10;
519 link->speed = SWITCH_PORT_SPEED_100;
522 link->speed = SWITCH_PORT_SPEED_1000;
525 link->speed = SWITCH_PORT_SPEED_UNKNOWN;
957 pdata->cpuport_cfg.speed = value[1];
965 pdata->port5_cfg.speed = value[1];
973 pdata->port6_cfg.speed
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.c98 .speed = -1,
193 DWC_OTG_PARAM_ERR(speed,0,1,"speed");
463 retval += DWC_OTG_PARAM_CHECK_VALID(speed,"speed",
464 (dwc_otg_module_params.speed == 0) && (dwc_otg_module_params.phy_type == DWC_PHY_TYPE_PARAM_FS) ? 0 : 1,
940 module_param_named(speed, dwc_otg_module_params.speed, int, 0444);
941 MODULE_PARM_DESC(speed, "Speed 0=High Speed 1=Full Speed");
1083 * Example: <code>modprobe dwc_otg speed
[all...]
H A Ddwc_otg_hcd_intr.c334 /* Check if we need to adjust the PHY clock speed for
1181 if (_qtd->urb->dev->speed == USB_SPEED_HIGH) {
1321 * No longer in the same full speed frame.
1425 ({char *speed;
1426 switch (urb->dev->speed) {
1427 case USB_SPEED_HIGH: speed = "HIGH"; break;
1428 case USB_SPEED_FULL: speed = "FULL"; break;
1429 case USB_SPEED_LOW: speed = "LOW"; break;
1430 default: speed = "UNKNOWN"; break;
1431 }; speed;}));
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dswitch-bcm539x.c806 u32_t speed; local
831 ret = bcm539x_read_32(bd, PAGE_STATUS, 4, &speed);
835 speed |= (2 << 16);
836 speed = (speed >> (2 * inst)) & 3;
846 (speed == 0) ? 10 : ((speed == 1) ? 100 : 1000),
883 /* Configure to the requested speed */
885 /* speed */
891 /* speed */
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd.c1330 if (urb->dev->speed == USB_SPEED_LOW) ifxhc->speed = IFXUSB_EP_SPEED_LOW;
1331 else if (urb->dev->speed == USB_SPEED_FULL) ifxhc->speed = IFXUSB_EP_SPEED_FULL;
1332 else ifxhc->speed = IFXUSB_EP_SPEED_HIGH;
1384 if (_ifxhcd->core_if.snpsid < 0x4f54271a && ifxhc->speed == IFXUSB_EP_SPEED_HIGH)
1439 hcchar.b.lspddev = (ifxhc->speed == IFXUSB_EP_SPEED_LOW);
1985 (_ifxhc->speed == IFXUSB_EP_SPEED_HIGH) &&
2065 if (_ifxhc->speed == IFXUSB_EP_SPEED_HIGH)
2357 ({ char *speed;
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-ap83.c207 ath79_eth1_data.speed = SPEED_1000;
H A Dmach-cus227.c207 ath79_eth1_data.speed = SPEED_1000;
H A Dmach-dir-825-b1.c176 ath79_eth0_data.speed = SPEED_1000;
H A Dmach-nbg460n.c188 ath79_eth0_data.speed = SPEED_1000;
H A Dmach-tew-673gru.c179 ath79_eth0_data.speed = SPEED_1000;
H A Dmach-wzr-hp-ag300h.c178 ath79_eth0_data.speed = SPEED_1000;

Completed in 158 milliseconds

1234567