Home
last modified time | relevance | path

Searched refs:find_reg (Results 1 - 11 of 11) sorted by relevance

/third_party/backends/backend/genesys/
H A Dregister.h111 RegisterType& find_reg(std::uint16_t address) in find_reg() function in genesys::RegisterContainer
120 const RegisterType& find_reg(std::uint16_t address) const in find_reg() function in genesys::RegisterContainer
131 find_reg(address).value = value; in set()
136 return find_reg(address).value; in get()
238 GenesysRegister& find_reg(std::uint16_t address) in find_reg() function in genesys::Genesys_Register_Set
240 return registers_.find_reg(address); in find_reg()
243 const GenesysRegister& find_reg(std::uint16_t address) const in find_reg() function in genesys::Genesys_Register_Set
245 return registers_.find_reg(address); in find_reg()
250 return &find_reg(address); in find_reg_address()
255 return &find_reg(addres in find_reg_address()
400 SettingType& find_reg(AddressType address) find_reg() function in genesys::RegisterSettingSet
409 const SettingType& find_reg(AddressType address) const find_reg() function in genesys::RegisterSettingSet
[all...]
H A Dgl646.cpp480 regs->find_reg(0x01).value |= REG_0x01_DOGENB | REG_0x01_SCAN; in init_regs_for_scan_session()
482 regs->find_reg(0x01).value |= REG_0x01_CISSET; in init_regs_for_scan_session()
484 regs->find_reg(0x01).value &= ~REG_0x01_CISSET; in init_regs_for_scan_session()
491 regs->find_reg(0x01).value &= ~REG_0x01_DVDSET; in init_regs_for_scan_session()
493 regs->find_reg(0x01).value |= REG_0x01_DVDSET; in init_regs_for_scan_session()
496 regs->find_reg(0x01).value &= ~REG_0x01_FASTMOD; in init_regs_for_scan_session()
498 regs->find_reg(0x01).value |= REG_0x01_FASTMOD; in init_regs_for_scan_session()
504 dev->reg.find_reg(0x02).value &= ~REG_0x02_ACDCDIS; in init_regs_for_scan_session()
506 dev->reg.find_reg(0x02).value |= REG_0x02_ACDCDIS; in init_regs_for_scan_session()
513 regs->find_reg( in init_regs_for_scan_session()
[all...]
H A Dgl841.cpp59 dev->reg.find_reg(0x01).value |= REG_0x01_CISSET; in gl841_init_registers()
61 dev->reg.find_reg(0x01).value &= ~REG_0x01_CISSET; in gl841_init_registers()
258 dev->reg.find_reg(0x6b).value |= REG_0x6B_GPO18; in gl841_init_registers()
259 dev->reg.find_reg(0x6b).value &= ~REG_0x6B_GPO17; in gl841_init_registers()
263 dev->reg.find_reg(0x6b).value |= REG_0x6B_GPO17; in gl841_init_registers()
268 dev->reg.find_reg(0x6b).value |= REG_0x6B_GPO17 | REG_0x6B_GPO18; in gl841_init_registers()
373 std::uint8_t frontend_type = dev->reg.find_reg(0x04).value & REG_0x04_FESET; in set_fe()
429 reg->find_reg(0x5e).value &= ~0xe0; in gl841_init_motor_regs_off()
585 reg->find_reg(0x5e).value &= ~0xe0; in gl841_init_motor_regs_feed()
591 reg->find_reg( in gl841_init_motor_regs_feed()
[all...]
H A Dgl846.cpp326 std::uint8_t frontend_type = dev->reg.find_reg(0x04).value & REG_0x04_FESET; in set_fe()
526 reg->find_reg(REG_0x01).value |= REG_0x01_SHDAREA; in gl846_init_optical_regs_scan()
531 reg->find_reg(REG_0x01).value &= ~REG_0x01_DVDSET; in gl846_init_optical_regs_scan()
533 reg->find_reg(REG_0x01).value |= REG_0x01_DVDSET; in gl846_init_optical_regs_scan()
536 reg->find_reg(REG_0x03).value &= ~REG_0x03_AVEENB; in gl846_init_optical_regs_scan()
549 reg->find_reg(REG_0x04).value &= ~(REG_0x04_LINEART | REG_0x04_BITSET); in gl846_init_optical_regs_scan()
552 reg->find_reg(REG_0x04).value &= ~REG_0x04_LINEART; in gl846_init_optical_regs_scan()
553 reg->find_reg(REG_0x04).value |= REG_0x04_BITSET; in gl846_init_optical_regs_scan()
557 reg->find_reg(REG_0x04).value &= ~(REG_0x04_FILTER | REG_0x04_AFEMOD); in gl846_init_optical_regs_scan()
563 reg->find_reg(REG_0x0 in gl846_init_optical_regs_scan()
[all...]
H A Dgl847.cpp474 reg->find_reg(REG_0x01).value |= REG_0x01_SHDAREA; in gl847_init_optical_regs_scan()
480 reg->find_reg(REG_0x01).value &= ~REG_0x01_DVDSET; in gl847_init_optical_regs_scan()
482 reg->find_reg(REG_0x01).value |= REG_0x01_DVDSET; in gl847_init_optical_regs_scan()
484 reg->find_reg(REG_0x03).value &= ~REG_0x03_AVEENB; in gl847_init_optical_regs_scan()
486 reg->find_reg(REG_0x03).value &= ~REG_0x03_XPASEL; in gl847_init_optical_regs_scan()
488 reg->find_reg(REG_0x03).value |= REG_0x03_XPASEL; in gl847_init_optical_regs_scan()
507 reg->find_reg(REG_0x04).value &= ~(REG_0x04_LINEART | REG_0x04_BITSET); in gl847_init_optical_regs_scan()
510 reg->find_reg(REG_0x04).value &= ~REG_0x04_LINEART; in gl847_init_optical_regs_scan()
511 reg->find_reg(REG_0x04).value |= REG_0x04_BITSET; in gl847_init_optical_regs_scan()
515 reg->find_reg(REG_0x0 in gl847_init_optical_regs_scan()
[all...]
H A Dgl124.cpp591 reg->find_reg(REG_0x01).value &= ~REG_0x01_DVDSET; in gl124_init_optical_regs_scan()
593 reg->find_reg(REG_0x01).value |= REG_0x01_DVDSET; in gl124_init_optical_regs_scan()
597 reg->find_reg(REG_0x03).value &= ~REG_0x03_AVEENB; in gl124_init_optical_regs_scan()
600 reg->find_reg(REG_0x03).value |= ~REG_0x03_AVEENB; in gl124_init_optical_regs_scan()
613 reg->find_reg(REG_0x04).value &= ~(REG_0x04_LINEART | REG_0x04_BITSET); in gl124_init_optical_regs_scan()
616 reg->find_reg(REG_0x04).value &= ~REG_0x04_LINEART; in gl124_init_optical_regs_scan()
617 reg->find_reg(REG_0x04).value |= REG_0x04_BITSET; in gl124_init_optical_regs_scan()
621 reg->find_reg(REG_0x04).value &= ~REG_0x04_FILTER; in gl124_init_optical_regs_scan()
627 reg->find_reg(REG_0x04).value |= 0x10; in gl124_init_optical_regs_scan()
630 reg->find_reg(REG_0x0 in gl124_init_optical_regs_scan()
[all...]
H A Dgl843.cpp880 reg->find_reg(REG_0x01).value &= ~REG_0x01_DVDSET; in gl843_init_optical_regs_scan()
883 reg->find_reg(REG_0x01).value |= REG_0x01_DVDSET; in gl843_init_optical_regs_scan()
902 reg->find_reg(REG_0x01).value |= REG_0x01_SHDAREA; in gl843_init_optical_regs_scan()
904 reg->find_reg(REG_0x01).value &= ~REG_0x01_SHDAREA; in gl843_init_optical_regs_scan()
908 reg->find_reg(REG_0x03).value |= REG_0x03_AVEENB; in gl843_init_optical_regs_scan()
910 reg->find_reg(REG_0x03).value &= ~REG_0x03_AVEENB; in gl843_init_optical_regs_scan()
919 reg->find_reg(REG_0x03).value &= ~REG_0x03_XPASEL; in gl843_init_optical_regs_scan()
921 reg->find_reg(REG_0x03).value |= REG_0x03_XPASEL; in gl843_init_optical_regs_scan()
932 reg->find_reg(REG_0x04).value &= ~(REG_0x04_LINEART | REG_0x04_BITSET); in gl843_init_optical_regs_scan()
935 reg->find_reg(REG_0x0 in gl843_init_optical_regs_scan()
[all...]
H A Dgl842.cpp426 reg->find_reg(REG_0x01).value &= ~REG_0x01_DVDSET; in gl842_init_optical_regs_scan()
429 reg->find_reg(REG_0x01).value |= REG_0x01_DVDSET; in gl842_init_optical_regs_scan()
435 reg->find_reg(REG_0x01).value |= REG_0x01_SHDAREA; in gl842_init_optical_regs_scan()
437 reg->find_reg(REG_0x01).value &= ~REG_0x01_SHDAREA; in gl842_init_optical_regs_scan()
441 reg->find_reg(REG_0x03).value |= REG_0x03_AVEENB; in gl842_init_optical_regs_scan()
443 reg->find_reg(REG_0x03).value &= ~REG_0x03_AVEENB; in gl842_init_optical_regs_scan()
452 reg->find_reg(REG_0x03).value &= ~REG_0x03_XPASEL; in gl842_init_optical_regs_scan()
454 reg->find_reg(REG_0x03).value |= REG_0x03_XPASEL; in gl842_init_optical_regs_scan()
506 reg->find_reg(REG_0x05).value |= REG_0x05_GMMENB; in gl842_init_optical_regs_scan()
508 reg->find_reg(REG_0x0 in gl842_init_optical_regs_scan()
[all...]
H A Dlow.cpp571 regs.find_reg(0x03).value |= REG_0x03_LAMPPWR; in sanei_genesys_set_lamp_power()
591 regs.find_reg(0x03).value &= ~REG_0x03_LAMPPWR; in sanei_genesys_set_lamp_power()
594 regs.find_reg(0x03).value &= ~REG_0x03_LAMPPWR; in sanei_genesys_set_lamp_power()
612 regs.find_reg(0x02).value |= REG_0x02_MTRPWR; in sanei_genesys_set_motor_power()
614 regs.find_reg(0x02).value &= ~REG_0x02_MTRPWR; in sanei_genesys_set_motor_power()
1587 regs.find_reg(gl646::REG_0x01).value &= ~gl646::REG_0x01_SCAN; in regs_set_optical_off()
1591 regs.find_reg(gl841::REG_0x01).value &= ~gl841::REG_0x01_SCAN; in regs_set_optical_off()
1595 regs.find_reg(gl842::REG_0x01).value &= ~gl842::REG_0x01_SCAN; in regs_set_optical_off()
1599 regs.find_reg(gl843::REG_0x01).value &= ~gl843::REG_0x01_SCAN; in regs_set_optical_off()
1604 regs.find_reg(gl84 in regs_set_optical_off()
[all...]
H A Dgenesys.cpp542 unsigned dpihw = dev->reg.find_reg(0x05).value >> 6; in scanner_send_slope_table()
/third_party/mesa3d/src/freedreno/afuc/
H A Dutil.c43 find_reg(struct rnndomain *dom, const char *name) in find_reg() function
55 int val = find_reg(dom, name); in reg()
140 int val = find_reg(dom[0], name); in afuc_gpu_reg()
142 val = find_reg(dom[1], name); in afuc_gpu_reg()

Completed in 20 milliseconds