/drivers/clk/berlin/ |
D | berlin2-div.h | 16 #define BERLIN2_PLL_SELECT(_off, _sh) \ argument 20 #define BERLIN2_PLL_SWITCH(_off, _sh) \ argument 24 #define BERLIN2_DIV_SELECT(_off, _sh) \ argument 28 #define BERLIN2_DIV_SWITCH(_off, _sh) \ argument 32 #define BERLIN2_DIV_D3SWITCH(_off, _sh) \ argument 36 #define BERLIN2_DIV_GATE(_off, _sh) \ argument 40 #define BERLIN2_SINGLE_DIV(_off) \ argument
|
/drivers/clk/renesas/ |
D | rzg2l-cpg.h | 90 #define DEF_MOD(_name, _id, _parent, _off, _bit) \ argument 110 #define DEF_RST(_id, _off, _bit) \ argument
|
/drivers/media/platform/s3c-camif/ |
D | camif-regs.c | 13 #define camif_write(_camif, _off, _val) writel(_val, (_camif)->io_base + (_off)) argument 14 #define camif_read(_camif, _off) readl((_camif)->io_base + (_off)) argument
|
/drivers/mfd/ |
D | wcd934x.c | 20 #define WCD934X_REGMAP_IRQ_REG(_irq, _off, _mask) \ argument
|
D | axp20x.c | 284 #define INIT_REGMAP_IRQ(_variant, _irq, _off, _mask) \ argument
|
/drivers/soc/sunxi/ |
D | sunxi_sram.c | 51 #define SUNXI_SRAM_DATA(_name, _reg, _off, _width, ...) \ argument
|
/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
|
/drivers/spi/ |
D | spi-dw-core.c | 34 #define DW_SPI_DBGFS_REG(_name, _off) \ argument
|
D | spi-hisi-kunpeng.c | 142 #define HISI_SPI_DBGFS_REG(_name, _off) \ argument
|
/drivers/watchdog/ |
D | dw_wdt.c | 499 #define DW_WDT_DBGFS_REG(_name, _off) \ argument
|
/drivers/pinctrl/spear/ |
D | pinctrl-plgpio.c | 637 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | dm.c | 133 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-common.h | 1545 #define XPCS32_IOWRITE(_pdata, _off, _val) \ argument 1548 #define XPCS32_IOREAD(_pdata, _off) \ argument 1551 #define XPCS16_IOWRITE(_pdata, _off, _val) \ argument 1554 #define XPCS16_IOREAD(_pdata, _off) \ argument
|
/drivers/clk/tegra/ |
D | clk-tegra210.c | 3440 #define car_readl(_base, _off) readl_relaxed(clk_base + (_base) + ((_off) * 4)) argument 3441 #define car_writel(_val, _base, _off) \ argument
|
/drivers/scsi/bfa/ |
D | bfa_ioc.h | 222 #define bfa_mem_read(_raddr, _off) swab32(readl(((_raddr) + (_off)))) argument 223 #define bfa_mem_write(_raddr, _off, _val) \ argument
|