/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-i2c.h | 33 static int __maybe_unused i2c_io(struct i2c_adapter *adapter, u8 adr, in i2c_io() argument 36 struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, in i2c_io() 38 { .addr = adr, .flags = I2C_M_RD, in i2c_io() 44 static int __maybe_unused i2c_write(struct i2c_adapter *adap, u8 adr, in i2c_write() argument 47 struct i2c_msg msg = { .addr = adr, .flags = 0, in i2c_write() 53 static int __maybe_unused i2c_read(struct i2c_adapter *adapter, u8 adr, u8 *val) in i2c_read() argument 55 struct i2c_msg msgs[1] = { { .addr = adr, .flags = I2C_M_RD, in i2c_read() 62 u8 adr, u8 reg, u8 *val, u8 len) in i2c_read_regs() 64 struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, in i2c_read_regs() 66 { .addr = adr, in i2c_read_regs() 61 i2c_read_regs(struct i2c_adapter *adapter, u8 adr, u8 reg, u8 *val, u8 len) i2c_read_regs() argument 72 i2c_read_regs16(struct i2c_adapter *adapter, u8 adr, u16 reg, u8 *val, u8 len) i2c_read_regs16() argument 84 i2c_write_reg16(struct i2c_adapter *adap, u8 adr, u16 reg, u8 val) i2c_write_reg16() argument 92 i2c_write_reg(struct i2c_adapter *adap, u8 adr, u8 reg, u8 val) i2c_write_reg() argument 100 i2c_read_reg16(struct i2c_adapter *adapter, u8 adr, u16 reg, u8 *val) i2c_read_reg16() argument 106 i2c_read_reg(struct i2c_adapter *adapter, u8 adr, u8 reg, u8 *val) i2c_read_reg() argument [all...] |
H A D | ddbridge-io.h | 28 static inline u32 ddblreadl(struct ddb_link *link, u32 adr) in ddblreadl() argument 30 return readl(link->dev->regs + adr); in ddblreadl() 33 static inline void ddblwritel(struct ddb_link *link, u32 val, u32 adr) in ddblwritel() argument 35 writel(val, link->dev->regs + adr); in ddblwritel() 38 static inline u32 ddbreadl(struct ddb *dev, u32 adr) in ddbreadl() argument 40 return readl(dev->regs + adr); in ddbreadl() 43 static inline void ddbwritel(struct ddb *dev, u32 val, u32 adr) in ddbwritel() argument 45 writel(val, dev->regs + adr); in ddbwritel() 48 static inline void ddbcpyto(struct ddb *dev, u32 adr, void *src, long count) in ddbcpyto() argument 50 memcpy_toio(dev->regs + adr, sr in ddbcpyto() 53 ddbcpyfrom(struct ddb *dev, void *dst, u32 adr, long count) ddbcpyfrom() argument 58 safe_ddbreadl(struct ddb *dev, u32 adr) safe_ddbreadl() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-i2c.h | 24 static int __maybe_unused i2c_io(struct i2c_adapter *adapter, u8 adr, in i2c_io() argument 27 struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, in i2c_io() 29 { .addr = adr, .flags = I2C_M_RD, in i2c_io() 35 static int __maybe_unused i2c_write(struct i2c_adapter *adap, u8 adr, in i2c_write() argument 38 struct i2c_msg msg = { .addr = adr, .flags = 0, in i2c_write() 44 static int __maybe_unused i2c_read(struct i2c_adapter *adapter, u8 adr, u8 *val) in i2c_read() argument 46 struct i2c_msg msgs[1] = { { .addr = adr, .flags = I2C_M_RD, in i2c_read() 53 u8 adr, u8 reg, u8 *val, u8 len) in i2c_read_regs() 55 struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, in i2c_read_regs() 57 { .addr = adr, in i2c_read_regs() 52 i2c_read_regs(struct i2c_adapter *adapter, u8 adr, u8 reg, u8 *val, u8 len) i2c_read_regs() argument 63 i2c_read_regs16(struct i2c_adapter *adapter, u8 adr, u16 reg, u8 *val, u8 len) i2c_read_regs16() argument 75 i2c_write_reg16(struct i2c_adapter *adap, u8 adr, u16 reg, u8 val) i2c_write_reg16() argument 83 i2c_write_reg(struct i2c_adapter *adap, u8 adr, u8 reg, u8 val) i2c_write_reg() argument 91 i2c_read_reg16(struct i2c_adapter *adapter, u8 adr, u16 reg, u8 *val) i2c_read_reg16() argument 97 i2c_read_reg(struct i2c_adapter *adapter, u8 adr, u8 reg, u8 *val) i2c_read_reg() argument [all...] |
H A D | ddbridge-io.h | 19 static inline u32 ddblreadl(struct ddb_link *link, u32 adr) in ddblreadl() argument 21 return readl(link->dev->regs + adr); in ddblreadl() 24 static inline void ddblwritel(struct ddb_link *link, u32 val, u32 adr) in ddblwritel() argument 26 writel(val, link->dev->regs + adr); in ddblwritel() 29 static inline u32 ddbreadl(struct ddb *dev, u32 adr) in ddbreadl() argument 31 return readl(dev->regs + adr); in ddbreadl() 34 static inline void ddbwritel(struct ddb *dev, u32 val, u32 adr) in ddbwritel() argument 36 writel(val, dev->regs + adr); in ddbwritel() 39 static inline void ddbcpyto(struct ddb *dev, u32 adr, void *src, long count) in ddbcpyto() argument 41 memcpy_toio(dev->regs + adr, sr in ddbcpyto() 44 ddbcpyfrom(struct ddb *dev, void *dst, u32 adr, long count) ddbcpyfrom() argument 49 safe_ddbreadl(struct ddb *dev, u32 adr) safe_ddbreadl() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
H A D | soc-acpi-intel-tgl-match.c | 40 .adr = 0x000020025D071100, 49 .adr = 0x000120025D071100, 58 .adr = 0x000120025D130800, 64 .adr = 0x000122025D130800, 73 .adr = 0x000120025D130800, 82 .adr = 0x000220025D130800, 91 .adr = 0x000120025D130800, 100 .adr = 0x000220025D130800, 109 .adr = 0x000021025D071500, 118 .adr [all...] |
H A D | soc-acpi-intel-cml-match.c | 98 .adr = 0x000110025D070000, 116 .adr = 0x000020025D071100, 125 .adr = 0x000120025D130800, 134 .adr = 0x000120025D130800, 143 .adr = 0x000220025D130800, 152 .adr = 0x000320025D071500, 161 .adr = 0x000030025D071101, 170 .adr = 0x000131025D131601, /* unique ID is set for some reason */ 179 .adr = 0x000230025D131601, 188 .adr [all...] |
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | cfi_cmdset_0020.c | 124 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; in cfi_cmdset_0020() local 127 extp = (struct cfi_pri_intelext*)cfi_read_pri(map, adr, sizeof(*extp), "ST Microelectronics"); in cfi_cmdset_0020() 248 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) in do_read_onechip() argument 257 adr += chip->start; in do_read_onechip() 260 cmd_addr = adr & ~(map_bankwidth(map)-1); in do_read_onechip() 361 map_copy_from(map, buf, adr, len); in do_read_onechip() 421 unsigned long adr, const u_char *buf, int len) in do_write_buffer() 430 if (adr & (map_bankwidth(map)-1)) in do_write_buffer() 434 adr += chip->start; in do_write_buffer() 435 cmd_adr = adr in do_write_buffer() 420 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const u_char *buf, int len) do_write_buffer() argument 732 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) do_erase_oneblock() argument 894 unsigned long adr, len; cfi_staa_erase_varsize() local 1031 do_lock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) do_lock_oneblock() argument 1130 unsigned long adr; cfi_staa_lock() local 1177 do_unlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) do_unlock_oneblock() argument 1276 unsigned long adr; cfi_staa_unlock() local [all...] |
H A D | cfi_cmdset_0002.c | 98 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 99 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 131 unsigned long adr) in cfi_check_err_status() 141 status = map_read(map, adr); in cfi_check_err_status() 555 unsigned long adr) in cfi_fixup_m29ew_erase_suspend() 560 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend() 636 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; in cfi_cmdset_0002() local 639 extp = (struct cfi_pri_amdstd*)cfi_read_pri(map, adr, sizeof(*extp), "Amd/Fujitsu"); in cfi_cmdset_0002() 871 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() argument 885 if (chip_ready(map, chip, adr, NUL in get_chip() 130 cfi_check_err_status(struct map_info *map, struct flchip *chip, unsigned long adr) cfi_check_err_status() argument 554 cfi_fixup_m29ew_erase_suspend(struct map_info *map, unsigned long adr) cfi_fixup_m29ew_erase_suspend() argument 976 put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) put_chip() argument 1017 xip_disable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_disable() argument 1025 xip_enable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_enable() argument 1052 xip_udelay(struct map_info *map, struct flchip *chip, unsigned long adr, int usec) xip_udelay() argument 1199 do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) do_read_onechip() argument 1271 otp_enter(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) otp_enter() argument 1286 otp_exit(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) otp_exit() argument 1303 do_read_secsi_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf, size_t grouplen) do_read_secsi_onechip() argument 1382 do_otp_write(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf, size_t grouplen) do_otp_write() argument 1412 do_otp_lock(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf, size_t grouplen) do_otp_lock() argument 1640 do_write_oneword_once(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode, struct cfi_private *cfi) do_write_oneword_once() argument 1711 do_write_oneword_start(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) do_write_oneword_start() argument 1731 do_write_oneword_done(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) do_write_oneword_done() argument 1745 do_write_oneword_retry(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) do_write_oneword_retry() argument 1788 do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) do_write_oneword() argument 1935 do_write_buffer_wait(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum) do_write_buffer_wait() argument 2015 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const u_char *buf, int len) do_write_buffer() argument 2175 cfi_amdstd_panic_wait(struct map_info *map, struct flchip *chip, unsigned long adr) cfi_amdstd_panic_wait() argument 2227 do_panic_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum) do_panic_write_oneword() argument 2411 unsigned long int adr; do_erase_chip() local 2508 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_erase_oneblock() argument 2628 do_atmel_lock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_atmel_lock() argument 2663 do_atmel_unlock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_atmel_unlock() argument 2706 unsigned long adr; global() member 2714 do_ppb_xxlock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_ppb_xxlock() argument 2801 unsigned long adr; cfi_ppb_unlock() local [all...] |
H A D | cfi_cmdset_0001.c | 97 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 98 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 99 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 391 read_pri_intelext(struct map_info *map, __u16 adr) in read_pri_intelext() argument 399 extp = (struct cfi_pri_intelext *)cfi_read_pri(map, adr, extp_size, "Intel/Sharp"); in read_pri_intelext() 531 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; in cfi_cmdset_0001() local 534 extp = read_pri_intelext(map, adr); in cfi_cmdset_0001() 825 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in chip_ready() argument 841 status = map_read(map, adr); in chip_ready() 870 if ((adr in chip_ready() 942 get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) get_chip() argument 1038 put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) put_chip() argument 1122 xip_disable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_disable() argument 1130 xip_enable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_enable() argument 1156 xip_wait_for_operation( struct map_info *map, struct flchip *chip, unsigned long adr, unsigned int chip_op_time_max) xip_wait_for_operation() argument 1371 do_point_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) do_point_onechip() argument 1498 do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) do_read_onechip() argument 1567 do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) do_write_oneword() argument 1721 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const struct kvec **pvec, unsigned long *pvec_seek, int len) do_write_buffer() argument 1950 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_erase_oneblock() argument 2087 do_getlockstatus_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_getlockstatus_oneblock() argument 2105 do_printlockstatus_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_printlockstatus_oneblock() argument 2119 do_xxlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_xxlock_oneblock() argument 2501 unsigned long adr; cfi_intelext_save_locks() local 2601 unsigned long adr; cfi_intelext_restore_locks() local [all...] |
H A D | fwh_lock.h | 30 unsigned long adr, int len, void *thunk) in fwh_xxlock_oneblock() 53 adr = (adr & ~0xffffUL) | 0x2; in fwh_xxlock_oneblock() 54 adr += chip->start - 0x400000; in fwh_xxlock_oneblock() 62 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock() 70 map_write(map, CMD(xxlt->val), adr); in fwh_xxlock_oneblock() 74 put_chip(map, chip, adr); in fwh_xxlock_oneblock() 29 fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) fwh_xxlock_oneblock() argument
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | cfi_cmdset_0020.c | 125 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; in cfi_cmdset_0020() local 128 extp = (struct cfi_pri_intelext*)cfi_read_pri(map, adr, sizeof(*extp), "ST Microelectronics"); in cfi_cmdset_0020() 249 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) in do_read_onechip() argument 258 adr += chip->start; in do_read_onechip() 261 cmd_addr = adr & ~(map_bankwidth(map)-1); in do_read_onechip() 362 map_copy_from(map, buf, adr, len); in do_read_onechip() 422 unsigned long adr, const u_char *buf, int len) in do_write_buffer() 431 if (adr & (map_bankwidth(map)-1)) in do_write_buffer() 435 adr += chip->start; in do_write_buffer() 436 cmd_adr = adr in do_write_buffer() 421 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const u_char *buf, int len) do_write_buffer() argument 733 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) do_erase_oneblock() argument 895 unsigned long adr, len; cfi_staa_erase_varsize() local 1032 do_lock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) do_lock_oneblock() argument 1131 unsigned long adr; cfi_staa_lock() local 1178 do_unlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) do_unlock_oneblock() argument 1277 unsigned long adr; cfi_staa_unlock() local [all...] |
H A D | cfi_cmdset_0002.c | 97 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 98 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 130 unsigned long adr) in cfi_check_err_status() 140 status = map_read(map, adr); in cfi_check_err_status() 558 unsigned long adr) in cfi_fixup_m29ew_erase_suspend() 563 map_write(map, CMD(0xF0), adr); in cfi_fixup_m29ew_erase_suspend() 639 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; in cfi_cmdset_0002() local 642 extp = (struct cfi_pri_amdstd*)cfi_read_pri(map, adr, sizeof(*extp), "Amd/Fujitsu"); in cfi_cmdset_0002() 874 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() argument 888 if (chip_ready(map, chip, adr, NUL in get_chip() 129 cfi_check_err_status(struct map_info *map, struct flchip *chip, unsigned long adr) cfi_check_err_status() argument 557 cfi_fixup_m29ew_erase_suspend(struct map_info *map, unsigned long adr) cfi_fixup_m29ew_erase_suspend() argument 980 put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) put_chip() argument 1021 xip_disable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_disable() argument 1029 xip_enable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_enable() argument 1056 xip_udelay(struct map_info *map, struct flchip *chip, unsigned long adr, int usec) xip_udelay() argument 1203 do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) do_read_onechip() argument 1275 otp_enter(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) otp_enter() argument 1290 otp_exit(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) otp_exit() argument 1307 do_read_secsi_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf, size_t grouplen) do_read_secsi_onechip() argument 1386 do_otp_write(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf, size_t grouplen) do_otp_write() argument 1416 do_otp_lock(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf, size_t grouplen) do_otp_lock() argument 1644 do_write_oneword_once(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode, struct cfi_private *cfi) do_write_oneword_once() argument 1715 do_write_oneword_start(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) do_write_oneword_start() argument 1735 do_write_oneword_done(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) do_write_oneword_done() argument 1749 do_write_oneword_retry(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) do_write_oneword_retry() argument 1792 do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) do_write_oneword() argument 1939 do_write_buffer_wait(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum) do_write_buffer_wait() argument 2019 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const u_char *buf, int len) do_write_buffer() argument 2179 cfi_amdstd_panic_wait(struct map_info *map, struct flchip *chip, unsigned long adr) cfi_amdstd_panic_wait() argument 2231 do_panic_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum) do_panic_write_oneword() argument 2415 unsigned long int adr; do_erase_chip() local 2512 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_erase_oneblock() argument 2632 do_atmel_lock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_atmel_lock() argument 2667 do_atmel_unlock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_atmel_unlock() argument 2710 unsigned long adr; global() member 2718 do_ppb_xxlock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_ppb_xxlock() argument 2805 unsigned long adr; cfi_ppb_unlock() local [all...] |
H A D | cfi_cmdset_0001.c | 99 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 100 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 101 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr); 393 read_pri_intelext(struct map_info *map, __u16 adr) in read_pri_intelext() argument 401 extp = (struct cfi_pri_intelext *)cfi_read_pri(map, adr, extp_size, "Intel/Sharp"); in read_pri_intelext() 533 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; in cfi_cmdset_0001() local 536 extp = read_pri_intelext(map, adr); in cfi_cmdset_0001() 827 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in chip_ready() argument 843 status = map_read(map, adr); in chip_ready() 872 if ((adr in chip_ready() 944 get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) get_chip() argument 1040 put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) put_chip() argument 1124 xip_disable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_disable() argument 1132 xip_enable(struct map_info *map, struct flchip *chip, unsigned long adr) xip_enable() argument 1158 xip_wait_for_operation( struct map_info *map, struct flchip *chip, unsigned long adr, unsigned int chip_op_time_max) xip_wait_for_operation() argument 1373 do_point_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) do_point_onechip() argument 1500 do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) do_read_onechip() argument 1569 do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) do_write_oneword() argument 1723 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const struct kvec **pvec, unsigned long *pvec_seek, int len) do_write_buffer() argument 1952 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_erase_oneblock() argument 2089 do_getlockstatus_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_getlockstatus_oneblock() argument 2107 do_printlockstatus_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_printlockstatus_oneblock() argument 2121 do_xxlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) do_xxlock_oneblock() argument 2503 unsigned long adr; cfi_intelext_save_locks() local 2604 unsigned long adr; cfi_intelext_restore_locks() local [all...] |
H A D | fwh_lock.h | 30 unsigned long adr, int len, void *thunk) in fwh_xxlock_oneblock() 53 adr = (adr & ~0xffffUL) | 0x2; in fwh_xxlock_oneblock() 54 adr += chip->start - 0x400000; in fwh_xxlock_oneblock() 62 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock() 70 map_write(map, CMD(xxlt->val), adr); in fwh_xxlock_oneblock() 74 put_chip(map, chip, adr); in fwh_xxlock_oneblock() 29 fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) fwh_xxlock_oneblock() argument
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | soc-acpi-intel-tgl-match.c | 61 .adr = 0x000020025D071100ull, 70 .adr = 0x000120025D071100ull, 79 .adr = 0x000120025D130800ull, 85 .adr = 0x000122025D130800ull, 94 .adr = 0x000120025D130800ull, 103 .adr = 0x000220025D130800ull, 112 .adr = 0x000120025D130800ull, 121 .adr = 0x000220025D130800ull, 130 .adr = 0x000021025D071500ull, 139 .adr [all...] |
H A D | soc-acpi-intel-mtl-match.c | 122 .adr = 0x000030025D071101ull, 131 .adr = 0x000030025D071201ull, 140 .adr = 0x000330025D171201ull, 149 .adr = 0x000023019F837300ull, 155 .adr = 0x000027019F837300ull, 164 .adr = 0x000221025D568200ull, 173 .adr = 0x000230025D131601ull, 182 .adr = 0x000331025D131601ull, 191 .adr = 0x000130025D131801ull, 200 .adr [all...] |
H A D | soc-acpi-intel-cml-match.c | 118 .adr = 0x000110025D070000ull, 136 .adr = 0x000020025D071100ull, 145 .adr = 0x000120025D130800ull, 154 .adr = 0x000120025D130800ull, 163 .adr = 0x000220025D130800ull, 172 .adr = 0x000320025D071500ull, 181 .adr = 0x000030025D071101ull, 190 .adr = 0x000131025D131601ull, /* unique ID is set for some reason */ 199 .adr = 0x000230025D131601ull, 208 .adr [all...] |
H A D | soc-acpi-intel-adl-match.c | 39 .adr = 0x000020025D071100ull, 48 .adr = 0x000120025D130800ull, 57 .adr = 0x000220025D130800ull, 66 .adr = 0x000320025D071500ull, 75 .adr = 0x000030025D071101ull, 84 .adr = 0x000230025D071101ull, 93 .adr = 0x000131025D131601ull, /* unique ID is set for some reason */ 102 .adr = 0x000230025D131601ull, 111 .adr = 0x000330025D131601ull, 120 .adr [all...] |
H A D | soc-acpi-intel-sdw-mockup-match.c | 36 .adr = 0x0000000105AA5500ull, 45 .adr = 0x0001000105AA5500ull, 54 .adr = 0x000100010555AA00ull, 63 .adr = 0x000200010555AA00ull, 72 .adr = 0x0000000105555500ull, 81 .adr = 0x0003000105555500ull, 90 .adr = 0x000100010555AA00ull, 99 .adr = 0x000200010555AA00ull,
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran.h | 308 #define btwrite(dat, adr) writel((dat), zr->zr36057_mem + (adr)) 309 #define btread(adr) readl(zr->zr36057_mem + (adr)) 311 #define btand(dat, adr) btwrite((dat) & btread(adr), adr) 312 #define btor(dat, adr) btwrite((dat) | btread(adr), adr) [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zoran.h | 305 #define btwrite(dat, adr) writel((dat), zr->zr36057_mem + (adr)) 306 #define btread(adr) readl(zr->zr36057_mem + (adr)) 308 #define btand(dat, adr) btwrite((dat) & btread(adr), (adr)) 309 #define btor(dat, adr) btwrite((dat) | btread(adr), (adr)) [all...] |
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | dc21285.c | 80 static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write8() argument 84 *CSR_ROMWRITEREG = adr & 3; in dc21285_write8() 85 adr &= ~3; in dc21285_write8() 86 *(uint8_t*)(map->virt + adr) = d.x[0]; in dc21285_write8() 89 static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write16() argument 93 *CSR_ROMWRITEREG = adr & 3; in dc21285_write16() 94 adr &= ~3; in dc21285_write16() 95 *(uint16_t*)(map->virt + adr) = d.x[0]; in dc21285_write16() 98 static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write32() argument 102 *(uint32_t*)(map->virt + adr) in dc21285_write32() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | dc21285.c | 80 static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write8() argument 84 *CSR_ROMWRITEREG = adr & 3; in dc21285_write8() 85 adr &= ~3; in dc21285_write8() 86 *(uint8_t*)(map->virt + adr) = d.x[0]; in dc21285_write8() 89 static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write16() argument 93 *CSR_ROMWRITEREG = adr & 3; in dc21285_write16() 94 adr &= ~3; in dc21285_write16() 95 *(uint16_t*)(map->virt + adr) = d.x[0]; in dc21285_write16() 98 static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write32() argument 102 *(uint32_t*)(map->virt + adr) in dc21285_write32() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 516 #define btwrite(dat,adr) writel((dat), btv->bt848_mmio+(adr)) 517 #define btread(adr) readl(btv->bt848_mmio+(adr)) 519 #define btand(dat,adr) btwrite((dat) & btread(adr), adr) 520 #define btor(dat,adr) btwrite((dat) | btread(adr), adr) [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 491 #define btwrite(dat,adr) writel((dat), btv->bt848_mmio+(adr)) 492 #define btread(adr) readl(btv->bt848_mmio+(adr)) 494 #define btand(dat,adr) btwrite((dat) & btread(adr), adr) 495 #define btor(dat,adr) btwrite((dat) | btread(adr), adr) [all...] |