Searched refs:out8 (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/arch/tile/lib/
H A Dmemset_32.c25 uint8_t *out8 = s; memset() local
49 *out8 = c; memset()
50 out8++; memset()
57 /* Align 'out8'. We know n >= 3 so this won't write past the end. */ memset()
58 while (((uintptr_t) out8 & 3) != 0) { memset()
59 *out8++ = c; memset()
65 out8[--n] = c; memset()
67 out32 = (uint32_t *) out8; memset()
H A Dmemset_64.c26 uint8_t *out8 = s; memset() local
49 *out8 = c; memset()
50 out8++; memset()
57 /* Align 'out8'. We know n >= 7 so this won't write past the end. */ memset()
58 while (((uintptr_t) out8 & 7) != 0) { memset()
59 *out8++ = c; memset()
65 out8[--n] = c; memset()
67 out64 = (uint64_t *) out8; memset()
/linux-4.1.27/drivers/edac/
H A Damd8111_edac.c267 u8 out8 = 0; amd8111_lpc_bridge_init() local
269 out8 = AT_COMPAT_CLRSERR; amd8111_lpc_bridge_init()
271 out8 |= AT_COMPAT_CLRIOCHK; amd8111_lpc_bridge_init()
272 if (out8 > 0) amd8111_lpc_bridge_init()
273 __do_outb(out8, REG_AT_COMPAT); amd8111_lpc_bridge_init()
311 u8 out8 = 0; amd8111_lpc_bridge_check() local
314 out8 = AT_COMPAT_CLRSERR; amd8111_lpc_bridge_check()
316 out8 |= AT_COMPAT_CLRIOCHK; amd8111_lpc_bridge_check()
317 if (out8 > 0) { amd8111_lpc_bridge_check()
318 __do_outb(out8, REG_AT_COMPAT); amd8111_lpc_bridge_check()
/linux-4.1.27/drivers/video/fbdev/
H A Dbfin-t350mcqb-fb.c545 goto out8; bfin_t350mcqb_probe()
558 goto out8; bfin_t350mcqb_probe()
567 out8: bfin_t350mcqb_probe()
H A Dbf54x-lq043fb.c648 goto out8; bfin_bf54x_probe()
661 goto out8; bfin_bf54x_probe()
670 out8: bfin_bf54x_probe()
H A Dbfin-lq035q1-fb.c723 goto out8; bfin_lq035q1_probe()
753 out8: bfin_lq035q1_probe()
/linux-4.1.27/include/sound/
H A Dvx_core.h91 void (*out8)(struct vx_core *chip, int reg, unsigned char val); member in struct:snd_vx_ops
249 chip->ops->out8(chip, reg, val); snd_vx_outb()
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c123 " out5=%lx out6=%lx out7=%lx out8=%lx" ehea_plpar_hcall9()
/linux-4.1.27/sound/pcmcia/vx/
H A Dvxp_ops.c599 .out8 = vxp_outb,
/linux-4.1.27/drivers/input/serio/
H A Dhp_sdc.c1128 * status out8 8404 cycles 341 calls
1129 * data out8 1734 cycles 78 calls
/linux-4.1.27/sound/pci/vx222/
H A Dvx222_ops.c1003 .out8 = vx2_outb,
1023 .out8 = vx2_outb,
/linux-4.1.27/fs/nfs/
H A Dinode.c2008 goto out8; init_nfs_fs()
2064 out8: init_nfs_fs()
/linux-4.1.27/arch/x86/kvm/
H A Dvmx.c6097 goto out8; hardware_setup()
6216 out8: hardware_setup()

Completed in 371 milliseconds