Searched refs:sbus_writeb (Results 1 – 8 of 8) sorted by relevance
/arch/sparc/include/asm/ |
D | io_32.h | 80 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()
|
D | floppy_64.h | 129 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()
|
D | io_64.h | 324 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()
|
/arch/sparc/kernel/ |
D | pmc.c | 38 #define pmc_writeb(val, offs) (sbus_writeb(val, regs+offs))
|
D | auxio_32.c | 95 sbus_writeb(((regval | bits_on) & ~bits_off) | AUXIO_ORMEIN4M, in set_auxio()
|
D | auxio_64.c | 50 sbus_writeb(newval, auxio_register); in __auxio_rmw()
|
D | apc.c | 39 #define apc_writeb(val, offs) (sbus_writeb(val, regs+offs))
|
D | process_32.c | 110 sbus_writeb(power_register, auxio_power_register); in machine_power_off()
|