Lines Matching refs:SXFRCTL0
605 printf("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0)); in ahc_handle_seqint()
854 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
855 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
856 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
857 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
1965 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); in ahc_set_syncrate()
1969 ahc_outb(ahc, SXFRCTL0, sxfrctl0); in ahc_set_syncrate()
2841 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
2842 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
2848 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
2849 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
2857 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
2877 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
2905 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
2906 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
2917 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
2918 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
4052 ahc_outb(ahc, SXFRCTL0, 0); in ahc_shutdown()
4600 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
4617 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
6702 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50); in ahc_dump_card_state()