Home
last modified time | relevance | path

Searched refs:sbus_writeb (Results 1 – 16 of 16) sorted by relevance

/linux/sound/sparc/
H A Damd7930.c351 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR); in amd7930_idle()
352 sbus_writeb(0, amd->regs + AMD7930_DR); in amd7930_idle()
362 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR); in amd7930_enable_ints()
363 sbus_writeb(AM_INIT_ACTIVE, amd->regs + AMD7930_DR); in amd7930_enable_ints()
373 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR); in amd7930_disable_ints()
374 sbus_writeb(AM_INIT_ACTIVE | AM_INIT_DISABLE_INTS, amd->regs + AMD7930_DR); in amd7930_disable_ints()
385 sbus_writeb(AMR_MAP_GX, amd->regs + AMD7930_CR); in __amd7930_write_map()
386 sbus_writeb(((map->gx >> 0) & 0xff), amd->regs + AMD7930_DR); in __amd7930_write_map()
387 sbus_writeb(((map->gx >> 8) & 0xff), amd->regs + AMD7930_DR); in __amd7930_write_map()
389 sbus_writeb(AMR_MAP_GR, amd->regs + AMD7930_CR); in __amd7930_write_map()
[all …]
H A Dcs4231.c270 return sbus_writeb(val, reg_addr); in __cs4231_writeb()
/linux/drivers/input/misc/
H A Dsparcspkr.c90 sbus_writeb(0x01, info->regs + 0); in bbc_spkr_event()
91 sbus_writeb(0x00, info->regs + 2); in bbc_spkr_event()
92 sbus_writeb((count >> 16) & 0xff, info->regs + 3); in bbc_spkr_event()
93 sbus_writeb((count >> 8) & 0xff, info->regs + 4); in bbc_spkr_event()
94 sbus_writeb(0x00, info->regs + 5); in bbc_spkr_event()
96 sbus_writeb(0x00, info->regs + 0); in bbc_spkr_event()
124 sbus_writeb(sbus_readb(info->enable_reg) | 3, info->enable_reg); in grover_spkr_event()
126 sbus_writeb(0xB6, info->freq_regs + 1); in grover_spkr_event()
128 sbus_writeb(count & 0xff, info->freq_regs + 0); in grover_spkr_event()
129 sbus_writeb((count >> 8) & 0xff, info->freq_regs + 0); in grover_spkr_event()
[all …]
/linux/drivers/parport/
H A Dparport_sunbpp.c75 sbus_writeb(d, &regs->p_dr); in parport_sunbpp_write_data()
174 sbus_writeb(value_or, &regs->p_or); in parport_sunbpp_frob_control()
175 sbus_writeb(value_tcr, &regs->p_tcr); in parport_sunbpp_frob_control()
203 sbus_writeb(value_tcr, &regs->p_tcr); in parport_sunbpp_data_forward()
213 sbus_writeb(val, &regs->p_tcr); in parport_sunbpp_data_reverse()
315 sbus_writeb(value_tcr, &regs->p_tcr); in bpp_probe()
/linux/arch/sparc/include/asm/
H A Dio_32.h80 static inline void sbus_writeb(u8 b, volatile void __iomem *addr) in sbus_writeb() function
99 sbus_writeb(c, __dst); in sbus_memset_io()
126 sbus_writeb(tmp, d); in sbus_memcpy_toio()
H A Dfloppy_64.h129 sbus_writeb(value, &sun_fdc->dor_82077); in sun_82077_fd_outb()
132 sbus_writeb(value, &sun_fdc->data_82077); in sun_82077_fd_outb()
135 sbus_writeb(value, &sun_fdc->dcr_82077); in sun_82077_fd_outb()
138 sbus_writeb(value, &sun_fdc->status_82077); in sun_82077_fd_outb()
H A Dio_64.h324 static inline void sbus_writeb(u8 b, volatile void __iomem *addr) in sbus_writeb() function
347 sbus_writeb(c, dst); in sbus_memset_io()
397 sbus_writeb(tmp, d); in sbus_memcpy_toio()
/linux/drivers/video/fbdev/
H A Dcg3.c192 sbus_writeb(val, &regs->control); in cg3_blank()
202 sbus_writeb(val, &regs->control); in cg3_blank()
331 sbus_writeb(p[1], regp); in cg3_do_default_mode()
337 sbus_writeb(p[0], regp); in cg3_do_default_mode()
339 sbus_writeb(p[1], regp); in cg3_do_default_mode()
H A Dbw2.c130 sbus_writeb(val, &regs->control); in bw2_blank()
140 sbus_writeb(val, &regs->control); in bw2_blank()
265 sbus_writeb(p[1], regp); in bw2_do_default_mode()
H A Dcg14.c208 sbus_writeb(val, &regs->mcr); in __cg14_reset()
330 sbus_writeb(cur_mode, &regs->mcr); in cg14_sbusfb_ioctl()
/linux/drivers/tty/serial/
H A Dsunzilog.h277 #define ZS_CLEARERR(channel) do { sbus_writeb(ERR_RES, &channel->control); \
280 #define ZS_CLEARSTAT(channel) do { sbus_writeb(RES_EXT_INT, &channel->control); \
/linux/arch/sparc/kernel/
H A Dpmc.c38 #define pmc_writeb(val, offs) (sbus_writeb(val, regs+offs))
H A Dauxio_32.c95 sbus_writeb(((regval | bits_on) & ~bits_off) | AUXIO_ORMEIN4M, in set_auxio()
H A Dauxio_64.c50 sbus_writeb(newval, auxio_register); in __auxio_rmw()
H A Dapc.c39 #define apc_writeb(val, offs) (sbus_writeb(val, regs+offs))
H A Dprocess_32.c110 sbus_writeb(power_register, auxio_power_register); in machine_power_off()