/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | atp.h | 161 unsigned char outval; in write_reg() local 164 outval = WrAddr | reg; in write_reg() 165 outb(outval, port + PAR_DATA); in write_reg() 166 outb(outval, port + PAR_DATA); /* Double write for PS/2. */ in write_reg() 168 outval &= 0xf0; in write_reg() 169 outval |= value; in write_reg() 170 outb(outval, port + PAR_DATA); in write_reg() 171 outval &= 0x1f; in write_reg() 172 outb(outval, port + PAR_DATA); in write_reg() 173 outb(outval, port + PAR_DATA); in write_reg() [all …]
|
D | atp.c | 406 char outval = (cmd & (1<<num_bits)) ? EE_DATA_WRITE : 0; in eeprom_op() local 407 write_reg_high(ioaddr, PROM_CMD, outval | EE_CLK_LOW); in eeprom_op() 408 write_reg_high(ioaddr, PROM_CMD, outval | EE_CLK_HIGH); in eeprom_op()
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-typhoon.c | 84 unsigned long outval; in typhoon_s_frequency() local 99 outval = (x * x + 2500) / 5000; in typhoon_s_frequency() 100 outval = (outval * x + 5000) / 10000; in typhoon_s_frequency() 101 outval -= (10 * x * x + 10433) / 20866; in typhoon_s_frequency() 102 outval += 4 * x - 11505; in typhoon_s_frequency() 104 outb_p((outval >> 8) & 0x01, isa->io + 4); in typhoon_s_frequency() 105 outb_p(outval >> 9, isa->io + 6); in typhoon_s_frequency() 106 outb_p(outval & 0xff, isa->io + 8); in typhoon_s_frequency()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-ftpci100.c | 133 u32 outval; in faraday_res_to_memcfg() local 137 outval = FARADAY_PCI_MEMSIZE_1MB; in faraday_res_to_memcfg() 140 outval = FARADAY_PCI_MEMSIZE_2MB; in faraday_res_to_memcfg() 143 outval = FARADAY_PCI_MEMSIZE_4MB; in faraday_res_to_memcfg() 146 outval = FARADAY_PCI_MEMSIZE_8MB; in faraday_res_to_memcfg() 149 outval = FARADAY_PCI_MEMSIZE_16MB; in faraday_res_to_memcfg() 152 outval = FARADAY_PCI_MEMSIZE_32MB; in faraday_res_to_memcfg() 155 outval = FARADAY_PCI_MEMSIZE_64MB; in faraday_res_to_memcfg() 158 outval = FARADAY_PCI_MEMSIZE_128MB; in faraday_res_to_memcfg() 161 outval = FARADAY_PCI_MEMSIZE_256MB; in faraday_res_to_memcfg() [all …]
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 201 typedef int (*action_fn)(const char *intval, char *outval); 203 static int action_op(const char *inval, char *outval); 204 static int preaction_op(const char *inval, char *outval); 205 static int preop_op(const char *inval, char *outval); 1187 static int action_op(const char *inval, char *outval) in action_op() argument 1189 if (outval) in action_op() 1190 strcpy(outval, action); in action_op() 1209 static int preaction_op(const char *inval, char *outval) in preaction_op() argument 1211 if (outval) in preaction_op() 1212 strcpy(outval, preaction); in preaction_op() [all …]
|
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd-nomadik.c | 18 static u8 tpg110_readwrite_reg(bool write, u8 address, u8 outval) in tpg110_readwrite_reg() argument 69 value = !!(outval & BIT(i)); in tpg110_readwrite_reg() 98 static void tpg110_write_reg(u8 address, u8 outval) in tpg110_write_reg() argument 100 tpg110_readwrite_reg(true, address, outval); in tpg110_write_reg()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_fsops.c | 328 xfs_fsop_resblks_t *outval) in xfs_reserve_blocks() argument 338 if (!outval) in xfs_reserve_blocks() 340 outval->resblks = mp->m_resblks; in xfs_reserve_blocks() 341 outval->resblks_avail = mp->m_resblks_avail; in xfs_reserve_blocks() 426 if (outval) { in xfs_reserve_blocks() 427 outval->resblks = mp->m_resblks; in xfs_reserve_blocks() 428 outval->resblks_avail = mp->m_resblks_avail; in xfs_reserve_blocks()
|
D | xfs_fsops.h | 13 xfs_fsop_resblks_t *outval);
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-viperboard.c | 56 u8 outval; member 108 gamsg->outval = 0x00; in vprbrd_gpioa_get() 160 gamsg->outval = value; in vprbrd_gpioa_set() 197 gamsg->outval = 0x00; in vprbrd_gpioa_direction_input() 238 gamsg->outval = value; in vprbrd_gpioa_direction_output()
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-coh901.c | 106 int outval; member 121 .outval = 0, \ 126 .outval = 1, \ 543 u300_gpio_direction_output(&gpio->chip, offset, conf->outval); in u300_gpio_init_pin() 554 offset, conf->outval); in u300_gpio_init_pin()
|
/Linux-v4.19/crypto/ |
D | drbg.c | 257 static int drbg_kcapi_sym(struct drbg_state *drbg, unsigned char *outval, 582 static int drbg_kcapi_hash(struct drbg_state *drbg, unsigned char *outval, 770 unsigned char *outval, size_t outlen, in drbg_hash_df() argument 798 memcpy(outval + len, tmp, blocklen); in drbg_hash_df() 1615 static int drbg_kcapi_hash(struct drbg_state *drbg, unsigned char *outval, in drbg_kcapi_hash() argument 1624 return crypto_shash_final(&sdesc->shash, outval); in drbg_kcapi_hash() 1719 static int drbg_kcapi_sym(struct drbg_state *drbg, unsigned char *outval, in drbg_kcapi_sym() argument 1727 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | qat_uclo.c | 171 unsigned int outval; in qat_uclo_wr_sram_by_words() local 175 memcpy(&outval, ptr, 4); in qat_uclo_wr_sram_by_words() 176 SRAM_WRITE(handle, addr, outval); in qat_uclo_wr_sram_by_words() 188 unsigned int outval; in qat_uclo_wr_umem_by_words() local 194 memcpy(&outval, ptr, 4); in qat_uclo_wr_umem_by_words() 195 qat_hal_wr_umem(handle, ae, addr++, 1, &outval); in qat_uclo_wr_umem_by_words()
|
/Linux-v4.19/sound/isa/wavefront/ |
D | wavefront_synth.c | 551 int outval = 0; in demunge_int32() local 554 outval=(outval<<7)+src[i]; in demunge_int32() 557 return outval; in demunge_int32()
|