Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 3526) sorted by relevance

12345678910>>...142

/drivers/media/pci/cx18/
Dcx18-io.h24 static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) in cx18_raw_readl()
30 void cx18_raw_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel_noretry()
35 static inline void cx18_raw_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel()
46 static inline u32 cx18_readl(struct cx18 *cx, const void __iomem *addr) in cx18_readl()
52 void cx18_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel_noretry()
57 static inline void cx18_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel()
68 void cx18_writel_expect(struct cx18 *cx, u32 val, void __iomem *addr, in cx18_writel_expect()
84 static inline u16 cx18_readw(struct cx18 *cx, const void __iomem *addr) in cx18_readw()
90 void cx18_writew_noretry(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew_noretry()
95 static inline void cx18_writew(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew()
[all …]
/drivers/staging/media/atomisp/pci/
Dia_css_device_access.c33 ia_css_device_load_uint8(const hrt_address addr) in ia_css_device_load_uint8()
39 ia_css_device_load_uint16(const hrt_address addr) in ia_css_device_load_uint16()
45 ia_css_device_load_uint32(const hrt_address addr) in ia_css_device_load_uint32()
51 ia_css_device_load_uint64(const hrt_address addr) in ia_css_device_load_uint64()
60 ia_css_device_store_uint8(const hrt_address addr, const uint8_t data) in ia_css_device_store_uint8()
66 ia_css_device_store_uint16(const hrt_address addr, const uint16_t data) in ia_css_device_store_uint16()
72 ia_css_device_store_uint32(const hrt_address addr, const uint32_t data) in ia_css_device_store_uint32()
78 ia_css_device_store_uint64(const hrt_address addr, const uint64_t data) in ia_css_device_store_uint64()
87 ia_css_device_load(const hrt_address addr, void *data, const size_t size) in ia_css_device_load()
93 ia_css_device_store(const hrt_address addr, const void *data, const size_t size) in ia_css_device_store()
/drivers/net/ethernet/wiznet/
Dw5100-spi.c26 static int w5100_spi_read(struct net_device *ndev, u32 addr) in w5100_spi_read()
38 static int w5100_spi_write(struct net_device *ndev, u32 addr, u8 data) in w5100_spi_write()
46 static int w5100_spi_read16(struct net_device *ndev, u32 addr) in w5100_spi_read16()
60 static int w5100_spi_write16(struct net_device *ndev, u32 addr, u16 data) in w5100_spi_write16()
71 static int w5100_spi_readbulk(struct net_device *ndev, u32 addr, u8 *buf, in w5100_spi_readbulk()
87 static int w5100_spi_writebulk(struct net_device *ndev, u32 addr, const u8 *buf, in w5100_spi_writebulk()
139 static int w5200_spi_read(struct net_device *ndev, u32 addr) in w5200_spi_read()
151 static int w5200_spi_write(struct net_device *ndev, u32 addr, u8 data) in w5200_spi_write()
159 static int w5200_spi_read16(struct net_device *ndev, u32 addr) in w5200_spi_read16()
171 static int w5200_spi_write16(struct net_device *ndev, u32 addr, u16 data) in w5200_spi_write16()
[all …]
Dw5100.c205 static inline int w5100_read_direct(struct net_device *ndev, u32 addr) in w5100_read_direct()
210 static inline int __w5100_write_direct(struct net_device *ndev, u32 addr, in __w5100_write_direct()
218 static inline int w5100_write_direct(struct net_device *ndev, u32 addr, u8 data) in w5100_write_direct()
225 static int w5100_read16_direct(struct net_device *ndev, u32 addr) in w5100_read16_direct()
233 static int w5100_write16_direct(struct net_device *ndev, u32 addr, u16 data) in w5100_write16_direct()
241 static int w5100_readbulk_direct(struct net_device *ndev, u32 addr, u8 *buf, in w5100_readbulk_direct()
252 static int w5100_writebulk_direct(struct net_device *ndev, u32 addr, in w5100_writebulk_direct()
299 static int w5100_read_indirect(struct net_device *ndev, u32 addr) in w5100_read_indirect()
313 static int w5100_write_indirect(struct net_device *ndev, u32 addr, u8 data) in w5100_write_indirect()
326 static int w5100_read16_indirect(struct net_device *ndev, u32 addr) in w5100_read16_indirect()
[all …]
/drivers/net/dsa/mv88e6xxx/
Dglobal2_avb.c93 int port, int addr, u16 *data, in mv88e6352_g2_avb_port_ptp_read()
105 int port, int addr, u16 data) in mv88e6352_g2_avb_port_ptp_write()
113 static int mv88e6352_g2_avb_ptp_read(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_ptp_read()
121 static int mv88e6352_g2_avb_ptp_write(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_ptp_write()
129 static int mv88e6352_g2_avb_tai_read(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_tai_read()
137 static int mv88e6352_g2_avb_tai_write(struct mv88e6xxx_chip *chip, int addr, in mv88e6352_g2_avb_tai_write()
154 static int mv88e6165_g2_avb_tai_read(struct mv88e6xxx_chip *chip, int addr, in mv88e6165_g2_avb_tai_read()
162 static int mv88e6165_g2_avb_tai_write(struct mv88e6xxx_chip *chip, int addr, in mv88e6165_g2_avb_tai_write()
180 int port, int addr, u16 *data, in mv88e6390_g2_avb_port_ptp_read()
192 int port, int addr, u16 data) in mv88e6390_g2_avb_port_ptp_write()
[all …]
/drivers/staging/rtl8723bs/hal/
Dsdio_ops.c20 u32 addr, in hal_sdio_get_cmd_addr_8723b()
54 static u8 get_deviceid(u32 addr) in get_deviceid()
93 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdevice_id, u16 *poffset) in _cvrt2ftaddr()
133 static u8 sdio_read8(struct intf_hdl *intfhdl, u32 addr) in sdio_read8()
141 static u16 sdio_read16(struct intf_hdl *intfhdl, u32 addr) in sdio_read16()
152 static u32 sdio_read32(struct intf_hdl *intfhdl, u32 addr) in sdio_read32()
198 static s32 sdio_readN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_readN()
243 static s32 sdio_write8(struct intf_hdl *intfhdl, u32 addr, u8 val) in sdio_write8()
254 static s32 sdio_write16(struct intf_hdl *intfhdl, u32 addr, u16 val) in sdio_write16()
264 static s32 sdio_write32(struct intf_hdl *intfhdl, u32 addr, u32 val) in sdio_write32()
[all …]
/drivers/net/wireless/realtek/rtw88/
Dhci.h87 static inline u8 rtw_read8(struct rtw_dev *rtwdev, u32 addr) in rtw_read8()
92 static inline u16 rtw_read16(struct rtw_dev *rtwdev, u32 addr) in rtw_read16()
97 static inline u32 rtw_read32(struct rtw_dev *rtwdev, u32 addr) in rtw_read32()
102 static inline void rtw_write8(struct rtw_dev *rtwdev, u32 addr, u8 val) in rtw_write8()
107 static inline void rtw_write16(struct rtw_dev *rtwdev, u32 addr, u16 val) in rtw_write16()
112 static inline void rtw_write32(struct rtw_dev *rtwdev, u32 addr, u32 val) in rtw_write32()
117 static inline void rtw_write8_set(struct rtw_dev *rtwdev, u32 addr, u8 bit) in rtw_write8_set()
125 static inline void rtw_write16_set(struct rtw_dev *rtwdev, u32 addr, u16 bit) in rtw_write16_set()
133 static inline void rtw_write32_set(struct rtw_dev *rtwdev, u32 addr, u32 bit) in rtw_write32_set()
141 static inline void rtw_write8_clr(struct rtw_dev *rtwdev, u32 addr, u8 bit) in rtw_write8_clr()
[all …]
/drivers/staging/rtl8712/
Drtl8712_io.c25 u8 r8712_read8(struct _adapter *adapter, u32 addr) in r8712_read8()
32 u16 r8712_read16(struct _adapter *adapter, u32 addr) in r8712_read16()
39 u32 r8712_read32(struct _adapter *adapter, u32 addr) in r8712_read32()
46 void r8712_write8(struct _adapter *adapter, u32 addr, u8 val) in r8712_write8()
53 void r8712_write16(struct _adapter *adapter, u32 addr, u16 val) in r8712_write16()
60 void r8712_write32(struct _adapter *adapter, u32 addr, u32 val) in r8712_write32()
67 void r8712_read_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_read_mem()
77 void r8712_write_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_write_mem()
84 void r8712_read_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_read_port()
94 void r8712_write_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_write_port()
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_csc_v.c128 uint32_t addr = mmOUTPUT_CSC_C11_C12_A; in program_color_matrix_v() local
146 uint32_t addr = mmOUTPUT_CSC_C13_C14_A; in program_color_matrix_v() local
164 uint32_t addr = mmOUTPUT_CSC_C21_C22_A; in program_color_matrix_v() local
182 uint32_t addr = mmOUTPUT_CSC_C23_C24_A; in program_color_matrix_v() local
200 uint32_t addr = mmOUTPUT_CSC_C31_C32_A; in program_color_matrix_v() local
218 uint32_t addr = mmOUTPUT_CSC_C33_C34_A; in program_color_matrix_v() local
242 uint32_t addr = mmOUTPUT_CSC_C11_C12_B; in program_color_matrix_v() local
260 uint32_t addr = mmOUTPUT_CSC_C13_C14_B; in program_color_matrix_v() local
278 uint32_t addr = mmOUTPUT_CSC_C21_C22_B; in program_color_matrix_v() local
296 uint32_t addr = mmOUTPUT_CSC_C23_C24_B; in program_color_matrix_v() local
[all …]
/drivers/net/phy/
Dmdio_bus.c109 struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr) in mdiobus_get_phy()
128 bool mdiobus_is_registered_device(struct mii_bus *bus, int addr) in mdiobus_is_registered_device()
193 int addr; member
251 int addr = mdiodev->addr; in mdio_bus_device_stat_field_show() local
288 #define MDIO_BUS_STATS_ADDR_ATTR_DECL(field, addr, file) \ argument
298 #define MDIO_BUS_STATS_ADDR_ATTR(field, addr) \ argument
302 #define MDIO_BUS_STATS_ADDR_ATTR_GROUP_DECL(addr) \ argument
341 #define MDIO_BUS_STATS_ADDR_ATTR_GROUP(addr) \ argument
462 int addr; in of_mdiobus_link_mdiodev() local
692 struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr) in mdiobus_scan()
[all …]
/drivers/char/ipmi/
Dipmi_si_port_io.c8 unsigned int addr = io->addr_data; in port_inb() local
16 unsigned int addr = io->addr_data; in port_outb() local
23 unsigned int addr = io->addr_data; in port_inw() local
31 unsigned int addr = io->addr_data; in port_outw() local
38 unsigned int addr = io->addr_data; in port_inl() local
46 unsigned int addr = io->addr_data; in port_outl() local
53 unsigned int addr = io->addr_data; in port_cleanup() local
65 unsigned int addr = io->addr_data; in ipmi_si_port_setup() local
/drivers/mmc/core/
Dsdio_io.c316 unsigned addr, int incr_addr, u8 *buf, unsigned size) in sdio_io_rw_ext_helper()
380 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb()
412 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb()
442 unsigned int addr, int *err_ret) in sdio_writeb_readb()
469 unsigned int addr, int count) in sdio_memcpy_fromio()
485 int sdio_memcpy_toio(struct sdio_func *func, unsigned int addr, in sdio_memcpy_toio()
502 int sdio_readsb(struct sdio_func *func, void *dst, unsigned int addr, in sdio_readsb()
519 int sdio_writesb(struct sdio_func *func, unsigned int addr, void *src, in sdio_writesb()
536 u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readw()
561 void sdio_writew(struct sdio_func *func, u16 b, unsigned int addr, int *err_ret) in sdio_writew()
[all …]
/drivers/sh/intc/
Daccess.c75 static unsigned long test_8(unsigned long addr, unsigned long h, in test_8()
82 static unsigned long test_16(unsigned long addr, unsigned long h, in test_16()
89 static unsigned long test_32(unsigned long addr, unsigned long h, in test_32()
96 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8()
105 static unsigned long write_16(unsigned long addr, unsigned long h, in write_16()
114 static unsigned long write_32(unsigned long addr, unsigned long h, in write_32()
123 static unsigned long modify_8(unsigned long addr, unsigned long h, in modify_8()
137 static unsigned long modify_16(unsigned long addr, unsigned long h, in modify_16()
151 static unsigned long modify_32(unsigned long addr, unsigned long h, in modify_32()
165 static unsigned long intc_mode_field(unsigned long addr, in intc_mode_field()
[all …]
/drivers/net/wireless/ti/wl1251/
Dio.c27 static int wl1251_translate_reg_addr(struct wl1251 *wl, int addr) in wl1251_translate_reg_addr()
44 static int wl1251_translate_mem_addr(struct wl1251 *wl, int addr) in wl1251_translate_mem_addr()
49 void wl1251_mem_read(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_read()
58 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_write()
67 u32 wl1251_mem_read32(struct wl1251 *wl, int addr) in wl1251_mem_read32()
72 void wl1251_mem_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_mem_write32()
77 u32 wl1251_reg_read32(struct wl1251 *wl, int addr) in wl1251_reg_read32()
82 void wl1251_reg_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_reg_write32()
/drivers/net/ethernet/8390/
Dmcf8390.c49 static inline u32 NE_PTR(u32 addr) in NE_PTR()
56 static inline u32 NE_DATA_PTR(u32 addr) in NE_DATA_PTR()
61 void ei_outb(u32 val, u32 addr) in ei_outb()
70 u8 ei_inb(u32 addr) in ei_inb()
79 void ei_insb(u32 addr, void *vbuf, int len) in ei_insb()
92 void ei_insw(u32 addr, void *vbuf, int len) in ei_insw()
105 void ei_outsb(u32 addr, const void *vbuf, int len) in ei_outsb()
118 void ei_outsw(u32 addr, const void *vbuf, int len) in ei_outsw()
154 u32 addr = dev->base_addr; in mcf8390_reset_8390() local
195 u32 addr = dev->base_addr; in mcf8390_get_8390_hdr() local
[all …]
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c16 #define MN_WIN(addr) (((addr & 0x1fc0000) >> 1) | ((addr >> 25) & 0x3ff)) argument
17 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff)) argument
18 #define MS_WIN(addr) (addr & 0x0ffc0000) argument
20 #define GET_MEM_OFFS_2M(addr) (addr & MASK(18)) argument
351 #define MAC_HI(addr) \ argument
353 #define MAC_LO(addr) \ argument
407 static int netxen_p2_nic_set_mac_addr(struct netxen_adapter *adapter, u8 *addr) in netxen_p2_nic_set_mac_addr()
438 u8 *addr = adapter->mac_addr; in netxen_nic_enable_mcast_filter() local
467 u8 *addr = adapter->mac_addr; in netxen_nic_disable_mcast_filter() local
490 int index, u8 *addr) in netxen_nic_set_mcast_addr()
[all …]
/drivers/net/wireless/silabs/wfx/
Dhwio.c96 static int wfx_indirect_read(struct wfx_dev *wdev, int reg, u32 addr, void *buf, size_t len) in wfx_indirect_read()
146 static int wfx_indirect_write(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_write()
160 static int wfx_indirect_read_locked(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_read_locked()
172 static int wfx_indirect_write_locked(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_write_locked()
184 static int wfx_indirect_read32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 *val) in wfx_indirect_read32_locked()
200 static int wfx_indirect_write32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 val) in wfx_indirect_write32_locked()
244 int wfx_sram_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) in wfx_sram_buf_read()
249 int wfx_ahb_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) in wfx_ahb_buf_read()
254 int wfx_sram_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) in wfx_sram_buf_write()
259 int wfx_ahb_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) in wfx_ahb_buf_write()
[all …]
/drivers/media/usb/em28xx/
Dem28xx-i2c.c73 static int em2800_i2c_send_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_send_bytes()
125 static int em2800_i2c_recv_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_recv_bytes()
185 static int em2800_i2c_check_for_device(struct em28xx *dev, u8 addr) in em2800_i2c_check_for_device()
199 static int em28xx_i2c_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em28xx_i2c_send_bytes()
269 static int em28xx_i2c_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, u16 len) in em28xx_i2c_recv_bytes()
335 static int em28xx_i2c_check_for_device(struct em28xx *dev, u16 addr) in em28xx_i2c_check_for_device()
350 static int em25xx_bus_B_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_send_bytes()
403 static int em25xx_bus_B_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_recv_bytes()
458 static int em25xx_bus_B_check_for_device(struct em28xx *dev, u16 addr) in em25xx_bus_B_check_for_device()
474 static inline int i2c_check_for_device(struct em28xx_i2c_bus *i2c_bus, u16 addr) in i2c_check_for_device()
[all …]
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dsp_private.h79 hrt_address addr, in sp_dmem_store()
91 const hrt_address addr, in sp_dmem_load()
103 hrt_address addr, in sp_dmem_store_uint8()
115 hrt_address addr, in sp_dmem_store_uint16()
127 hrt_address addr, in sp_dmem_store_uint32()
139 const hrt_address addr) in sp_dmem_load_uint8()
149 const hrt_address addr) in sp_dmem_load_uint16()
159 const hrt_address addr) in sp_dmem_load_uint32()
/drivers/net/wireless/st/cw1200/
Dhwio.c30 static int __cw1200_reg_read(struct cw1200_common *priv, u16 addr, in __cw1200_reg_read()
51 static int __cw1200_reg_write(struct cw1200_common *priv, u16 addr, in __cw1200_reg_write()
67 u16 addr, u32 *val) in __cw1200_reg_read_32()
76 u16 addr, u32 val) in __cw1200_reg_write_32()
83 u16 addr, u16 *val) in __cw1200_reg_read_16()
92 u16 addr, u16 val) in __cw1200_reg_write_16()
98 int cw1200_reg_read(struct cw1200_common *priv, u16 addr, void *buf, in cw1200_reg_read()
108 int cw1200_reg_write(struct cw1200_common *priv, u16 addr, const void *buf, in cw1200_reg_write()
171 int cw1200_indirect_read(struct cw1200_common *priv, u32 addr, void *buf, in cw1200_indirect_read()
235 int cw1200_apb_write(struct cw1200_common *priv, u32 addr, const void *buf, in cw1200_apb_write()
/drivers/s390/cio/
Dioasm.c18 static inline int __stsch(struct subchannel_id schid, struct schib *addr) in __stsch()
36 int stsch(struct subchannel_id schid, struct schib *addr) in stsch()
47 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch()
65 int msch(struct subchannel_id schid, struct schib *addr) in msch()
75 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch()
91 int tsch(struct subchannel_id schid, struct irb *addr) in tsch()
101 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch()
119 int ssch(struct subchannel_id schid, union orb *addr) in ssch()
157 int tpi(struct tpi_info *addr) in tpi()
/drivers/staging/rtl8723bs/os_dep/
Dsdio_ops_linux.c33 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
64 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
97 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
128 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
156 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
184 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read32()
237 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_write8()
262 void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err) in sd_write32()
328 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_read()
377 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in sd_read()
[all …]
/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h248 #define DRXDAP_FASI_ADDR2BLOCK(addr) (((addr)>>22)&0x3F) argument
249 #define DRXDAP_FASI_ADDR2BANK(addr) (((addr)>>16)&0x3F) argument
250 #define DRXDAP_FASI_ADDR2OFFSET(addr) ((addr)&0x7FFF) argument
252 #define DRXDAP_FASI_SHORT_FORMAT(addr) (((addr) & 0xFC30FF80) == 0) argument
253 #define DRXDAP_FASI_LONG_FORMAT(addr) (((addr) & 0xFC30FF80) != 0) argument
254 #define DRXDAP_FASI_OFFSET_TOO_LARGE(addr) (((addr) & 0x00008000) != 0) argument
/drivers/thermal/
Dhisi_thermal.c162 static inline void hi6220_thermal_set_lag(void __iomem *addr, int value) in hi6220_thermal_set_lag()
168 static inline void hi6220_thermal_alarm_clear(void __iomem *addr, int value) in hi6220_thermal_alarm_clear()
173 static inline void hi6220_thermal_alarm_enable(void __iomem *addr, int value) in hi6220_thermal_alarm_enable()
178 static inline void hi6220_thermal_alarm_set(void __iomem *addr, int temp) in hi6220_thermal_alarm_set()
184 static inline void hi6220_thermal_reset_set(void __iomem *addr, int temp) in hi6220_thermal_reset_set()
189 static inline void hi6220_thermal_reset_enable(void __iomem *addr, int value) in hi6220_thermal_reset_enable()
194 static inline void hi6220_thermal_enable(void __iomem *addr, int value) in hi6220_thermal_enable()
199 static inline int hi6220_thermal_get_temperature(void __iomem *addr) in hi6220_thermal_get_temperature()
213 static inline void hi3660_thermal_set_lag(void __iomem *addr, in hi3660_thermal_set_lag()
220 static inline void hi3660_thermal_alarm_clear(void __iomem *addr, in hi3660_thermal_alarm_clear()
[all …]
/drivers/soundwire/
Dbus.c362 u32 addr, size_t count, u16 dev_num, u8 flags, u8 *buf) in sdw_fill_msg()
418 sdw_nread_no_pm(struct sdw_slave *slave, u32 addr, size_t count, u8 *val) in sdw_nread_no_pm()
435 sdw_nwrite_no_pm(struct sdw_slave *slave, u32 addr, size_t count, const u8 *val) in sdw_nwrite_no_pm()
451 int sdw_write_no_pm(struct sdw_slave *slave, u32 addr, u8 value) in sdw_write_no_pm()
458 sdw_bread_no_pm(struct sdw_bus *bus, u16 dev_num, u32 addr) in sdw_bread_no_pm()
477 sdw_bwrite_no_pm(struct sdw_bus *bus, u16 dev_num, u32 addr, u8 value) in sdw_bwrite_no_pm()
490 int sdw_bread_no_pm_unlocked(struct sdw_bus *bus, u16 dev_num, u32 addr) in sdw_bread_no_pm_unlocked()
509 int sdw_bwrite_no_pm_unlocked(struct sdw_bus *bus, u16 dev_num, u32 addr, u8 value) in sdw_bwrite_no_pm_unlocked()
523 int sdw_read_no_pm(struct sdw_slave *slave, u32 addr) in sdw_read_no_pm()
536 int sdw_update_no_pm(struct sdw_slave *slave, u32 addr, u8 mask, u8 val) in sdw_update_no_pm()
[all …]

12345678910>>...142