Lines Matching refs:sb_reg
66 struct sb_reg { struct
74 static const struct sb_reg port_sb_regs[] = { argument
90 static const struct sb_reg retimer_sb_regs[] = {
329 static ssize_t sb_regs_write(struct tb_port *port, const struct sb_reg *sb_regs, in sb_regs_write()
349 const struct sb_reg *sb_reg; in sb_regs_write() local
357 sb_reg = NULL; in sb_regs_write()
360 sb_reg = &sb_regs[i]; in sb_regs_write()
365 if (!sb_reg) in sb_regs_write()
371 ret = usb4_port_sb_write(port, target, index, sb_reg->reg, data, in sb_regs_write()
2347 static int sb_regs_show(struct tb_port *port, const struct sb_reg *sb_regs, in sb_regs_show()
2356 const struct sb_reg *regs = &sb_regs[i]; in sb_regs_show()