Searched refs:sun_fdc (Results 1 – 2 of 2) sorted by relevance
53 static struct sun_flpy_controller *sun_fdc = NULL; variable106 sun_fdc->dor_82077 = value; in sun_set_dor()111 return sun_fdc->dir_82077; in sun_read_dir()122 return sun_fdc->status_82072 & ~STATUS_DMA; in sun_82072_fd_inb()124 return sun_fdc->data_82072; in sun_82072_fd_inb()142 sun_fdc->data_82072 = value; in sun_82072_fd_outb()145 sun_fdc->dcr_82072 = value; in sun_82072_fd_outb()148 sun_fdc->status_82072 = value; in sun_82072_fd_outb()162 return sun_fdc->status1_82077; in sun_82077_fd_inb()164 return sun_fdc->status2_82077; in sun_82077_fd_inb()[all …]
45 static struct sun_flpy_controller *sun_fdc = (struct sun_flpy_controller *)-1; variable93 #define FDC1 ((unsigned long)sun_fdc)109 return sbus_readb(&sun_fdc->status_82077) & ~STATUS_DMA; in sun_82077_fd_inb()111 return sbus_readb(&sun_fdc->data_82077); in sun_82077_fd_inb()114 return sbus_readb(&sun_fdc->dir_82077); in sun_82077_fd_inb()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()625 sun_fdc = (struct sun_flpy_controller *) op->resource[0].start; in sun_floppy_init()[all …]