Searched refs:writebits (Results 1 – 3 of 3) sorted by relevance
/external/erofs-utils/lib/ |
D | kite_deflate.c | 141 static void writebits(struct kite_deflate *s, unsigned int v, u8 bits) in writebits() function 327 writebits(s, bl_codes[curlen], bl_lens[curlen]); in kite_deflate_sendtree() 331 writebits(s, bl_codes[curlen], bl_lens[curlen]); in kite_deflate_sendtree() 334 writebits(s, bl_codes[kBitLensRepNumber_3_6], in kite_deflate_sendtree() 336 writebits(s, count - 3, 2); in kite_deflate_sendtree() 338 writebits(s, bl_codes[kBitLens0Number_3_10], in kite_deflate_sendtree() 340 writebits(s, count - 3, 3); in kite_deflate_sendtree() 342 writebits(s, bl_codes[kBitLens0Number_11_138], in kite_deflate_sendtree() 344 writebits(s, count - 11, 7); in kite_deflate_sendtree() 360 writebits(s, (kFixedHuffman << 1) + s->lastblock, 3); in kite_deflate_setfixedtrees() [all …]
|
/external/coreboot/src/soc/nvidia/tegra124/ |
D | sdram.c | 20 static void writebits(uint32_t value, uint32_t *addr, uint32_t mask) in writebits() function 34 writebits(param->PmcDdrPwr, ®s->ddr_pwr, PMC_DDR_PWR_VAL_MASK); in sdram_configure_pmc() 37 writebits(param->PmcDdrCfg, ®s->ddr_cfg, in sdram_configure_pmc() 43 writebits(param->PmcNoIoPower, ®s->no_iopower, in sdram_configure_pmc() 366 writebits(param->EmcCfg, ®s->cfg, in sdram_set_emc_timing() 459 writebits(((1 << EMC_NOP_NOP_CMD_SHIFT) | in sdram_set_clock_enable_signal() 508 writebits((EMC_REF_CMD_REFRESH | EMC_REF_NORMAL_ENABLED | in sdram_set_refresh()
|
/external/coreboot/src/soc/nvidia/tegra210/ |
D | sdram.c | 20 static void writebits(uint32_t value, uint32_t *addr, uint32_t mask) in writebits() function 39 writebits(param->PmcDdrPwr, ®s->ddr_pwr, PMC_DDR_PWR_VAL_MASK); in sdram_configure_pmc() 42 writebits(param->PmcNoIoPower, ®s->no_iopower, in sdram_configure_pmc() 733 writebits(param->EmcCfg, ®s->cfg, in sdram_set_emc_timing() 838 writebits(((1 << EMC_NOP_CMD_SHIFT) | in sdram_set_clock_enable_signal() 949 writebits((EMC_REF_CMD_REFRESH | EMC_REF_NORMAL_ENABLED | in sdram_set_refresh()
|