Searched refs:logoff (Results 1 – 4 of 4) sorted by relevance
/drivers/nvdimm/ |
D | btt.c | 210 arena->logoff + (lane * LOG_GRP_SIZE), log, in btt_log_group_read() 248 debugfs_create_x64("logoff", S_IRUGO, d, &a->logoff); in arena_debugfs_init() 370 ns_off = arena->logoff + (lane * LOG_GRP_SIZE) + in __btt_log_write() 412 size_t mapsize = arena->logoff - arena->mapoff; in btt_map_init() 452 size_t logsize = arena->info2off - arena->logoff; in btt_log_init() 467 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->logoff, 512), in btt_log_init() 468 "arena->logoff: %#llx is unaligned\n", arena->logoff); in btt_log_init() 475 ret = arena_write_bytes(arena, arena->logoff + offset, zerobuf, in btt_log_init() 793 arena->logoff = arena->mapoff + mapsize; in alloc_arena() 794 arena->info2off = arena->logoff + logsize; in alloc_arena() [all …]
|
D | btt.h | 111 __le64 logoff; member 184 u64 logoff; member
|
/drivers/gpu/vga/ |
D | Kconfig | 12 X isn't running and delayed switching until the next logoff. This
|
/drivers/staging/rts5208/ |
D | xd.c | 24 static int xd_init_page(struct rtsx_chip *chip, u32 phy_blk, u16 logoff, 1045 u16 logoff, u8 start_page, u8 end_page) in xd_init_page() argument 1064 0xFF, (u8)(logoff >> 8)); in xd_init_page() 1065 rtsx_add_cmd(chip, WRITE_REG_CMD, XD_BLOCK_ADDR1_L, 0xFF, (u8)logoff); in xd_init_page()
|