Lines Matching refs:SXFRCTL0
1179 printk("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0)); in ahc_handle_seqint()
1429 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
1430 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
1431 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
1432 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
2562 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); in ahc_set_syncrate()
2566 ahc_outb(ahc, SXFRCTL0, sxfrctl0); in ahc_set_syncrate()
3430 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3431 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3437 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3438 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
3446 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3466 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
3494 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3495 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3506 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3507 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
4560 ahc_outb(ahc, SXFRCTL0, 0); in ahc_shutdown()
5095 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
5112 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
7189 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50); in ahc_dump_card_state()