Home
last modified time | relevance | path

Searched refs:readsb (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dio.h322 #ifndef readsb
323 #define readsb readsb macro
324 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
592 readsb(PCI_IOBASE + addr, buffer, count); in insb()
816 readsb(addr, buffer, count); in ioread8_rep()
/linux-4.19.296/drivers/bus/
Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/linux-4.19.296/drivers/i2c/busses/
Di2c-zx2967.c93 readsb(i2c->reg_base + reg, data, len); in zx2967_i2c_readsb()
/linux-4.19.296/drivers/parport/
Dparport_ip32.c1119 readsb(eppreg, buf, len); in parport_ip32_epp_read()