Searched refs:INB (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 263 INB(np, nc_mbox1); in S24C16_set_bit() 297 *read_bit = INB(np, nc_gpreg); in S24C16_do_bit() 373 old_gpreg = INB(np, nc_gpreg); in sym_write_S24C16_nvram() 374 old_gpcntl = INB(np, nc_gpcntl); in sym_write_S24C16_nvram() 427 old_gpreg = INB(np, nc_gpreg); in sym_read_S24C16_nvram() 428 old_gpcntl = INB(np, nc_gpcntl); in sym_read_S24C16_nvram() 541 INB(np, nc_mbox1); in T93C46_Clk() 553 *read_bit = INB(np, nc_gpreg); in T93C46_Read_Bit() 569 INB(np, nc_mbox1); in T93C46_Write_Bit() 582 INB(np, nc_mbox1); in T93C46_Stop() [all …]
|
D | sym_hipd.c | 123 INB(np, nc_mbox1); in sym_chip_reset() 126 INB(np, nc_mbox1); in sym_chip_reset() 144 if (!(np->features & FE_ISTAT1) || !(INB(np, nc_istat1) & SCRUN)) in sym_soft_reset() 149 istat = INB(np, nc_istat); in sym_soft_reset() 154 if (INB(np, nc_dstat) & ABRT) in sym_soft_reset() 192 INB(np, nc_mbox1); in sym_reset_scsi_bus() 203 term = INB(np, nc_sstat0); in sym_reset_scsi_bus() 205 term |= ((INB(np, nc_sstat2) & 0x01) << 26) | /* sdp1 */ in sym_reset_scsi_bus() 208 INB(np, nc_sbcl); /* req ack bsy sel atn msg cd io */ in sym_reset_scsi_bus() 252 while (!(INB(np, nc_stest4) & LCKFRQ) && --i > 0) in sym_selectclock() [all …]
|
D | sym_hipd.h | 192 #define INB(np, r) INB_OFF(np, offsetof(struct sym_reg, r)) macro 200 #define OUTONB(np, r, m) OUTB(np, r, INB(np, r) | (m)) 201 #define OUTOFFB(np, r, m) OUTB(np, r, INB(np, r) & ~(m))
|
D | sym_glue.c | 1615 INB(np, nc_mbox1); in sym_detach()
|
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.c | 3714 np->sv_scntl0 = INB(nc_scntl0) & 0x0a; in ncr_prepare_setting() 3715 np->sv_scntl3 = INB(nc_scntl3) & 0x07; in ncr_prepare_setting() 3716 np->sv_dmode = INB(nc_dmode) & 0xce; in ncr_prepare_setting() 3717 np->sv_dcntl = INB(nc_dcntl) & 0xa8; in ncr_prepare_setting() 3718 np->sv_ctest0 = INB(nc_ctest0) & 0x84; in ncr_prepare_setting() 3719 np->sv_ctest3 = INB(nc_ctest3) & 0x01; in ncr_prepare_setting() 3720 np->sv_ctest4 = INB(nc_ctest4) & 0x80; in ncr_prepare_setting() 3721 np->sv_ctest5 = INB(nc_ctest5) & 0x24; in ncr_prepare_setting() 3722 np->sv_gpcntl = INB(nc_gpcntl); in ncr_prepare_setting() 3723 np->sv_stest2 = INB(nc_stest2) & 0x20; in ncr_prepare_setting() [all …]
|
D | ncr53c8xx.h | 418 #define INB(r) INB_OFF (offsetof(struct ncr_reg,r)) macro 430 #define OUTONB(r, m) OUTB(r, INB(r) | (m)) 431 #define OUTOFFB(r, m) OUTB(r, INB(r) & ~(m))
|
/linux-5.19.10/Documentation/devicetree/bindings/regulator/ |
D | regulator-max77620.txt | 18 in-sd0-supply: Input supply for SD0, INA-SD0 or INB-SD0 pins.
|
/linux-5.19.10/drivers/video/fbdev/ |
D | atafb.c | 2191 #define INB(port) \ macro 2195 unsigned char tmp = INB(0x3da); \ 2196 tmp = INB(0x3da); \
|