Searched refs:_pdata (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-common.h | 1419 ioread32((_pdata)->xgmac_regs + _reg) 1443 ioread32((_pdata)->xgmac_regs + \ 1505 ioread32((_pdata)->xpcs_regs + (_off)) 1511 ioread16((_pdata)->xpcs_regs + (_off)) 1527 ioread16((_pdata)->sir0_regs + _reg) 1547 ioread16((_pdata)->sir1_regs + _reg) 1570 ioread16((_pdata)->rxtx_regs + _reg) 1602 #define XP_IOREAD(_pdata, _reg) \ argument 1635 #define XI2C_IOREAD(_pdata, _reg) \ argument 1662 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \ [all …]
|
| /drivers/leds/ |
| A D | leds-gpio-register.c | 27 struct gpio_led_platform_data _pdata = *pdata; in gpio_led_register_device() local 32 _pdata.leds = kmemdup(pdata->leds, in gpio_led_register_device() 34 if (!_pdata.leds) in gpio_led_register_device() 38 NULL, 0, &_pdata, sizeof(_pdata)); in gpio_led_register_device() 40 kfree(_pdata.leds); in gpio_led_register_device()
|
| /drivers/clk/x86/ |
| A D | clk-cgu.h | 117 #define LGM_PLL(_id, _name, _pdata, _flags, \ argument 122 .parent_data = _pdata, \ 123 .num_parents = ARRAY_SIZE(_pdata), \ 203 #define LGM_MUX(_id, _name, _pdata, _f, _reg, \ argument 209 .parent_data = _pdata, \ 210 .num_parents = ARRAY_SIZE(_pdata), \
|
| /drivers/clk/meson/ |
| A D | axg-audio.c | 94 #define AUD_MUX(_name, _reg, _mask, _shift, _dflags, _pdata, _iflags) { \ argument 104 .parent_data = _pdata, \ 105 .num_parents = ARRAY_SIZE(_pdata), \
|
Completed in 18 milliseconds