Searched defs:_speed (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | speedstep-ich.c | 234 static void get_freq_data(void *_speed) in get_freq_data()
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 618 _set_speed, _speed, _slaveaddr, _hwadapnr, _name) \ argument 633 _set_speed, _speed, _slaveaddr, _hwadapnr) \ argument
|
/openbmc/linux/net/ethtool/ |
H A D | common.c | 255 #define __DEFINE_LINK_MODE_PARAMS(_speed, _type, _duplex) \ argument
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_port.c | 140 #define BMI_DEQUEUE_PIPELINE_DEPTH(_type, _speed) \ argument
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 744 #define is_speed_2500(_speed) (((_speed) & (_2500bps | LINK_STATUS)) == (_2500bps | LINK_STATUS)) argument 745 #define is_flow_control(_speed) (((_speed) & (_tx_flow | _rx_flow)) == (_tx_flow | _rx_flow)) argument
|