Searched refs:A37X0_IIC_ISR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/mv/ |
H A D | a37x0_iic.c | 106 status = A37X0_IIC_READ(sc, A37X0_IIC_ISR); in a37x0_iic_wait_clear() 124 status = A37X0_IIC_READ(sc, A37X0_IIC_ISR); in a37x0_iic_wait_set() 140 printf("%s: ISR: %#x\n", __func__, A37X0_IIC_READ(sc, A37X0_IIC_ISR)); in a37x0_iic_regdump() 272 status = A37X0_IIC_READ(sc, A37X0_IIC_ISR); in a37x0_iic_intr() 278 A37X0_IIC_WRITE(sc, A37X0_IIC_ISR, status); in a37x0_iic_intr() 297 reg = A37X0_IIC_READ(sc, A37X0_IIC_ISR); in a37x0_iic_stop() 298 A37X0_IIC_WRITE(sc, A37X0_IIC_ISR, reg); in a37x0_iic_stop() 332 status = A37X0_IIC_READ(sc, A37X0_IIC_ISR); in a37x0_iic_start() 333 A37X0_IIC_WRITE(sc, A37X0_IIC_ISR, status | ISR_ITE); in a37x0_iic_start() 374 reg = A37X0_IIC_READ(sc, A37X0_IIC_ISR); in a37x0_iic_read() [all …]
|
H A D | a37x0_iicreg.h | 54 #define A37X0_IIC_ISR 0x0c macro
|